closure-compiler 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.6":http://gemcutter.org/gems/closure-compiler*
5
+ Latest Version: *"1.1.7":http://rubygems.org/gems/closure-compiler*
6
6
 
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.
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.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'
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.6"
3
+ VERSION = "1.1.7"
4
4
 
5
- COMPILER_VERSION = "20120305"
5
+ COMPILER_VERSION = "20120710"
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 6
10
- version: 1.1.6
9
+ - 7
10
+ version: 1.1.7
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-03-07 00:00:00 Z
19
+ date: 2012-07-25 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-20120305.jar
32
+ - lib/closure-compiler-20120710.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.8.17
71
+ rubygems_version: 1.8.24
72
72
  signing_key:
73
73
  specification_version: 3
74
74
  summary: Ruby Wrapper for the Google Closure Compiler