Skip to content

Commit 18c44b6

Browse files
committed
Closure Compiler 1.1.2, with 2011-08-11 version.
1 parent 70b2ab0 commit 18c44b6

6 files changed

Lines changed: 99 additions & 100 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.1":http://gemcutter.org/gems/closure-compiler*
5+
Latest Version: *"1.1.2":http://gemcutter.org/gems/closure-compiler*
66

7-
The Closure Compiler's *2011-03-22* JAR-file is included with the gem.
7+
The Closure Compiler's *2011-08-11* JAR-file is included with the gem.
88

99
h2. Installation
1010

closure-compiler.gemspec

Lines changed: 2 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.1' # Keep version in sync with closure-compiler.rb
4-
s.date = '2011-3-23'
3+
s.version = '1.1.2' # Keep version in sync with closure-compiler.rb
4+
s.date = '2011-08-12'
55

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

1616
s.require_paths = ['lib']
1717

18-
s.has_rdoc = true
1918
s.rdoc_options << '--title' << 'Ruby Closure Compiler' <<
2019
'--exclude' << 'test' <<
2120
'--all'

lib/closure-compiler-20110322.jar

-4.06 MB
Binary file not shown.

lib/closure-compiler-20110811.jar

4.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.1"
3+
VERSION = "1.1.2"
44

5-
COMPILER_VERSION = "20110322"
5+
COMPILER_VERSION = "20110811"
66

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)