Skip to content

Commit

Permalink
Bump version to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 22, 2012
1 parent b9474ce commit 96151c1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.6.5 (June 22, 2012)
Allow created_at to be set when using build_stubbed

2.6.4 (March 16, 2012)
Do not ignore names of transient attributes
Ensure attributes set on instance are calculated uniquely
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.6.4)
factory_girl (2.6.5)
activesupport (>= 2.3.9)

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.6.4)
factory_girl (2.6.5)
activesupport (>= 2.3.9)

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.6.4)
factory_girl (2.6.5)
activesupport (>= 2.3.9)

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.6.4)
factory_girl (2.6.5)
activesupport (>= 2.3.9)

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 (2.6.4)
factory_girl (2.6.5)
activesupport (>= 2.3.9)

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.6.4"
VERSION = "2.6.5"
end

0 comments on commit 96151c1

Please sign in to comment.