Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Oct 13, 2022
1 parent 9355d8b commit 2e1f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'cucumber-rails'
s.version = File.read("#{_dir__}/VERSION")
s.version = File.read("#{__dir__}/VERSION")
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
s.description = 'Cucumber Generator and Runtime for Rails'
s.summary = "#{s.name}-#{s.version}"
Expand Down

0 comments on commit 2e1f943

Please sign in to comment.