mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Bumping 2.10.1 for bugfixes
This commit is contained in:
parent
940132787f
commit
c86a6de385
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
module Shoulda
|
||||
VERSION = "2.10.0"
|
||||
VERSION = "2.10.1"
|
||||
end
|
||||
|
||||
if defined? Spec
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue