From 492462813efd52f852c46e176d86ef0caca49eab Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 15 Oct 2008 22:40:54 -0400 Subject: [PATCH] Version bump to 2.0.5 for better Ruby 1.9 compatibility --- lib/shoulda/context.rb | 2 +- shoulda.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/shoulda/context.rb b/lib/shoulda/context.rb index d35feddd..3330624e 100644 --- a/lib/shoulda/context.rb +++ b/lib/shoulda/context.rb @@ -1,6 +1,6 @@ module Thoughtbot # :nodoc: module Shoulda - VERSION = '2.0.4' + VERSION = '2.0.5' class << self attr_accessor :contexts diff --git a/shoulda.gemspec b/shoulda.gemspec index 217ceb67..9d691a73 100644 --- a/shoulda.gemspec +++ b/shoulda.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{shoulda} - s.version = "2.0.4" + s.version = "2.0.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tammer Saleh"] - s.date = %q{2008-10-07} + s.date = %q{2008-10-15} s.default_executable = %q{convert_to_should_syntax} s.email = %q{tsaleh@thoughtbot.com} s.executables = ["convert_to_should_syntax"]