This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ### Development
2
- [ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.9.3...main )
1
+ ### 3.10.0 / 2020-10-30
2
+ [ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.9.3...v3.10.0 )
3
3
4
4
Enhancements:
5
5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Core
3
3
# Version information for RSpec Core.
4
4
module Version
5
5
# Current version of RSpec Core, in semantic versioning format.
6
- STRING = '3.10.0.pre '
6
+ STRING = '3.10.0'
7
7
end
8
8
end
9
9
end
Original file line number Diff line number Diff line change 1
- main
1
+ 3-10-maintenance
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
s . add_runtime_dependency "rspec-support" , "= #{ RSpec ::Core ::Version ::STRING } "
43
43
else
44
44
# rspec-support must otherwise match our major/minor version
45
- s . add_runtime_dependency "rspec-support" , "~> #{ RSpec ::Core ::Version ::STRING . split ( '.' ) [ 0 ..1 ] . concat ( [ '3 ' ] ) . join ( '.' ) } "
45
+ s . add_runtime_dependency "rspec-support" , "~> #{ RSpec ::Core ::Version ::STRING . split ( '.' ) [ 0 ..1 ] . concat ( [ '0 ' ] ) . join ( '.' ) } "
46
46
end
47
47
48
48
s . add_development_dependency "cucumber" , "~> 1.3"
You can’t perform that action at this time.
0 commit comments