mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump to version 5.0.0.rc2
This commit is contained in:
parent
917af38246
commit
515af01ca9
7 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryBot
|
||||
VERSION = "5.0.0.rc1".freeze
|
||||
VERSION = "5.0.0.rc2".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue