We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9355d8b commit 2e1f943Copy full SHA for 2e1f943
cucumber-rails.gemspec
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)
4
5
Gem::Specification.new do |s|
6
s.name = 'cucumber-rails'
7
- s.version = File.read("#{_dir__}/VERSION")
+ s.version = File.read("#{__dir__}/VERSION")
8
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
9
s.description = 'Cucumber Generator and Runtime for Rails'
10
s.summary = "#{s.name}-#{s.version}"
0 commit comments