japr 0.2.1 → 0.2.2
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 +8 -8
- data/lib/japr/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjRhZTQ2Yjc0ZWJkMDkzMWYzNWVlMjEzZTkxZWE4MDgyM2Y3MzY2Yw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGI1ZmIzYTM0ZTE0OTU3MThmMDIxY2VlN2E0YTZlMDNiYzQxMTMzOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
M2Y0ZjJhYjdkOTYzMmU3YjE4YjNmNjhiMTU5NjZiMTk3OTAwMDQ2ZDViYjQy
|
|
10
|
+
ZDc3ZDhjNDc0ZmE0YWQwNDI4NGQyMjZlNTJmNGM2OTU2YmNmYTk3ODYwNTc4
|
|
11
|
+
NmFhZGQzYzQ0ZGRlOWIwMDFlNzZhZjljMTk4OTUwNWU1MWRjNjI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODY4ZWVmNmNiNDBlNzZmMDJkNGQ1MTQyMTFiODM4YjA2ZTU1YzVkM2Q1ZjA1
|
|
14
|
+
NzQyMzBjZjU1ODk0YjNiNDY1ODY5ZjI4MjEyNDA3NDk5ZWMyODVlYTg1Yjdi
|
|
15
|
+
MmRkZTVjODljZGUwZTIyZjVjMjExN2E4YmM2Y2U1ODFkYmE1ZGU=
|
data/lib/japr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: japr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Hodan
|
|
@@ -66,9 +66,9 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '5.2'
|
|
69
|
-
description:
|
|
70
|
-
compression/minification/gzip (Yahoo YUI Compressor,
|
|
71
|
-
to Jekyll.
|
|
69
|
+
description: Jekyll Asset Pipeline reborn adds asset preprocessing (CoffeeScript,
|
|
70
|
+
Sass, Less, ERB, etc.) and asset compression/minification/gzip (Yahoo YUI Compressor,
|
|
71
|
+
Google Closure Compiler, etc.) to Jekyll.
|
|
72
72
|
email: japr@clicktrackheart.com
|
|
73
73
|
executables: []
|
|
74
74
|
extensions: []
|