Play nice with gemspec version numbers
This commit is contained in:
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
||||
gem.description = %q{Handlebars.js source code wrapper for (pre)compilation gems.}
|
||||
gem.summary = %q{Handlebars.js source code wrapper}
|
||||
gem.homepage = "https://github.com/wycats/handlebars.js/"
|
||||
gem.version = package["version"]
|
||||
gem.version = package["version"].sub! "-", "."
|
||||
gem.license = "MIT"
|
||||
|
||||
gem.files = [
|
||||
|
||||
Reference in New Issue
Block a user