Skip to content

Commit ee512b8

Browse files
authored
Fix Unable to determine VERSION (#1729)
* Add additional files into gemspec * Remove un-needed files * Add changelog update
1 parent ba50a6e commit ee512b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
1010

1111
## [Unreleased]
1212

13+
### Fixed
14+
- Cucumber was unable to generate the correct `VERSION` constant ([PR#1729](https://github.com/cucumber/cucumber-ruby/pull/1729) [luke-hill](https://github.com/luke-hill))
15+
1316
## [9.0.0] - 2023-08-31
1417
### Added
1518
- Add option `--retry-total` ([#1669](https://github.com/cucumber/cucumber-ruby/pull/1669))
@@ -20,8 +23,6 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
2023
with [mini_mime](https://rubygems.org/gems/mini_mime)
2124
([#1695](https://github.com/cucumber/cucumber-ruby/pull/1695))
2225

23-
### Deprecated
24-
2526
### Fixed
2627
- Cucumber may raise NoMethodError when CUCUMBER_COLORS environment was set ([PR#1641](https://github.com/cucumber/cucumber-ruby/pull/1641/) [s2k](https://github.com/s2k))
2728

cucumber.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ Gem::Specification.new do |s|
5353

5454
s.required_rubygems_version = '>= 3.0.1'
5555
s.files = Dir[
56-
'CHANGELOG.old.md',
57-
'CONTRIBUTING.md',
5856
'README.md',
5957
'LICENSE',
58+
'VERSION',
6059
'lib/**/*'
6160
]
6261
s.executables = ['cucumber']

0 commit comments

Comments
 (0)