Version bump to 2.0.5 for better Ruby 1.9 compatibility

This commit is contained in:
Ryan McGeary 2008-10-15 22:40:54 -04:00
parent 4dff6b88b4
commit 492462813e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
module Thoughtbot # :nodoc:
module Shoulda
VERSION = '2.0.4'
VERSION = '2.0.5'
class << self
attr_accessor :contexts

View File

@ -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"]