Skip to content

Commit c36583e

Browse files
committed
Merge pull request #28 from International/20130227
Updated compiler jar to 2013-02-27 version
2 parents 0484508 + 7de58fc commit c36583e

File tree

3 files changed

+4
-4
lines changed

3 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.8' # Keep version in sync with closure-compiler.rb
4-
s.date = '2012-12-28'
3+
s.version = '1.1.9' # Keep version in sync with closure-compiler.rb
4+
s.date = '2013-04-11'
55

66
s.homepage = "http://github.com/documentcloud/closure-compiler/"
77
s.summary = "Ruby Wrapper for the Google Closure Compiler"
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.8"
3+
VERSION = "1.1.9"
44

5-
COMPILER_VERSION = "20121212"
5+
COMPILER_VERSION = "20130227"
66

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)