Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Mar 23, 2012
1 parent e470007 commit dde2054
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.0 (March 23, 2012)
Deprecate the vintage syntax
Remove Rails 2.x support
Remove Ruby 1.8 support
Remove deprecated features, including default_strategy, factory_name,
:method for defining default strategy, ignore on individual attributes, and
interacting with Factory the way you would FactoryGirl

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 (3.0.0.rc1)
factory_girl (3.0.0)
activesupport (>= 3.0.0)

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 (3.0.0.rc1)
factory_girl (3.0.0)
activesupport (>= 3.0.0)

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 (3.0.0.rc1)
factory_girl (3.0.0)
activesupport (>= 3.0.0)

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 (3.0.0.rc1)
factory_girl (3.0.0)
activesupport (>= 3.0.0)

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 = "3.0.0.rc1"
VERSION = "3.0.0"
end

0 comments on commit dde2054

Please sign in to comment.