Use Gem::Version to get version string. Fixes #3394

This commit is contained in:
Jordon Bedwell 2015-02-01 10:36:51 -06:00
parent 0154c580cd
commit 9e717a61e7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def gemspec_file
end end
def gem_file def gem_file
"#{name}-#{version}.gem" "#{name}-#{Gem::Version.new(version).to_s}.gem"
end end
def normalize_bullets(markdown) def normalize_bullets(markdown)