8000 Fix typo · cucumber/cucumber-rails@2e1f943 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e1f943

Browse files
committed
Fix typo
1 parent 9355d8b commit 2e1f943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = File.read("#{_dir__}/VERSION")
7+
s.version = File.read("#{__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)
0