mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 4.7.0
This commit is contained in:
parent
6d622a6504
commit
06d96838a0
3 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_girl_rails (4.6.0)
|
factory_girl_rails (4.7.0)
|
||||||
factory_girl (~> 4.7.0)
|
factory_girl (~> 4.7.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
|
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
4.7.0 (April 1, 2016)
|
||||||
|
No notable changes
|
||||||
|
|
||||||
4.4.1 (February 26, 2014)
|
4.4.1 (February 26, 2014)
|
||||||
Support Spring
|
Support Spring
|
||||||
|
|
||||||
|
|
|
@ -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.6.0'
|
s.version = '4.7.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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue