Rakefile in lock_jar-0.4.0 vs Rakefile in lock_jar-0.4.1
- old
+ new
@@ -19,10 +19,10 @@
gem.license = "Apache"
gem.summary = "Manage Jar files for Ruby"
gem.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"
- gem.email = "michael.guymon@gmail.com"
+ gem.email = "michael@tobedevoured.com"
gem.authors = ["Michael Guymon"]
gem.executable = "lockjar"
gem.files = `git ls-files`.split("\n") rescue ''