microservice_precompiler 0.1.4 → 0.1.5
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.
- data/Gemfile +1 -0
- data/README.md +4 -2
- data/lib/microservice_precompiler/version.rb +1 -1
- data/test/test_helper.rb +2 -0
- metadata +4 -4
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# MicroservicePrecompiler
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/barnabyalter/
|
|
3
|
+
[](https://travis-ci.org/barnabyalter/microservice_precompiler)
|
|
4
4
|
[](https://gemnasium.com/barnabyalter/microservice_precompiler)
|
|
5
|
-
[](https://codeclimate.com/github/barnabyalter/microservice_precompiler)
|
|
6
|
+
[](http://badge.fury.io/rb/microservice_precompiler)
|
|
7
|
+
[](https://coveralls.io/r/barnabyalter/microservice_precompiler)
|
|
6
8
|
|
|
7
9
|
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
10
|
|
data/test/test_helper.rb
CHANGED
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: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-03-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -235,7 +235,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: '0'
|
|
236
236
|
segments:
|
|
237
237
|
- 0
|
|
238
|
-
hash:
|
|
238
|
+
hash: 385532644168721467
|
|
239
239
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
240
|
none: false
|
|
241
241
|
requirements:
|
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
244
244
|
version: '0'
|
|
245
245
|
segments:
|
|
246
246
|
- 0
|
|
247
|
-
hash:
|
|
247
|
+
hash: 385532644168721467
|
|
248
248
|
requirements: []
|
|
249
249
|
rubyforge_project:
|
|
250
250
|
rubygems_version: 1.8.21
|