--- !ruby/object:Gem::Specification 
name: upstart-exporter
version: !ruby/object:Gem::Version 
  hash: 15
  prerelease: 
  segments: 
  - 2
  - 1
  - 2
  version: 2.1.2
platform: ruby
authors: 
- Ilya Averyanov
- Egor Blinov
autorequire: 
bindir: bin
cert_chain: []

date: 2014-02-24 00:00:00 +04:00
default_executable: 
dependencies: []

description: Gem for converting extended Procfile-like files to upstart scripts
email: 
- ilya@averyanov.org
- monshq@gmail.com
executables: 
- upstart-export
extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- .rbenv-version
- .rspec
- .ruby-version
- .travis.yml
- .yardoc/checksums
- .yardoc/objects/root.dat
- .yardoc/proxy_types
- Gemfile
- README.md
- Rakefile
- bin/upstart-export
- doc/Upstart.html
- doc/Upstart/ExportError.html
- doc/Upstart/Exporter.html
- doc/Upstart/Exporter/Error.html
- doc/Upstart/Exporter/Errors.html
- doc/Upstart/Exporter/Options.html
- doc/Upstart/Exporter/Options/CommandLine.html
- doc/Upstart/Exporter/Options/Global.html
- doc/Upstart/Exporter/Templates.html
- doc/_index.html
- doc/class_list.html
- doc/css/common.css
- doc/css/full_list.css
- doc/css/style.css
- doc/file.README.html
- doc/file_list.html
- doc/frames.html
- doc/index.html
- doc/js/app.js
- doc/js/full_list.js
- doc/js/jquery.js
- doc/method_list.html
- doc/top-level-namespace.html
- lib/upstart-exporter.rb
- lib/upstart-exporter/errors.rb
- lib/upstart-exporter/expanded_exporter.rb
- lib/upstart-exporter/exporter_helpers.rb
- lib/upstart-exporter/options/command_line.rb
- lib/upstart-exporter/options/global.rb
- lib/upstart-exporter/templates.rb
- lib/upstart-exporter/version.rb
- spec/lib/upstart-exporter/errors_spec.rb
- spec/lib/upstart-exporter/expanded_exporter_spec.rb
- spec/lib/upstart-exporter/options/command_line_spec.rb
- spec/lib/upstart-exporter/options/global_spec.rb
- spec/lib/upstart-exporter/templates_spec.rb
- spec/lib/upstart-exporter_spec.rb
- spec/spec_helper.rb
- spec/support/global_config.rb
- spec/support/procfile.rb
- spec/support/streams.rb
- upstart-exporter.gemspec
has_rdoc: true
homepage: ""
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: Gem for converting extended Procfile-like files to upstart scripts
test_files: 
- spec/lib/upstart-exporter/errors_spec.rb
- spec/lib/upstart-exporter/expanded_exporter_spec.rb
- spec/lib/upstart-exporter/options/command_line_spec.rb
- spec/lib/upstart-exporter/options/global_spec.rb
- spec/lib/upstart-exporter/templates_spec.rb
- spec/lib/upstart-exporter_spec.rb
- spec/spec_helper.rb
- spec/support/global_config.rb
- spec/support/procfile.rb
- spec/support/streams.rb