Skip to content

Commit

Permalink
Closure Compiler 0.2.1, with the latest version from Google (March 30…
Browse files Browse the repository at this point in the history
…, 2010)
  • Loading branch information
jashkenas committed Apr 1, 2010
1 parent 76da810 commit 7a6880f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ h1. The Closure Compiler (as a Ruby Gem)

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

Latest Version: *"0.2.0":http://gemcutter.org/gems/closure-compiler*
Latest Version: *"0.2.1":http://gemcutter.org/gems/closure-compiler*

The Closure Compiler's *2010-02-01* JAR-file is included with the gem, so you'll need *Java 6* installed in order to run the compiler.
The Closure Compiler's *2010-03-30* JAR-file is included with the gem, so you'll need *Java 6* installed in order to run the compiler.

h2. Installation

Expand Down
4 changes: 2 additions & 2 deletions closure-compiler.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'closure-compiler'
s.version = '0.2.0' # Keep version in sync with closure-compiler.rb
s.date = '2010-2-1'
s.version = '0.2.1' # Keep version in sync with closure-compiler.rb
s.date = '2010-3-31'

s.homepage = "http://github.com/documentcloud/closure-compiler/"
s.summary = "Ruby Wrapper for the Google Closure Compiler"
Expand Down
4 changes: 2 additions & 2 deletions lib/closure-compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module Closure

VERSION = "0.2.0"
VERSION = "0.2.1"

COMPILER_VERSION = "20100201"
COMPILER_VERSION = "20100330"

JAVA_COMMAND = 'java'

Expand Down
Binary file not shown.

0 comments on commit 7a6880f

Please sign in to comment.