Bump to version 5.0.0.rc2

This commit is contained in:
Daniel Colson 2019-01-11 14:58:26 -05:00
parent 917af38246
commit 515af01ca9
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
7 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
GEM
@ -126,4 +126,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.6
1.17.3

View File

@ -9,7 +9,7 @@
so you can add "[ci skip]" to the commit message.
1. Tag the release: `git tag -s vVERSION`
- We recommend the [_quick guide on how to sign a release_] from git ready.
1. Push changes: `git push --tags`
1. Push changes: `git push && git push --tags`
1. Build and publish:
```bash
gem build factory_bot.gemspec

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
GEM
@ -128,4 +128,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.6
1.17.3

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
GEM
@ -126,4 +126,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.6
1.17.3

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
GEM
@ -126,4 +126,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.6
1.17.3

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
GEM
@ -126,4 +126,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.6
1.17.3

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.0.0.rc1".freeze
VERSION = "5.0.0.rc2".freeze
end