lock_jar.gemspec in lock_jar-0.3.3 vs lock_jar.gemspec in lock_jar-0.4.0
- old
+ new
@@ -3,38 +3,39 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "lock_jar"
- s.version = "0.3.3"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Guymon"]
- s.date = "2012-05-21"
+ s.date = "2012-08-21"
s.description = "Manage Jar files for Ruby. In the spirit of Bundler, a Jarfile\n is used to generate a Jarfile.lock that contains all the resolved jar dependencies for scopes runtime, compile, and test.\n The Jarfile.lock can be used to populate the classpath"
s.email = "michael.guymon@gmail.com"
+ s.executables = ["lockjar"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
+ ".gitignore",
"Gemfile",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
+ "bin/lockjar",
"lib/lock_jar.rb",
"lib/lock_jar/buildr.rb",
- "lib/lock_jar/bundler.rb",
+ "lib/lock_jar/cli.rb",
"lib/lock_jar/dsl.rb",
"lib/lock_jar/maven.rb",
"lib/lock_jar/resolver.rb",
"lib/lock_jar/runtime.rb",
"lock_jar.gemspec",
- "spec/BundlerJarfile.lock",
"spec/Jarfile",
- "spec/helper/bundler_helper.rb",
- "spec/lock_jar/bundler_spec.rb",
+ "spec/lock_jar/cli_spec.rb",
"spec/lock_jar/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",