From 89afb45352189633eff67cf3275cf04ae99c02e5 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Thu, 22 Oct 2020 20:38:00 +0200 Subject: [PATCH] Rename 2.0.0-pre to 2.0.0.pre Only dots are used when separating versions in Rubygems. --- CHANGELOG.md | 2 +- lib/rubocop/rspec_rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d435b807..a33e9871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Master (Unreleased) -## 2.0.0-pre (2020-10-22) +## 2.0.0.pre (2020-10-22) * Update RuboCop dependency to v1.0.0. ([@bquorning][]) * **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][]) diff --git a/lib/rubocop/rspec_rails/version.rb b/lib/rubocop/rspec_rails/version.rb index e9194477..c4b67c41 100644 --- a/lib/rubocop/rspec_rails/version.rb +++ b/lib/rubocop/rspec_rails/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '2.0.0-pre' + STRING = '2.0.0.pre' end end end