Skip to content

Commit de11737

Browse files
committed
Use VERSION file
Ref #546
1 parent af916f5 commit de11737

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.0

cucumber-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'cucumber-rails'
7-
s.version = '2.6.0'
7+
s.version = File.read(File.expand_path(__dir__, 'VERSION'))
88
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
99
s.description = 'Cucumber Generator and Runtime for Rails'
1010
s.summary = "#{s.name}-#{s.version}"

0 commit comments

Comments
 (0)