closure-compiler 1.1.13 → 1.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8cd49160c42ca83cae6083ff66a635532856820
4
- data.tar.gz: 1f016f1980047ac333d709c8dc5bc83f8164f2b6
3
+ metadata.gz: 2007a042ad9c99c52c438a4fc6acb88a5531800b
4
+ data.tar.gz: 46e2d0c58cf91ce6c6fa583ea57bb6b6fb0e512f
5
5
  SHA512:
6
- metadata.gz: fe50c217ff3aa9a9b75c10582c263b58e0dc52f69f8968b5418f5807b3149decdf518a1ffb12365a0bb4b623d468f09e3b0b81f3062dfd296dd923f1a804a0c6
7
- data.tar.gz: 4fc6d7c59ba7047e2ddc6927e73fc5739f5726f9037601e2a20a3e27aa8630eb020a44d59d83dfcfcde6bd5352cb3f0e9bd3ba1457f44aa0d016fdb6de785ad2
6
+ metadata.gz: 1b9044b3d99f8399f9fde480d7631b9c0c804d21140530e3944e806e1fa8e5b15ba4034f92f97097f1413de1b137c26f78e8ccd7dd676efd81777ca91a6c1b9a
7
+ data.tar.gz: 90e6ce155d46445e3cafffb3740608d19702744015b90fedd8c67db94c47f240d6af48a3e0bae89fb2efb513aba3b026cf3c3fe00dff6cd2636c083829e2a18f
@@ -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.12":https://rubygems.org/gems/closure-compiler*
5
+ Latest Version: *"1.1.14":https://rubygems.org/gems/closure-compiler*
6
6
 
7
- The Closure Compiler's *2015-10-15* JAR-file is included with the gem.
7
+ The Closure Compiler's *2018-05-06* JAR-file is included with the gem.
8
8
 
9
9
  h2. Installation
10
10
 
@@ -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 = '2017-05-21'
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/"
@@ -1,8 +1,8 @@
1
1
  module Closure
2
2
 
3
- VERSION = "1.1.13"
3
+ VERSION = "1.1.14"
4
4
 
5
- COMPILER_VERSION = "20170521"
5
+ COMPILER_VERSION = "20180506"
6
6
 
7
7
  JAVA_COMMAND = 'java'
8
8
 
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.13
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: 2017-05-21 00:00:00.000000000 Z
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-20170521.jar
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/