lock_jar.gemspec in lock_jar-0.6.0 vs lock_jar.gemspec in lock_jar-0.6.1
- old
+ new
@@ -3,15 +3,15 @@
# 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.6.0"
+ s.version = "0.6.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Guymon"]
- s.date = "2012-09-19"
+ s.date = "2012-09-25"
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",
@@ -52,27 +52,24 @@
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<naether>, ["~> 0.9.0"])
- s.add_runtime_dependency(%q<thor>, ["> 0.14.0"])
+ s.add_runtime_dependency(%q<thor>, ["~> 0.14.6"])
s.add_development_dependency(%q<rspec>, ["~> 2.9.0"])
- s.add_development_dependency(%q<bundler>, ["~> 1.1.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
s.add_development_dependency(%q<yard>, ["~> 0.8.0"])
else
s.add_dependency(%q<naether>, ["~> 0.9.0"])
- s.add_dependency(%q<thor>, ["> 0.14.0"])
+ s.add_dependency(%q<thor>, ["~> 0.14.6"])
s.add_dependency(%q<rspec>, ["~> 2.9.0"])
- s.add_dependency(%q<bundler>, ["~> 1.1.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
s.add_dependency(%q<yard>, ["~> 0.8.0"])
end
else
s.add_dependency(%q<naether>, ["~> 0.9.0"])
- s.add_dependency(%q<thor>, ["> 0.14.0"])
+ s.add_dependency(%q<thor>, ["~> 0.14.6"])
s.add_dependency(%q<rspec>, ["~> 2.9.0"])
- s.add_dependency(%q<bundler>, ["~> 1.1.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
s.add_dependency(%q<yard>, ["~> 0.8.0"])
end
end