diff --git a/lib/shoulda/context.rb b/lib/shoulda/context.rb index 3330624e..7423dc03 100644 --- a/lib/shoulda/context.rb +++ b/lib/shoulda/context.rb @@ -1,6 +1,6 @@ module Thoughtbot # :nodoc: module Shoulda - VERSION = '2.0.5' + VERSION = '2.0.6' class << self attr_accessor :contexts diff --git a/shoulda.gemspec b/shoulda.gemspec index 9d691a73..17766288 100644 --- a/shoulda.gemspec +++ b/shoulda.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{shoulda} - s.version = "2.0.5" + s.version = "2.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tammer Saleh"] - s.date = %q{2008-10-15} + s.date = %q{2008-12-10} s.default_executable = %q{convert_to_should_syntax} s.email = %q{tsaleh@thoughtbot.com} s.executables = ["convert_to_should_syntax"] @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.rdoc_options = ["--line-numbers", "--inline-source", "--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{shoulda} - s.rubygems_version = %q{1.3.0} + s.rubygems_version = %q{1.3.1} s.summary = %q{Making tests easy on the fingers and eyes} if s.respond_to? :specification_version then @@ -25,11 +25,8 @@ Gem::Specification.new do |s| s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q, [">= 2.0.0"]) else - s.add_dependency(%q, [">= 2.0.0"]) end else - s.add_dependency(%q, [">= 2.0.0"]) end end