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 +4 -4
- data/README.md +0 -3
- data/lib/microservice_precompiler/version.rb +1 -1
- data/microservice_precompiler.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff86a9a0aa71f5b355dd40565beefc292e8a64a6
|
|
4
|
+
data.tar.gz: 69935198f42a37267b96bc14d499e263789fb67c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
@@ -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/
|
|
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.
|
|
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/
|
|
171
|
+
homepage: https://github.com/barnabyalter/microservice_precompiler
|
|
172
172
|
licenses:
|
|
173
173
|
- MIT
|
|
174
174
|
metadata: {}
|