--- !ruby/object:Gem::Specification name: pessimize version: !ruby/object:Gem::Version version: 0.0.3 prerelease: platform: ruby authors: - Jon Cairns autorequire: bindir: bin cert_chain: [] date: 2013-07-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 10.0.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 10.0.3 description: ! 'Add the pessimistic constraint operator to all gems in your Gemfile, restricting the maximum update version. This is for people who work with projects that use bundler, such as rails projects. The pessimistic constraint operator (~>) allows you to specify the maximum version that a gem can be updated, and reduces potential breakages when running `bundle update`. Pessimize automatically retrieves the current versions of your gems, then adds them to your Gemfile (so you don''t have to do it by hand).' email: - jon@joncairns.com executables: - pessimize extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - HISTORY - LICENSE.txt - README.md - Rakefile - bin/pessimize - lib/pessimize.rb - lib/pessimize/declaration.rb - lib/pessimize/dsl.rb - lib/pessimize/file_manager.rb - lib/pessimize/gem.rb - lib/pessimize/gem_collection.rb - lib/pessimize/gemfile_lock_version_parser.rb - lib/pessimize/pessimizer.rb - lib/pessimize/shell.rb - lib/pessimize/version.rb - lib/pessimize/version_mapper.rb - pessimize.gemspec - spec/data/Gemfile.lock.example - spec/data/Gemfile.lock.example2 - spec/declaration_spec.rb - spec/dsl_spec.rb - spec/gem_collection_spec.rb - spec/gem_spec.rb - spec/gemfile_lock_version_parser_spec.rb - spec/integration_spec.rb - spec/spec_helper.rb - spec/version_mapper_spec.rb homepage: https://github.com/joonty/pessimize 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' segments: - 0 hash: -3777369686549972789 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3777369686549972789 requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Add the pessimistic constraint operator to all gems in your Gemfile, restricting the maximum update version. test_files: - spec/data/Gemfile.lock.example - spec/data/Gemfile.lock.example2 - spec/declaration_spec.rb - spec/dsl_spec.rb - spec/gem_collection_spec.rb - spec/gem_spec.rb - spec/gemfile_lock_version_parser_spec.rb - spec/integration_spec.rb - spec/spec_helper.rb - spec/version_mapper_spec.rb