Skip to content

Commit e9ebf39

Browse files
committed
closure-compiler 1.1.7
1 parent a26f9ac commit e9ebf39

5 files changed

Lines changed: 89 additions & 89 deletions

File tree

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ h1. The Closure Compiler (as a Ruby Gem)
22

33
The *closure-compiler* gem is a svelte wrapper around the "Google Closure Compiler":http://code.google.com/closure/compiler/ for JavaScript compression.
44

5-
Latest Version: *"1.1.6":http://rubygems.org/gems/closure-compiler*
5+
Latest Version: *"1.1.7":http://rubygems.org/gems/closure-compiler*
66

7-
The Closure Compiler's *2012-03-05* JAR-file is included with the gem.
7+
The Closure Compiler's *2012-07-25* JAR-file is included with the gem.
88

99
h2. Installation
1010

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.6' # Keep version in sync with closure-compiler.rb
4-
s.date = '2012-03-07'
3+
s.version = '1.1.7' # Keep version in sync with closure-compiler.rb
4+
s.date = '2012-07-25'
55

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

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.6"
3+
VERSION = "1.1.7"
44

5-
COMPILER_VERSION = "20120305"
5+
COMPILER_VERSION = "20120710"
66

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)