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

This commit is contained in:
Joshua Clayton 2012-02-17 15:58:45 -05:00
parent de007be6cb
commit 2d19c46337
7 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2.6.0 (February 17, 2012)
Improve documentation of has_many associations in the GETTING_STARTED
document
Deprecate :method in favor of :strategy when overriding an association's
build strategy
2.5.2 (February 10, 2012) 2.5.2 (February 10, 2012)
Fix step definitions to use associations defined in parent factories Fix step definitions to use associations defined in parent factories
Add inline trait support to (build|create)_list Add inline trait support to (build|create)_list

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl (2.5.2) factory_girl (2.6.0)
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.5.2) factory_girl (2.6.0)
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.5.2) factory_girl (2.6.0)
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.5.2) factory_girl (2.6.0)
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.5.2) factory_girl (2.6.0)
activesupport (>= 2.3.9) activesupport (>= 2.3.9)
GEM GEM

View file

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