Skip to content

Commit ec9c8b9

Browse files
committed
Rename 2.0.0-pre to 2.0.0.pre
Only dots are used when separating versions in Rubygems.
1 parent 28d7d9c commit ec9c8b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Master (Unreleased)
44

5-
## 2.0.0-pre (2020-10-22)
5+
## 2.0.0.pre (2020-10-22)
66

77
* Update RuboCop dependency to v1.0.0. ([@bquorning][])
88
* **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][])

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '2.0.0-pre'
7+
STRING = '2.0.0.pre'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)