Bump version to 2.1.2

This commit is contained in:
Joshua Clayton 2011-09-23 15:56:34 -04:00
parent f8638b3085
commit c1360e1fc5
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.1.1)
factory_girl (2.1.2)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.1.1)
factory_girl (2.1.2)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.1.1)
factory_girl (2.1.2)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.1.1)
factory_girl (2.1.2)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.1.1)
factory_girl (2.1.2)
activesupport
GEM

View File

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.1.1"
VERSION = "2.1.2"
end