closure-compiler 1.1.13 → 1.1.14
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2007a042ad9c99c52c438a4fc6acb88a5531800b
|
|
4
|
+
data.tar.gz: 46e2d0c58cf91ce6c6fa583ea57bb6b6fb0e512f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b9044b3d99f8399f9fde480d7631b9c0c804d21140530e3944e806e1fa8e5b15ba4034f92f97097f1413de1b137c26f78e8ccd7dd676efd81777ca91a6c1b9a
|
|
7
|
+
data.tar.gz: 90e6ce155d46445e3cafffb3740608d19702744015b90fedd8c67db94c47f240d6af48a3e0bae89fb2efb513aba3b026cf3c3fe00dff6cd2636c083829e2a18f
|
data/README.textile
CHANGED
|
@@ -2,9 +2,9 @@ h1. The Closure Compiler (as a Ruby Gem)
|
|
|
2
2
|
|
|
3
3
|
The *closure-compiler* gem is a svelte 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.14":https://rubygems.org/gems/closure-compiler*
|
|
6
6
|
|
|
7
|
-
The Closure Compiler's *
|
|
7
|
+
The Closure Compiler's *2018-05-06* JAR-file is included with the gem.
|
|
8
8
|
|
|
9
9
|
h2. Installation
|
|
10
10
|
|
data/closure-compiler.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'closure-compiler')
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'closure-compiler'
|
|
5
5
|
s.version = Closure::VERSION
|
|
6
|
-
s.date = '
|
|
6
|
+
s.date = '2018-05-31'
|
|
7
7
|
s.license = 'Apache-2.0'
|
|
8
8
|
|
|
9
9
|
s.homepage = "http://github.com/documentcloud/closure-compiler/"
|
|
Binary file
|
data/lib/closure-compiler.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: closure-compiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Ashkenas
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: " A Ruby Wrapper for the Google Closure Compiler.\n"
|
|
15
15
|
email: opensource@documentcloud.org
|
|
@@ -21,7 +21,7 @@ files:
|
|
|
21
21
|
- LICENSE
|
|
22
22
|
- README.textile
|
|
23
23
|
- closure-compiler.gemspec
|
|
24
|
-
- lib/closure-compiler-
|
|
24
|
+
- lib/closure-compiler-20180506.jar
|
|
25
25
|
- lib/closure-compiler.rb
|
|
26
26
|
- lib/closure/compiler.rb
|
|
27
27
|
homepage: http://github.com/documentcloud/closure-compiler/
|