From c86a6de3857e560cf8b3920f1589824690338196 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Thu, 5 Mar 2009 14:49:52 -0500 Subject: [PATCH] Bumping 2.10.1 for bugfixes --- lib/shoulda.rb | 2 +- shoulda.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]