Micro version bump

This commit is contained in:
David Genord II 2010-06-03 04:52:01 +08:00 committed by Travis Tilley
parent 2cc59da066
commit cd944f04b5
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
2.1.5
2.1.5.1

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{aasm}
s.version = "2.1.5"
s.version = "2.1.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley"]
s.date = %q{2010-01-30}
s.date = %q{2010-06-02}
s.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.}
s.email = %q{scott@elitists.net, ttilley@gmail.com}
s.extra_rdoc_files = [
@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"aasm.gemspec",
"lib/aasm.rb",
"lib/aasm/aasm.rb",
"lib/aasm/event.rb",
@ -51,7 +52,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://rubyist.github.com/aasm/}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.7}
s.summary = %q{State machine mixin for Ruby objects}
s.test_files = [
"spec/functional/conversation.rb",
@ -75,7 +76,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<sdoc>, [">= 0"])