--- !ruby/object:Gem::Specification name: deployml version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 0 version: 0.3.0 platform: ruby authors: - Postmodern autorequire: bindir: bin cert_chain: [] date: 2010-11-21 00:00:00 -08:00 default_executable: deployml dependencies: - !ruby/object:Gem::Dependency name: addressable prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 1 - 1 version: 2.1.1 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rprogram prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 2 - 0 version: 0.2.0 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: thor prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 14 - 3 version: 0.14.3 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: ore-tasks prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 3 - 0 version: 0.3.0 type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 1 - 0 version: 2.1.0 type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 6 - 0 version: 0.6.0 type: :development version_requirements: *id006 description: DeploYML is a simple deployment solution that uses a single YAML file, Git and SSH. email: postmodern.mod3@gmail.com executables: - deployml extensions: [] extra_rdoc_files: - README.md - LICENSE.txt - ChangeLog.md files: - .document - .rspec - .yardopts - ChangeLog.md - LICENSE.txt - README.md - Rakefile - bin/deployml - deployml.gemspec - gemspec.yml - lib/deployml.rb - lib/deployml/cli.rb - lib/deployml/configuration.rb - lib/deployml/environment.rb - lib/deployml/exceptions/config_not_found.rb - lib/deployml/exceptions/invalid_config.rb - lib/deployml/exceptions/missing_option.rb - lib/deployml/exceptions/unknown_environment.rb - lib/deployml/exceptions/unknown_framework.rb - lib/deployml/exceptions/unknown_server.rb - lib/deployml/frameworks.rb - lib/deployml/frameworks/rails2.rb - lib/deployml/frameworks/rails3.rb - lib/deployml/local_shell.rb - lib/deployml/options.rb - lib/deployml/options/mongrel.rb - lib/deployml/options/thin.rb - lib/deployml/project.rb - lib/deployml/remote_shell.rb - lib/deployml/servers.rb - lib/deployml/servers/apache.rb - lib/deployml/servers/mongrel.rb - lib/deployml/servers/thin.rb - lib/deployml/shell.rb - lib/deployml/version.rb - spec/configuration_spec.rb - spec/deployml_spec.rb - spec/environment_spec.rb - spec/helpers/projects.rb - spec/helpers/projects/bad_config/config/deploy.yml - spec/helpers/projects/basic/config/deploy.yml - spec/helpers/projects/invalid_server/config/deploy.yml - spec/helpers/projects/missing_config/.gitkeep - spec/helpers/projects/missing_dest/config/deploy.yml - spec/helpers/projects/missing_source/config/deploy.yml - spec/helpers/projects/rails/config/deploy.yml - spec/helpers/projects/rails/config/deploy/production.yml - spec/helpers/projects/rails/config/deploy/staging.yml - spec/project_spec.rb - spec/spec_helper.rb has_rdoc: yard homepage: http://github.com/postmodern/deployml licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: deployml rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A simple deployment solution that works. test_files: - spec/project_spec.rb - spec/environment_spec.rb - spec/configuration_spec.rb - spec/deployml_spec.rb