1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Bump version to 4.6.0

This commit is contained in:
Joe Ferris 2016-02-01 14:21:39 -05:00
parent 3c6a2ec15e
commit 42fd517f1a
No known key found for this signature in database
GPG key ID: 1B00F8C9678CF148
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl_rails (4.5.0) factory_girl_rails (4.6.0)
factory_girl (~> 4.5.0) factory_girl (~> 4.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
@ -139,3 +139,6 @@ DEPENDENCIES
test-unit test-unit
therubyrhino therubyrhino
uglifier uglifier
BUNDLED WITH
1.10.6

View file

@ -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.5.0' s.version = '4.6.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"