Skip to content

Commit 7a9b34b

Browse files
committed
Update js fixtures, compiler jar version to 20130411, and gem version to 0.1.10
1 parent c36583e commit 7a9b34b

File tree

5 files changed

+370
-370
lines changed

5 files changed

+370
-370
lines changed

closure-compiler.gemspec

Lines changed: 3 additions & 3 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.9' # Keep version in sync with closure-compiler.rb
4-
s.date = '2013-04-11'
3+
s.version = '1.1.10' # Keep version in sync with closure-compiler.rb
4+
s.date = '2013-05-28'
55

66
s.homepage = "http://github.com/documentcloud/closure-compiler/"
77
s.summary = "Ruby Wrapper for the Google Closure Compiler"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111

1212
s.rubyforge_project = "closure-compiler"
1313
s.authors = ['Jeremy Ashkenas', 'Jordan Brough']
14-
s.email = 'jeremy@documentcloud.org'
14+
s.email = 'opensource@documentcloud.org'
1515

1616
s.require_paths = ['lib']
1717

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.9"
3+
VERSION = "1.1.10"
44

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

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)