Skip to content

Commit

Permalink
Fix version typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
segabor committed Aug 20, 2013
1 parent 3abbcc2 commit d1127cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hunspell.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ __TEXT
s.authors = ['Gábor SEBESTYÉN']
s.files = %w(extconf.rb hunspell.c hunspell.rb TODO README example.rb LGPL_LICENSE)
s.extensions = ["extconf.rb"]
s.requirements = ["hunspell 1.3 or newer"]
s.requirements = ["hunspell 1.2 or newer"]
s.require_paths = ["lib", "."]
end

0 comments on commit d1127cb

Please sign in to comment.