Bump version to 4.4.0

This commit is contained in:
Joshua Clayton 2014-02-11 08:04:21 -05:00
parent d8c9b2886a
commit ea03790b3e
6 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (4.3.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
GEM

5
NEWS
View File

@ -1,3 +1,8 @@
4.4.0 (February 10, 2014)
Add FactoryGirl.lint
Fix memory leak in duplicate traits
Update documentation
4.3.0 (November 3, 2013)
Start testing against Rails 4.0 and Ruby 2.0.0
Stop testing against Rails 3.0 and Ruby 1.9.2

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.3.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (4.3.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_girl (4.3.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.3.0'
VERSION = '4.4.0'
end