lock_jar.gemspec in lock_jar-0.0.1 vs lock_jar.gemspec in lock_jar-0.0.2
- old
+ new
@@ -3,11 +3,11 @@
# 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.0.1"
+ s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Guymon"]
s.date = "2012-04-16"
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"
@@ -16,27 +16,28 @@
"LICENSE",
"README.rdoc"
]
s.files = [
"Gemfile",
- "Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/lock_jar.rb",
"lib/lock_jar/buildr.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/Jarfile",
"spec/lock_jar/dsl_spec.rb",
+ "spec/lock_jar/maven_spec.rb",
"spec/lock_jar/resolver_spec.rb",
"spec/lock_jar_spec.rb",
"spec/pom.xml"
]
- s.homepage = "http://github.com/mguymon/lockjar"
+ s.homepage = "http://github.com/mguymon/lock_jar"
s.licenses = ["Apache"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.12"
s.summary = "Manage Jar files for Ruby"