Skip to content

Commit d532ba9

Browse files
committed
updated gem to 1.1.11 & closure compiler to 20140730
1 parent 757696c commit d532ba9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

closure-compiler.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'closure-compiler'
3-
s.version = '1.1.10' # Keep version in sync with closure-compiler.rb
4-
s.date = '2013-05-28'
3+
s.version = '1.1.11' # Keep version in sync with closure-compiler.rb
4+
s.date = '2014-07-30'
55

66
s.homepage = "http://github.com/documentcloud/closure-compiler/"
77
s.summary = "Ruby Wrapper for the Google Closure Compiler"

lib/closure-compiler-20130411.jar

-5.98 MB
Binary file not shown.

lib/closure-compiler-20140730.jar

5.68 MB
Binary file not shown.

lib/closure-compiler.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Closure
22

3-
VERSION = "1.1.10"
3+
VERSION = "1.1.11"
44

5-
COMPILER_VERSION = "20130411"
5+
COMPILER_VERSION = "20140730"
66

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)