--- !ruby/object:Gem::Specification name: jeweler2 version: !ruby/object:Gem::Version version: 2.0.0 prerelease: platform: ruby authors: - Josh Nichols autorequire: bindir: bin cert_chain: [] date: 2011-11-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: git requirement: &27614040 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.2.5 type: :runtime prerelease: false version_requirements: *27614040 - !ruby/object:Gem::Dependency name: shoulda requirement: &27629700 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27629700 - !ruby/object:Gem::Dependency name: rr requirement: &27628960 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27628960 - !ruby/object:Gem::Dependency name: mocha requirement: &27628480 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27628480 - !ruby/object:Gem::Dependency name: redgreen requirement: &27627980 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27627980 - !ruby/object:Gem::Dependency name: test-construct requirement: &27627460 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27627460 - !ruby/object:Gem::Dependency name: yard requirement: &27626760 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27626760 - !ruby/object:Gem::Dependency name: bluecloth requirement: &27625780 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27625780 - !ruby/object:Gem::Dependency name: cucumber requirement: &27624840 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27624840 - !ruby/object:Gem::Dependency name: rcov requirement: &27623680 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27623680 - !ruby/object:Gem::Dependency name: timecop requirement: &27637980 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *27637980 - !ruby/object:Gem::Dependency name: activesupport requirement: &27637280 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: *27637280 description: Simple and opinionated helper for creating Rubygem projects on GitHub email: josh@technicalpickles.com executables: - jeweler extensions: [] extra_rdoc_files: - ChangeLog.markdown - LICENSE.txt - README.markdown files: - .document - ChangeLog.markdown - Gemfile - Gemfile.lock - LICENSE.txt - README.markdown - Rakefile - bin/jeweler - features/generator/cucumber.feature - features/generator/directory_layout.feature - features/generator/dotdocument.feature - features/generator/env_options.feature - features/generator/gemfile.feature - features/generator/git.feature - features/generator/license.feature - features/generator/rakefile.feature - features/generator/readme.feature - features/generator/test.feature - features/generator/test_helper.feature - features/placeholder.feature - features/step_definitions/debug_steps.rb - features/step_definitions/filesystem_steps.rb - features/step_definitions/generator_steps.rb - features/step_definitions/task_steps.rb - features/support/env.rb - features/tasks/build_gem.feature - features/tasks/version.feature - features/tasks/version_bumping.feature - jeweler.gemspec - jeweler2.gemspec - lib/jeweler.rb - lib/jeweler/commands.rb - lib/jeweler/commands/build_gem.rb - lib/jeweler/commands/check_dependencies.rb - lib/jeweler/commands/install_gem.rb - lib/jeweler/commands/release_gemspec.rb - lib/jeweler/commands/release_to_git.rb - lib/jeweler/commands/release_to_rubygems.rb - lib/jeweler/commands/validate_gemspec.rb - lib/jeweler/commands/version/base.rb - lib/jeweler/commands/version/bump_major.rb - lib/jeweler/commands/version/bump_minor.rb - lib/jeweler/commands/version/bump_patch.rb - lib/jeweler/commands/version/write.rb - lib/jeweler/commands/write_gemspec.rb - lib/jeweler/errors.rb - lib/jeweler/gemcutter_tasks.rb - lib/jeweler/gemspec_helper.rb - lib/jeweler/generator.rb - lib/jeweler/generator/application.rb - lib/jeweler/generator/bacon_mixin.rb - lib/jeweler/generator/github_mixin.rb - lib/jeweler/generator/micronaut_mixin.rb - lib/jeweler/generator/minitest_mixin.rb - lib/jeweler/generator/options.rb - lib/jeweler/generator/rdoc_mixin.rb - lib/jeweler/generator/riot_mixin.rb - lib/jeweler/generator/rspec_mixin.rb - lib/jeweler/generator/shindo_mixin.rb - lib/jeweler/generator/shoulda_mixin.rb - lib/jeweler/generator/testspec_mixin.rb - lib/jeweler/generator/testunit_mixin.rb - lib/jeweler/generator/yard_mixin.rb - lib/jeweler/rubyforge_tasks.rb - lib/jeweler/rubygems_dot_org_tasks.rb - lib/jeweler/rubygems_tasks.rb - lib/jeweler/specification.rb - lib/jeweler/tasks.rb - lib/jeweler/templates/.document - lib/jeweler/templates/.gitignore - lib/jeweler/templates/Gemfile - lib/jeweler/templates/LICENSE.txt - lib/jeweler/templates/README.rdoc - lib/jeweler/templates/Rakefile - lib/jeweler/templates/bacon/flunking.rb - lib/jeweler/templates/bacon/helper.rb - lib/jeweler/templates/bundler_setup.erb - lib/jeweler/templates/features/default.feature - lib/jeweler/templates/features/support/env.rb - lib/jeweler/templates/jeweler_tasks.erb - lib/jeweler/templates/micronaut/flunking.rb - lib/jeweler/templates/micronaut/helper.rb - lib/jeweler/templates/minitest/flunking.rb - lib/jeweler/templates/minitest/helper.rb - lib/jeweler/templates/other_tasks.erb - lib/jeweler/templates/riot/flunking.rb - lib/jeweler/templates/riot/helper.rb - lib/jeweler/templates/rspec/.rspec - lib/jeweler/templates/rspec/flunking.rb - lib/jeweler/templates/rspec/helper.rb - lib/jeweler/templates/shindo/flunking.rb - lib/jeweler/templates/shindo/helper.rb - lib/jeweler/templates/shoulda/flunking.rb - lib/jeweler/templates/shoulda/helper.rb - lib/jeweler/templates/testspec/flunking.rb - lib/jeweler/templates/testspec/helper.rb - lib/jeweler/templates/testunit/flunking.rb - lib/jeweler/templates/testunit/helper.rb - lib/jeweler/version.rb - lib/jeweler/version_helper.rb - test/fixtures/bar/VERSION.yml - test/fixtures/bar/bin/foo_the_ultimate_bin - test/fixtures/bar/hey_include_me_in_gemspec - test/fixtures/bar/lib/foo_the_ultimate_lib.rb - test/fixtures/existing-project-with-version-constant/.document - test/fixtures/existing-project-with-version-constant/.gitignore - test/fixtures/existing-project-with-version-constant/LICENSE.txt - test/fixtures/existing-project-with-version-constant/README.rdoc - test/fixtures/existing-project-with-version-constant/Rakefile - test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec - test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb - test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb - test/fixtures/existing-project-with-version-constant/test/test_helper.rb - test/fixtures/existing-project-with-version-plaintext/.document - test/fixtures/existing-project-with-version-plaintext/.gitignore - test/fixtures/existing-project-with-version-plaintext/LICENSE.txt - test/fixtures/existing-project-with-version-plaintext/README.rdoc - test/fixtures/existing-project-with-version-plaintext/Rakefile - test/fixtures/existing-project-with-version-plaintext/VERSION - test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec - test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb - test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb - test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb - test/fixtures/existing-project-with-version-yaml/.document - test/fixtures/existing-project-with-version-yaml/.gitignore - test/fixtures/existing-project-with-version-yaml/LICENSE.txt - test/fixtures/existing-project-with-version-yaml/README.rdoc - test/fixtures/existing-project-with-version-yaml/Rakefile - test/fixtures/existing-project-with-version-yaml/VERSION.yml - test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin - test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec - test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb - test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb - test/fixtures/existing-project-with-version-yaml/test/test_helper.rb - test/geminstaller.yml - test/jeweler/commands/test_build_gem.rb - test/jeweler/commands/test_install_gem.rb - test/jeweler/commands/test_release_to_gemcutter.rb - test/jeweler/commands/test_release_to_git.rb - test/jeweler/commands/test_release_to_github.rb - test/jeweler/commands/test_validate_gemspec.rb - test/jeweler/commands/test_write_gemspec.rb - test/jeweler/commands/version/test_base.rb - test/jeweler/commands/version/test_bump_major.rb - test/jeweler/commands/version/test_bump_minor.rb - test/jeweler/commands/version/test_bump_patch.rb - test/jeweler/commands/version/test_write.rb - test/jeweler/generator/test_application.rb - test/jeweler/generator/test_options.rb - test/jeweler/test_gemspec_helper.rb - test/jeweler/test_generator.rb - test/jeweler/test_generator_initialization.rb - test/jeweler/test_generator_mixins.rb - test/jeweler/test_specification.rb - test/jeweler/test_tasks.rb - test/jeweler/test_version_helper.rb - test/shoulda_macros/jeweler_macros.rb - test/test_helper.rb - test/test_jeweler.rb homepage: http://github.com/appoxy/jeweler licenses: - MIT 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: -1074486750949856376 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Opinionated tool for creating and managing RubyGem projects test_files: []