Bump version to 3.5.0

This commit is contained in:
Joshua Clayton 2012-06-22 17:00:29 -04:00
parent 4bccbb90d1
commit 71435ee24c
6 changed files with 9 additions and 5 deletions

View File

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

4
NEWS
View File

@ -1,3 +1,7 @@
3.5.0 (June 22, 2012)
Allow created_at to be set when using build_stubbed
Deprecate FactoryGirl step definitions
3.4.2 (June 19, 2012)
Fix bug in traits with callbacks called implicitly in factories whose
callbacks trigger multiple times

View File

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

View File

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

View File

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

View File

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