closure-compiler-updated 1.1.18 → 1.1.19
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.textile +5 -5
- data/lib/closure/compiler.rb +2 -1
- data/lib/closure-compiler-v20211107.jar +0 -0
- data/lib/closure-compiler.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e5d70055f906035c905549ca4b2375c135b4761c82da4a2486d5d0a848a611a
|
|
4
|
+
data.tar.gz: fcfa5086f52dc12dd59940031c06c659e1f551ae41aa5b351eed9bff76f1461d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba0bf7793252a5bd133fb57894cf45662d0c2c221edc998527fbe63415bc84c4bfdef95c5fa734ab6f9094082eb5a91b1bd4880d3781951f5816de2531d5cffd
|
|
7
|
+
data.tar.gz: 61e3446cecdeb9f6b29d969bfeba4d00ca261e4817b73e4d25d94775d92918bb1be6e657be8d56ad50bd23c062fd9f4dacb4493c386ccc2f9d29be970148650d
|
data/README.textile
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
h1. The Closure Compiler (as a Ruby Gem)
|
|
1
|
+
h1. The Closure Compiler (as a Ruby Gem). Updated.
|
|
2
2
|
|
|
3
|
-
The *closure-compiler* gem is a
|
|
3
|
+
The *closure-compiler-updated* gem is a Ruby wrapper around the "Google Closure Compiler":https://developers.google.com/closure/compiler/ for JavaScript compression.
|
|
4
4
|
|
|
5
|
-
Latest Version: *"1.1.
|
|
5
|
+
Latest Version: *"1.1.19":https://rubygems.org/gems/closure-compiler-updated*
|
|
6
6
|
|
|
7
|
-
The Closure Compiler's *
|
|
7
|
+
The Closure Compiler's *v20211107* JAR-file is included with the gem.
|
|
8
8
|
|
|
9
9
|
h2. Installation
|
|
10
10
|
|
|
11
11
|
<pre>
|
|
12
|
-
sudo gem install closure-compiler
|
|
12
|
+
sudo gem install closure-compiler-updated
|
|
13
13
|
</pre>
|
|
14
14
|
|
|
15
15
|
h2. Usage
|
data/lib/closure/compiler.rb
CHANGED
|
File without changes
|
data/lib/closure-compiler.rb
CHANGED