microservice_precompiler.gemspec in microservice_precompiler-1.0.2 vs microservice_precompiler.gemspec in microservice_precompiler-1.0.3
- old
+ new
@@ -4,10 +4,10 @@
Gem::Specification.new do |gem|
gem.authors = ["barnabyalter"]
gem.email = ["barnaby.alter@nyu.edu"]
gem.description = %q{The microservice precompiler uses a handful of technologies to compile Javascripts and Stylesheets and create HTML pages from templates into a distribution folder ready for deployment. The microservices used are CoffeeScript, SASS and Mustache, compiling and minifying (where possible) into Javascript, CSS and HTML, respectively.}
gem.summary = %q{The microservice precompiler uses a handful of technologies to compile Javascripts and Stylesheets and create HTML pages from templates into a distribution folder ready for deployment.}
- gem.homepage = "https://github.com/barnabyalter/microservice-precompiler"
+ gem.homepage = "https://github.com/barnabyalter/microservice_precompiler"
gem.licenses = ['MIT']
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})