Bump version for 1.1.0.

This commit is contained in:
Gabe Berke-Williams 2012-04-13 11:00:25 -04:00
parent a76fd34adb
commit 38f1b0c793
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
shoulda-matchers (1.0.0) shoulda-matchers (1.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM

View File

@ -1,5 +1,5 @@
module Shoulda module Shoulda
module Matchers module Matchers
VERSION = '1.0.0'.freeze VERSION = '1.1.0'.freeze
end end
end end