diff --git a/lib/shoulda.rb b/lib/shoulda.rb index 00cbfc72..4b462062 100644 --- a/lib/shoulda.rb +++ b/lib/shoulda.rb @@ -1,5 +1,5 @@ module Shoulda - VERSION = "2.10.0" + VERSION = "2.10.1" end if defined? Spec diff --git a/shoulda.gemspec b/shoulda.gemspec index ceff8cbe..6171d4b0 100644 --- a/shoulda.gemspec +++ b/shoulda.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{shoulda} - s.version = "2.10.0" + s.version = "2.10.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tammer Saleh"] - s.date = %q{2009-03-04} + s.date = %q{2009-03-05} s.default_executable = %q{convert_to_should_syntax} s.email = %q{tsaleh@thoughtbot.com} s.executables = ["convert_to_should_syntax"]