Bump version to 3.6.0

This commit is contained in:
Joshua Clayton 2012-07-27 13:00:24 -04:00
parent fa2b6143df
commit a7fff84db4
6 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.5.0)
factory_girl (3.6.0)
activesupport (>= 3.0.0)
GEM

9
NEWS
View File

@ -1,3 +1,12 @@
3.6.0 (July 27, 2012)
Code/spec cleanup
Allow factories with traits to be used in associations
Refactor Factory to use DefinitionHierarchy to handle managing callbacks,
custom constructor, and custom to_create
Add memoization to speed up factories providing attribute overrides
Add initial support of JRuby when running in 1.9 mode
Improve docs on what happens when including FactoryGirl::Syntax::Methods
3.5.0 (June 22, 2012)
Allow created_at to be set when using build_stubbed
Deprecate FactoryGirl step definitions

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.5.0)
factory_girl (3.6.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.5.0)
factory_girl (3.6.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.5.0)
factory_girl (3.6.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '3.5.0'
VERSION = '3.6.0'
end