lock_jar.gemspec in lock_jar-0.3.2 vs lock_jar.gemspec in lock_jar-0.3.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.3.2"
+ s.version = "0.3.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Guymon"]
- s.date = "2012-05-17"
+ s.date = "2012-05-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.extra_rdoc_files = [
"LICENSE",
"README.rdoc"