--- !ruby/object:Gem::Specification name: propel version: !ruby/object:Gem::Version version: 0.4.4 prerelease: platform: ruby authors: - Justin Leitgeb autorequire: bindir: bin cert_chain: [] date: 2012-02-05 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: &70342468508880 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70342468508880 - !ruby/object:Gem::Dependency name: json requirement: &70342468508460 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70342468508460 - !ruby/object:Gem::Dependency name: rspec requirement: &70342468507940 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.5.0 type: :development prerelease: false version_requirements: *70342468507940 - !ruby/object:Gem::Dependency name: stub_shell requirement: &70342468507420 !ruby/object:Gem::Requirement none: false requirements: - - = - !ruby/object:Gem::Version version: 0.0.2 type: :development prerelease: false version_requirements: *70342468507420 description: ! " The 'propel' script helps you to push your code to a remote server while following Continuous Integration (CI)\n best practices. Propel first checks the CI server to make sure it's passing, and then runs the local spec\n suite and pushes changes. If the remote server is failing, just have propel wait for it to pass while you get\n a coffee.\n" email: - justin@stackbuilders.com executables: - propel extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - .travis.yml - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - bin/propel - lib/propel.rb - lib/propel/configuration.rb - lib/propel/git_repository.rb - lib/propel/logger.rb - lib/propel/option_parser.rb - lib/propel/propel.rb - lib/propel/remote_build.rb - lib/propel/runner.rb - lib/propel/version.rb - propel.gemspec - spec/fixtures/ci_joe/failing_build.json - spec/fixtures/ci_joe/passing_build.json - spec/fixtures/jenkins/failing_build.rss - spec/fixtures/jenkins/passing_build.rss - spec/fixtures/team_city/failing_build.rss - spec/fixtures/team_city/passing_build.rss - spec/propel/configuration_spec.rb - spec/propel/git_repository_spec.rb - spec/propel/logger_spec.rb - spec/propel/option_parser_spec.rb - spec/propel/propel_spec.rb - spec/propel/remote_build_spec.rb - spec/propel/runner_spec.rb - spec/spec_helper.rb homepage: http://github.com/stackbuilders/propel licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Propel helps you to follow best practices for pushing code to a remote git repo test_files: []