versionator.gemspec in versionator-0.0.3 vs versionator.gemspec in versionator-0.0.4
- 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 = %q{versionator}
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = [%q{John McAliley}]
+ s.authors = ["John McAliley"]
s.date = %q{2011-07-21}
s.description = %q{set of rake tasks that allow you to update your release version, tag it and push to github}
s.email = %q{john.mcaliley@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
@@ -26,20 +26,21 @@
"VERSION",
"lib/versionator.rb",
"lib/versionator/file.rb",
"lib/versionator/git.rb",
"lib/versionator/railtie.rb",
- "lib/versionator/railties/tasks/versionator.rake",
+ "lib/versionator/railties/versionator.rake",
"lib/versionator/version.rb",
"versionator.gemspec"
]
s.homepage = %q{http://github.com/charlotte-ruby/versionator}
- s.licenses = [%q{MIT}]
- s.require_paths = [%q{lib}]
- s.rubygems_version = %q{1.8.5}
+ s.licenses = ["MIT"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{versioning for your Rails 3 app}
if s.respond_to? :specification_version then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])