--- !ruby/object:Gem::Specification name: lock_jar version: !ruby/object:Gem::Version version: 0.15.0 platform: ruby authors: - Michael Guymon autorequire: bindir: bin cert_chain: [] date: 2014-03-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.15.0 name: naether prerelease: false type: :runtime version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.15.0 - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.18.1 name: thor prerelease: false type: :runtime version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.18.1 - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.14.1 name: rspec prerelease: false type: :development version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.14.1 - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' name: rake prerelease: false type: :development version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: |- Manage Jar files for Ruby. In the spirit of Bundler, a Jarfile is used to generate a Jarfile.lock that contains all the resolved jar dependencies for scopes runtime, compile, and test. The Jarfile.lock can be used to populate the classpath email: michael@tobedevoured.com executables: - lockjar extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .codeclimate.yml - .gitignore - .rubocop.yml - .travis.yml - CHANGELOG.md - Gemfile - Guardfile - LICENSE - README.md - Rakefile - bin/lockjar - lib/lock_jar.rb - lib/lock_jar/buildr.rb - lib/lock_jar/bundler.rb - lib/lock_jar/class_loader.rb - lib/lock_jar/cli.rb - lib/lock_jar/domain/artifact.rb - lib/lock_jar/domain/dsl.rb - lib/lock_jar/domain/dsl_merger.rb - lib/lock_jar/domain/gem_dsl.rb - lib/lock_jar/domain/jarfile_dsl.rb - lib/lock_jar/domain/lockfile.rb - lib/lock_jar/logging.rb - lib/lock_jar/maven.rb - lib/lock_jar/registry.rb - lib/lock_jar/resolver.rb - lib/lock_jar/runtime.rb - lib/lock_jar/runtime/install.rb - lib/lock_jar/runtime/list.rb - lib/lock_jar/runtime/load.rb - lib/lock_jar/runtime/lock.rb - lib/lock_jar/version.rb - lock_jar.gemspec - spec/fixtures/Jarfile - spec/fixtures/Jarfile2 - spec/fixtures/jarfile_gem/Gemfile - spec/fixtures/jarfile_gem/Jarfile - spec/fixtures/jarfile_gem/jarfile_gem.gemspec - spec/fixtures/jarfile_gem/lib/jarfile_gem.rb - spec/fixtures/jarfile_gem/lib/jarfile_gem/version.rb - spec/fixtures/naether-0.13.0.jar - spec/lock_jar/bundler_spec.rb - spec/lock_jar/class_loader_spec.rb - spec/lock_jar/cli_spec.rb - spec/lock_jar/domain/dsl_merger_spec.rb - spec/lock_jar/domain/dsl_spec.rb - spec/lock_jar/domain/gem_dsl_spec.rb - spec/lock_jar/maven_spec.rb - spec/lock_jar/resolver_spec.rb - spec/lock_jar/runtime_spec.rb - spec/lock_jar_spec.rb - spec/pom.xml - spec/spec_helper.rb - spec/support/Jarfile - spec/support/helper.rb - spec/support/shared_examples/lockfile.rb homepage: http://github.com/mguymon/lock_jar licenses: - Apache metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.9 signing_key: specification_version: 4 summary: Manage Jar files for Ruby test_files: - spec/fixtures/Jarfile - spec/fixtures/Jarfile2 - spec/fixtures/jarfile_gem/Gemfile - spec/fixtures/jarfile_gem/Jarfile - spec/fixtures/jarfile_gem/jarfile_gem.gemspec - spec/fixtures/jarfile_gem/lib/jarfile_gem.rb - spec/fixtures/jarfile_gem/lib/jarfile_gem/version.rb - spec/fixtures/naether-0.13.0.jar - spec/lock_jar/bundler_spec.rb - spec/lock_jar/class_loader_spec.rb - spec/lock_jar/cli_spec.rb - spec/lock_jar/domain/dsl_merger_spec.rb - spec/lock_jar/domain/dsl_spec.rb - spec/lock_jar/domain/gem_dsl_spec.rb - spec/lock_jar/maven_spec.rb - spec/lock_jar/resolver_spec.rb - spec/lock_jar/runtime_spec.rb - spec/lock_jar_spec.rb - spec/pom.xml - spec/spec_helper.rb - spec/support/Jarfile - spec/support/helper.rb - spec/support/shared_examples/lockfile.rb has_rdoc: