microservice_precompiler 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef65a823335e4a8bea106893aa34d02bf6b1bd1a
4
- data.tar.gz: 024725e2fa5ce71c901498b1d19ee06941f5e56a
3
+ metadata.gz: ff86a9a0aa71f5b355dd40565beefc292e8a64a6
4
+ data.tar.gz: 69935198f42a37267b96bc14d499e263789fb67c
5
5
  SHA512:
6
- metadata.gz: fe7a3ef3a6d0eff74212e54ad7d580689dfdeb69ee6658db0a78499dce815f0d130f563ad87615cc60f055be374fbfda1ded489631041a80f738b579c8cf7d1a
7
- data.tar.gz: 7f8e0db597087eb9f1039cf1ece1e54939d02dd3b3d17405802154633ccad8fc39665d0a9844ccf9de09b7d343091d3af517cf876a49fe6d0c956f7ee9c491dc
6
+ metadata.gz: 33976f53ba42fea63922f843a288d4d2961ece997b3a6a134f7faac7bd29df5b3a9553177c4696db5f9d4b52c34874a52e1042ce73d0c3bf898ab94131293e2f
7
+ data.tar.gz: c06a7d6712f946a434d1b61863592feccde54c358b9460e0ac7e3cc1f1d452578baa60c7c6125f91a8e7fcde5ac0987f0883377e9a36d69c69318b3df6bc8dd6
data/README.md CHANGED
@@ -98,6 +98,3 @@ The mustache builder requires you to provide a template file and a logic file fr
98
98
  3. Commit your changes (`git commit -am 'Added some feature'`)
99
99
  4. Push to the branch (`git push origin my-new-feature`)
100
100
  5. Create new Pull Request
101
-
102
-
103
- [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/barnabyalter/microservice_precompiler/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
@@ -1,3 +1,3 @@
1
1
  module MicroservicePrecompiler
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["barnaby.alter@nyu.edu"]
7
7
  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.}
8
8
  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.}
9
- gem.homepage = "https://github.com/barnabyalter/microservice-precompiler"
9
+ gem.homepage = "https://github.com/barnabyalter/microservice_precompiler"
10
10
  gem.licenses = ['MIT']
11
11
 
12
12
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microservice_precompiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - barnabyalter
@@ -168,7 +168,7 @@ files:
168
168
  - test/microservice_precompiler_test.rb
169
169
  - test/test_helper.rb
170
170
  - test/unit/builder_test.rb
171
- homepage: https://github.com/barnabyalter/microservice-precompiler
171
+ homepage: https://github.com/barnabyalter/microservice_precompiler
172
172
  licenses:
173
173
  - MIT
174
174
  metadata: {}