From 515af01ca9797de5ee7bdb7f61d591f92efae0e2 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Fri, 11 Jan 2019 14:58:26 -0500 Subject: [PATCH] Bump to version 5.0.0.rc2 --- Gemfile.lock | 4 ++-- RELEASING.md | 2 +- gemfiles/4.2.gemfile.lock | 4 ++-- gemfiles/5.0.gemfile.lock | 4 ++-- gemfiles/5.1.gemfile.lock | 4 ++-- gemfiles/5.2.gemfile.lock | 4 ++-- lib/factory_bot/version.rb | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aab97a1..61ca975 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/RELEASING.md b/RELEASING.md index 71105e5..8f8e5c0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 diff --git a/gemfiles/4.2.gemfile.lock b/gemfiles/4.2.gemfile.lock index dd9cd05..143d2f7 100644 --- a/gemfiles/4.2.gemfile.lock +++ b/gemfiles/4.2.gemfile.lock @@ -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 diff --git a/gemfiles/5.0.gemfile.lock b/gemfiles/5.0.gemfile.lock index 981e308..a7a9126 100644 --- a/gemfiles/5.0.gemfile.lock +++ b/gemfiles/5.0.gemfile.lock @@ -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 diff --git a/gemfiles/5.1.gemfile.lock b/gemfiles/5.1.gemfile.lock index 8f09a38..1f089b7 100644 --- a/gemfiles/5.1.gemfile.lock +++ b/gemfiles/5.1.gemfile.lock @@ -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 diff --git a/gemfiles/5.2.gemfile.lock b/gemfiles/5.2.gemfile.lock index d4f0f80..f43eba3 100644 --- a/gemfiles/5.2.gemfile.lock +++ b/gemfiles/5.2.gemfile.lock @@ -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 diff --git a/lib/factory_bot/version.rb b/lib/factory_bot/version.rb index 7f36c35..a2a55e7 100644 --- a/lib/factory_bot/version.rb +++ b/lib/factory_bot/version.rb @@ -1,3 +1,3 @@ module FactoryBot - VERSION = "5.0.0.rc1".freeze + VERSION = "5.0.0.rc2".freeze end