File: foreman.gemspec

package info (click to toggle)
ruby-foreman 0.82.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 684 kB
  • ctags: 246
  • sloc: ruby: 1,979; sh: 88; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 4,896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "foreman"
  s.version = "0.82.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Dollar"]
  s.date = "2016-05-21"
  s.description = "Process manager for applications with multiple components"
  s.email = "ddollar@gmail.com"
  s.executables = ["foreman"]
  s.files = ["README.md", "bin/foreman", "bin/foreman-runner", "data/example/Procfile", "data/example/Procfile.without_colon", "data/example/error", "data/example/log/neverdie.log", "data/example/spawnee", "data/example/spawner", "data/example/ticker", "data/example/utf8", "data/export/bluepill/master.pill.erb", "data/export/daemon/master.conf.erb", "data/export/daemon/process.conf.erb", "data/export/daemon/process_master.conf.erb", "data/export/launchd/launchd.plist.erb", "data/export/runit/log/run.erb", "data/export/runit/run.erb", "data/export/supervisord/app.conf.erb", "data/export/systemd/master.target.erb", "data/export/systemd/process.service.erb", "data/export/systemd/process_master.target.erb", "data/export/upstart/master.conf.erb", "data/export/upstart/process.conf.erb", "data/export/upstart/process_master.conf.erb", "lib/foreman.rb", "lib/foreman/cli.rb", "lib/foreman/distribution.rb", "lib/foreman/engine.rb", "lib/foreman/engine/cli.rb", "lib/foreman/env.rb", "lib/foreman/export.rb", "lib/foreman/export/base.rb", "lib/foreman/export/bluepill.rb", "lib/foreman/export/daemon.rb", "lib/foreman/export/inittab.rb", "lib/foreman/export/launchd.rb", "lib/foreman/export/runit.rb", "lib/foreman/export/supervisord.rb", "lib/foreman/export/systemd.rb", "lib/foreman/export/upstart.rb", "lib/foreman/helpers.rb", "lib/foreman/process.rb", "lib/foreman/procfile.rb", "lib/foreman/version.rb", "man/foreman.1", "spec/foreman/cli_spec.rb", "spec/foreman/engine_spec.rb", "spec/foreman/export/base_spec.rb", "spec/foreman/export/bluepill_spec.rb", "spec/foreman/export/daemon_spec.rb", "spec/foreman/export/inittab_spec.rb", "spec/foreman/export/launchd_spec.rb", "spec/foreman/export/runit_spec.rb", "spec/foreman/export/supervisord_spec.rb", "spec/foreman/export/systemd_spec.rb", "spec/foreman/export/upstart_spec.rb", "spec/foreman/export_spec.rb", "spec/foreman/helpers_spec.rb", "spec/foreman/process_spec.rb", "spec/foreman/procfile_spec.rb", "spec/foreman_spec.rb", "spec/helper_spec.rb", "spec/resources/Procfile", "spec/resources/Procfile.bad", "spec/resources/bin/echo", "spec/resources/bin/env", "spec/resources/bin/test", "spec/resources/bin/utf8", "spec/resources/export/bluepill/app-concurrency.pill", "spec/resources/export/bluepill/app.pill", "spec/resources/export/daemon/app-alpha-1.conf", "spec/resources/export/daemon/app-alpha-2.conf", "spec/resources/export/daemon/app-alpha.conf", "spec/resources/export/daemon/app-bravo-1.conf", "spec/resources/export/daemon/app-bravo.conf", "spec/resources/export/daemon/app.conf", "spec/resources/export/inittab/inittab.concurrency", "spec/resources/export/inittab/inittab.default", "spec/resources/export/launchd/launchd-a.default", "spec/resources/export/launchd/launchd-b.default", "spec/resources/export/launchd/launchd-c.default", "spec/resources/export/runit/app-alpha-1/log/run", "spec/resources/export/runit/app-alpha-1/run", "spec/resources/export/runit/app-alpha-2/log/run", "spec/resources/export/runit/app-alpha-2/run", "spec/resources/export/runit/app-bravo-1/log/run", "spec/resources/export/runit/app-bravo-1/run", "spec/resources/export/supervisord/app-alpha-1.conf", "spec/resources/export/supervisord/app-alpha-2.conf", "spec/resources/export/systemd/app-alpha.target", "spec/resources/export/systemd/app-alpha@.service", "spec/resources/export/systemd/app-bravo.target", "spec/resources/export/systemd/app-bravo@.service", "spec/resources/export/systemd/app.target", "spec/resources/export/upstart/app-alpha-1.conf", "spec/resources/export/upstart/app-alpha-2.conf", "spec/resources/export/upstart/app-alpha.conf", "spec/resources/export/upstart/app-bravo-1.conf", "spec/resources/export/upstart/app-bravo.conf", "spec/resources/export/upstart/app.conf", "spec/spec_helper.rb"]
  s.homepage = "http://github.com/ddollar/foreman"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "Process manager for applications with multiple components"

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<thor>, ["~> 0.19.1"])
    else
      s.add_dependency(%q<thor>, ["~> 0.19.1"])
    end
  else
    s.add_dependency(%q<thor>, ["~> 0.19.1"])
  end
end