1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Bump version to 2.6.2

This commit is contained in:
Joshua Clayton 2012-03-09 14:11:23 -05:00
parent a7acc3e33b
commit 87c1ddb1d2
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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