Skip to content

Commit

Permalink
Respone to feedback for more flexible version identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdensmore committed Feb 14, 2014
1 parent 51fe7cd commit 9ba52a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steno.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |gem|


if RUBY_PLATFORM=~ /mswin|mingw|cygwin/ if RUBY_PLATFORM=~ /mswin|mingw|cygwin/
gem.platform = Gem::Platform::CURRENT gem.platform = Gem::Platform::CURRENT
gem.add_dependency("win32-eventlog", "= 0.6.0") gem.add_dependency("win32-eventlog", "~> 0.6.0")
end end
end end

0 comments on commit 9ba52a5

Please sign in to comment.