Skip to content

Commit 3b2a6bc

Browse files
committed
closure-compiler 1.1.0
1 parent 99d51c9 commit 3b2a6bc

3 files changed

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

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

99
h2. Installation
1010

closure-compiler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'closure-compiler'
3-
s.version = '1.0.0' # Keep version in sync with closure-compiler.rb
3+
s.version = '1.1.0' # Keep version in sync with closure-compiler.rb
44
s.date = '2011-1-19'
55

66
s.homepage = "http://github.com/documentcloud/closure-compiler/"

lib/closure-compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Closure
22

3-
VERSION = "1.0.0"
3+
VERSION = "1.1.0"
44

55
COMPILER_VERSION = "20110322"
66

0 commit comments

Comments
 (0)