Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 22, 2012
1 parent 4bccbb9 commit 71435ee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.4.2)
factory_girl (3.5.0)
activesupport (>= 3.0.0)

GEM
Expand Down
4 changes: 4 additions & 0 deletions NEWS
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '3.4.2'
VERSION = '3.5.0'
end

0 comments on commit 71435ee

Please sign in to comment.