Rakefile in lock_jar-0.0.1 vs Rakefile in lock_jar-0.0.2
- old
+ new
@@ -13,10 +13,10 @@
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "lock_jar"
- gem.homepage = "http://github.com/mguymon/lockjar"
+ gem.homepage = "http://github.com/mguymon/lock_jar"
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"