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.3

This commit is contained in:
Joshua Clayton 2012-03-09 14:36:01 -05:00
parent 6a8887fdec
commit 6b2605cb73
7 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2.6.3 (March 9, 2012)
Fix issue with traits not being present the first time a factory is accessed
Update available Cucumber step definitions to not require a trialing colon
when building a table of attributes to instantiate records with
2.6.2 (March 9, 2012) 2.6.2 (March 9, 2012)
Allow factories to use all their ancestors' traits Allow factories to use all their ancestors' traits
Ignore bin dir generated by bundler Ignore bin dir generated by bundler

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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