From 30258b48ff2b6ea7877cdc9bb87de22243db87d2 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 4 Mar 2009 10:28:41 -0500 Subject: [PATCH] Moved to 2.10 so that the API changes are not unexpected --- 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 5d14f81..00cbfc7 100644 --- a/lib/shoulda.rb +++ b/lib/shoulda.rb @@ -1,5 +1,5 @@ module Shoulda - VERSION = "2.9.2" + VERSION = "2.10.0" end if defined? Spec diff --git a/shoulda.gemspec b/shoulda.gemspec index 9e5d930..ceff8cb 100644 --- a/shoulda.gemspec +++ b/shoulda.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{shoulda} - s.version = "2.9.2" + s.version = "2.10.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tammer Saleh"] - s.date = %q{2009-03-03} + s.date = %q{2009-03-04} s.default_executable = %q{convert_to_should_syntax} s.email = %q{tsaleh@thoughtbot.com} s.executables = ["convert_to_should_syntax"]