Skip to content

Commit

Permalink
Bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Nov 26, 2011
1 parent 1eb7e1b commit 17eacf0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.3.2 (November 26, 2011)
Move logic of where instance.save! is set to Definition
Fix method name from aliases_for? to alias_for?
Refactor internal attribute handling to use an anonymous class instead of
faking Ruby's variable resolution. This allows for more sane usage of
attributes without having to manage sorting priority because attributes
can turn themselves into procs, which are used with define_method on a
class so attributes work correctly all the time.

2.3.1 (November 23, 2011)
Remove internally-used associate method from all the FactoryGirl::Proxy subclasses
Move around requiring of files
Expand Down
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 (2.3.1)
factory_girl (2.3.2)
activesupport

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.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 (2.3.1)
factory_girl (2.3.2)
activesupport

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.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 (2.3.1)
factory_girl (2.3.2)
activesupport

GEM
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 (2.3.1)
factory_girl (2.3.2)
activesupport

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 (2.3.1)
factory_girl (2.3.2)
activesupport

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,4 +1,4 @@
module FactoryGirl
VERSION = "2.3.1"
VERSION = "2.3.2"
end

0 comments on commit 17eacf0

Please sign in to comment.