closure-compiler 0.2.0 → 0.2.1

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: *"0.2.0":http://gemcutter.org/gems/closure-compiler*
5
+ Latest Version: *"0.2.1":http://gemcutter.org/gems/closure-compiler*
6
6
 
7
- 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.
7
+ 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.
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 = '0.2.0' # Keep version in sync with closure-compiler.rb
4
- s.date = '2010-2-1'
3
+ s.version = '0.2.1' # Keep version in sync with closure-compiler.rb
4
+ s.date = '2010-3-31'
5
5
 
6
6
  s.homepage = "http://github.com/documentcloud/closure-compiler/"
7
7
  s.summary = "Ruby Wrapper for the Google Closure Compiler"
@@ -2,9 +2,9 @@ require File.expand_path(File.dirname(__FILE__) + '/closure/compiler')
2
2
 
3
3
  module Closure
4
4
 
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
 
7
- COMPILER_VERSION = "20100201"
7
+ COMPILER_VERSION = "20100330"
8
8
 
9
9
  JAVA_COMMAND = 'java'
10
10
 
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closure-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 1
9
+ version: 0.2.1
5
10
  platform: ruby
6
11
  authors:
7
12
  - Jeremy Ashkenas
@@ -10,19 +15,23 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2010-02-01 00:00:00 -05:00
18
+ date: 2010-03-31 00:00:00 -04:00
14
19
  default_executable:
15
20
  dependencies:
16
21
  - !ruby/object:Gem::Dependency
17
22
  name: POpen4
18
- type: :runtime
19
- version_requirement:
20
- version_requirements: !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
21
25
  requirements:
22
26
  - - ">="
23
27
  - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ - 1
31
+ - 4
24
32
  version: 0.1.4
25
- version:
33
+ type: :runtime
34
+ version_requirements: *id001
26
35
  description: " A Ruby Wrapper for the Google Closure Compiler.\n"
27
36
  email: jeremy@documentcloud.org
28
37
  executables: []
@@ -34,7 +43,7 @@ extra_rdoc_files: []
34
43
  files:
35
44
  - lib/closure/compiler.rb
36
45
  - lib/closure-compiler.rb
37
- - vendor/closure-compiler-20100201.jar
46
+ - vendor/closure-compiler-20100330.jar
38
47
  - closure-compiler.gemspec
39
48
  - README.textile
40
49
  - LICENSE
@@ -56,18 +65,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
65
  requirements:
57
66
  - - ">="
58
67
  - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
59
70
  version: "0"
60
- version:
61
71
  required_rubygems_version: !ruby/object:Gem::Requirement
62
72
  requirements:
63
73
  - - ">="
64
74
  - !ruby/object:Gem::Version
75
+ segments:
76
+ - 0
65
77
  version: "0"
66
- version:
67
78
  requirements: []
68
79
 
69
80
  rubyforge_project: closure-compiler
70
- rubygems_version: 1.3.5
81
+ rubygems_version: 1.3.6
71
82
  signing_key:
72
83
  specification_version: 3
73
84
  summary: Ruby Wrapper for the Google Closure Compiler