closure-compiler 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -2,9 +2,9 @@ h1. The Closure Compiler (as a Ruby Gem)
2
2
 
3
3
  The *closure-compiler* gem is a svelte wrapper around the "Google Closure Compiler":http://code.google.com/closure/compiler/ for JavaScript compression.
4
4
 
5
- Latest Version: *"1.1.5":http://gemcutter.org/gems/closure-compiler*
5
+ Latest Version: *"1.1.6":http://gemcutter.org/gems/closure-compiler*
6
6
 
7
- The Closure Compiler's *2012-01-23* JAR-file is included with the gem.
7
+ The Closure Compiler's *2012-03-05* JAR-file is included with the gem.
8
8
 
9
9
  h2. Installation
10
10
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'closure-compiler'
3
- s.version = '1.1.5' # Keep version in sync with closure-compiler.rb
4
- s.date = '2012-01-31'
3
+ s.version = '1.1.6' # Keep version in sync with closure-compiler.rb
4
+ s.date = '2012-03-07'
5
5
 
6
6
  s.homepage = "http://github.com/documentcloud/closure-compiler/"
7
7
  s.summary = "Ruby Wrapper for the Google Closure Compiler"
@@ -1,8 +1,8 @@
1
1
  module Closure
2
2
 
3
- VERSION = "1.1.5"
3
+ VERSION = "1.1.6"
4
4
 
5
- COMPILER_VERSION = "20120123"
5
+ COMPILER_VERSION = "20120305"
6
6
 
7
7
  JAVA_COMMAND = 'java'
8
8
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closure-compiler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 5
10
- version: 1.1.5
9
+ - 6
10
+ version: 1.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Ashkenas
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-31 00:00:00 Z
19
+ date: 2012-03-07 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: " A Ruby Wrapper for the Google Closure Compiler.\n"
@@ -29,7 +29,7 @@ extra_rdoc_files: []
29
29
 
30
30
  files:
31
31
  - lib/closure/compiler.rb
32
- - lib/closure-compiler-20120123.jar
32
+ - lib/closure-compiler-20120305.jar
33
33
  - lib/closure-compiler.rb
34
34
  - closure-compiler.gemspec
35
35
  - README.textile
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements: []
69
69
 
70
70
  rubyforge_project: closure-compiler
71
- rubygems_version: 1.7.2
71
+ rubygems_version: 1.8.17
72
72
  signing_key:
73
73
  specification_version: 3
74
74
  summary: Ruby Wrapper for the Google Closure Compiler