mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 3.6.1
This commit is contained in:
parent
37fe26315e
commit
8d2f517f94
6 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (3.6.0)
|
||||
factory_girl (3.6.1)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
6
NEWS
6
NEWS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryGirl
|
||||
VERSION = '3.6.0'
|
||||
VERSION = '3.6.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue