From b7f378907227c2420da1aab65071a9f9d2815768 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 16 Mar 2012 13:16:26 -0400 Subject: [PATCH] Bump version to 2.6.4 --- Changelog | 4 ++++ Gemfile.lock | 2 +- gemfiles/2.3.gemfile.lock | 2 +- gemfiles/3.0.gemfile.lock | 2 +- gemfiles/3.1.gemfile.lock | 2 +- gemfiles/3.2.gemfile.lock | 2 +- lib/factory_girl/version.rb | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index c429d00..6379a82 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2.6.4 (March 16, 2012) + Do not ignore names of transient attributes + Ensure attributes set on instance are calculated uniquely + 2.6.3 (March 9, 2012) Fix issue with traits not being present the first time a factory is accessed Update available Cucumber step definitions to not require a trialing colon diff --git a/Gemfile.lock b/Gemfile.lock index 5fd1b07..50249c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_girl (2.6.3) + factory_girl (2.6.4) activesupport (>= 2.3.9) GEM diff --git a/gemfiles/2.3.gemfile.lock b/gemfiles/2.3.gemfile.lock index ddc1df1..4c7f1a6 100644 --- a/gemfiles/2.3.gemfile.lock +++ b/gemfiles/2.3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/joshuaclayton/dev/gems/factory_girl specs: - factory_girl (2.6.3) + factory_girl (2.6.4) activesupport (>= 2.3.9) GEM diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index 53876da..6d51a14 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/joshuaclayton/dev/gems/factory_girl specs: - factory_girl (2.6.3) + factory_girl (2.6.4) activesupport (>= 2.3.9) GEM diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index eed87b1..a44953d 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/joshuaclayton/dev/gems/factory_girl specs: - factory_girl (2.6.3) + factory_girl (2.6.4) activesupport (>= 2.3.9) GEM diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index 20adac6..cab37c9 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/joshuaclayton/dev/gems/factory_girl specs: - factory_girl (2.6.3) + factory_girl (2.6.4) activesupport (>= 2.3.9) GEM diff --git a/lib/factory_girl/version.rb b/lib/factory_girl/version.rb index 32e9811..10b6844 100644 --- a/lib/factory_girl/version.rb +++ b/lib/factory_girl/version.rb @@ -1,4 +1,4 @@ module FactoryGirl - VERSION = "2.6.3" + VERSION = "2.6.4" end