assets-squasher 0.0.1 → 0.0.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 +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 902b12a70c97399b6c6419a189fc6f85e6531e28
|
|
4
|
+
data.tar.gz: 9015f0287c37eecce8c54113956ddc38895bd651
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5e870da4b18912cabaf7c57c80b5f77ccfc3a073ae1e652a33b93741ccd9b51aaaeffa39b1a251593fdd321bdd78388d696da38b1959821f17beff97c53b1b6
|
|
7
|
+
data.tar.gz: 0d114ab4bbca8e66b4bde3f0b10360ed5a205d3b7bde283a428c48587e08e42278085e5dced92d50b954497122ed790202cff1d550733b8fcea90911f1a1554d
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: assets-squasher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- https://github.com/botanicus
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '1.6'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '1.6'
|
|
27
27
|
description: It takes an HTML file, traverses over its scripts and stylesheets and
|
|
28
28
|
minify them all into one file using UglifyJS2 and UglifyCSS. Meant primarily for
|
|
29
29
|
single page apps.
|