hogan_assets.gemspec in hogan_assets-1.0.0 vs hogan_assets.gemspec in hogan_assets-1.0.1
- old
+ new
@@ -4,10 +4,10 @@
Gem::Specification.new do |gem|
gem.authors = ["Les Hill"]
gem.email = ["leshill@gmail.com"]
gem.description = %q{Use compiled hogan.js (mustache) JavaScript templates with sprockets and the Rails asset pipeline.}
gem.summary = %q{Use compiled hogan.js (mustache) JavaScript templates with sprockets and the Rails asset pipeline.}
- gem.homepage = ""
+ gem.homepage = "https://github.com/leshill/hogan_assets"
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "hogan_assets"