Bump version to 2.6.1

This commit is contained in:
Joshua Clayton 2012-03-02 17:48:17 -05:00
parent 4145a6e744
commit 2bef7b142a
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.6.0)
factory_girl (2.6.1)
activesupport (>= 2.3.9)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.0)
factory_girl (2.6.1)
activesupport (>= 2.3.9)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.0)
factory_girl (2.6.1)
activesupport (>= 2.3.9)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.0)
factory_girl (2.6.1)
activesupport (>= 2.3.9)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.0)
factory_girl (2.6.1)
activesupport (>= 2.3.9)
GEM

View File

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.6.0"
VERSION = "2.6.1"
end