Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Aug 2, 2012
1 parent 37fe263 commit 8d2f517
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.6.0)
factory_girl (3.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.6.1 (August 2, 2012)
Update README to include info about running with JRuby
Update dependencies on RSpec and tiny versions of Rails in Appraisal
Improve flexibility of using traits with associations and add documentation
Stub update_column to raise to mirror ActiveRecord's change from update_attribute

3.6.0 (July 27, 2012)
Code/spec cleanup
Allow factories with traits to be used in associations
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.0)
factory_girl (3.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.0)
factory_girl (3.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.0)
factory_girl (3.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '3.6.0'
VERSION = '3.6.1'
end

0 comments on commit 8d2f517

Please sign in to comment.