mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 4.4.0
This commit is contained in:
parent
016048f637
commit
8dc4d08aa3
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{factory_girl_rails}
|
s.name = %q{factory_girl_rails}
|
||||||
s.version = '4.3.0'
|
s.version = '4.4.0'
|
||||||
s.authors = ["Joe Ferris"]
|
s.authors = ["Joe Ferris"]
|
||||||
s.email = %q{jferris@thoughtbot.com}
|
s.email = %q{jferris@thoughtbot.com}
|
||||||
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
|
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
||||||
specs:
|
specs:
|
||||||
factory_girl_rails (4.3.0)
|
factory_girl_rails (4.4.0)
|
||||||
factory_girl (~> 4.4.0)
|
factory_girl (~> 4.4.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
||||||
specs:
|
specs:
|
||||||
factory_girl_rails (4.3.0)
|
factory_girl_rails (4.4.0)
|
||||||
factory_girl (~> 4.4.0)
|
factory_girl (~> 4.4.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue