Skip to content

Commit

Permalink
Bump version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Mar 9, 2012
1 parent 6a8887f commit 6b2605c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
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
when building a table of attributes to instantiate records with

2.6.2 (March 9, 2012) 2.6.2 (March 9, 2012)
Allow factories to use all their ancestors' traits Allow factories to use all their ancestors' traits
Ignore bin dir generated by bundler Ignore bin dir generated by bundler
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl (2.6.2) factory_girl (2.6.3)
activesupport (>= 2.3.9) activesupport (>= 2.3.9)


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


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


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


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


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
module FactoryGirl module FactoryGirl
VERSION = "2.6.2" VERSION = "2.6.3"
end end


0 comments on commit 6b2605c

Please sign in to comment.