lock_jar.gemspec in lock_jar-0.7.2 vs lock_jar.gemspec in lock_jar-0.7.3

- old
+ new

@@ -3,14 +3,14 @@ # 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.7.2" + s.version = "0.7.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Guymon"] - s.date = "2012-10-17" + s.date = "2013-01-03" 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@tobedevoured.com" s.executables = ["lockjar"] s.extra_rdoc_files = [ "LICENSE",