closure-compiler 1.1.8 → 1.1.10

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ data.tar.gz: 3a5f75e9aa8c6320fa9c9bd594d2545d5cdb0ace
4
+ metadata.gz: 8cd0299162f99a0a029a7316e2ca2cc650491ca6
5
+ SHA512:
6
+ data.tar.gz: 170a2a3b0e3521c44b8b7c62d4aea2084f5e92b414578fa1a1caec2ce27cc50c3d3142c792ce989a5beae76ab863693696a50e2d3a1a691b5b01c2ef8ffa351e
7
+ metadata.gz: ab9df27bb577860adabf560e6f74aa9ab13e264ff3666097d33d76b83663539931ef82c3bc4f7239e016a68581c0491fa9d64c517c1b5cb7cbd6fb4093441fac
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'closure-compiler'
3
- s.version = '1.1.8' # Keep version in sync with closure-compiler.rb
4
- s.date = '2012-12-28'
3
+ s.version = '1.1.10' # Keep version in sync with closure-compiler.rb
4
+ s.date = '2013-05-28'
5
5
 
6
6
  s.homepage = "http://github.com/documentcloud/closure-compiler/"
7
7
  s.summary = "Ruby Wrapper for the Google Closure Compiler"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
 
12
12
  s.rubyforge_project = "closure-compiler"
13
13
  s.authors = ['Jeremy Ashkenas', 'Jordan Brough']
14
- s.email = 'jeremy@documentcloud.org'
14
+ s.email = 'opensource@documentcloud.org'
15
15
 
16
16
  s.require_paths = ['lib']
17
17
 
@@ -1,8 +1,8 @@
1
1
  module Closure
2
2
 
3
- VERSION = "1.1.8"
3
+ VERSION = "1.1.10"
4
4
 
5
- COMPILER_VERSION = "20121212"
5
+ COMPILER_VERSION = "20130411"
6
6
 
7
7
  JAVA_COMMAND = 'java'
8
8
 
@@ -9,6 +9,8 @@ module Closure
9
9
  # The Closure::Compiler is a basic wrapper around the actual JAR. There's not
10
10
  # much to see here.
11
11
  class Compiler
12
+
13
+ attr_accessor :options
12
14
 
13
15
  DEFAULT_OPTIONS = {
14
16
  :warning_level => 'QUIET',
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closure-compiler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
5
- prerelease:
6
- segments:
7
- - 1
8
- - 1
9
- - 8
10
- version: 1.1.8
4
+ version: 1.1.10
11
5
  platform: ruby
12
6
  authors:
13
7
  - Jeremy Ashkenas
@@ -16,11 +10,11 @@ autorequire:
16
10
  bindir: bin
17
11
  cert_chain: []
18
12
 
19
- date: 2012-12-28 00:00:00 Z
13
+ date: 2013-05-28 00:00:00 Z
20
14
  dependencies: []
21
15
 
22
16
  description: " A Ruby Wrapper for the Google Closure Compiler.\n"
23
- email: jeremy@documentcloud.org
17
+ email: opensource@documentcloud.org
24
18
  executables: []
25
19
 
26
20
  extensions: []
@@ -29,7 +23,7 @@ extra_rdoc_files: []
29
23
 
30
24
  files:
31
25
  - lib/closure/compiler.rb
32
- - lib/closure-compiler-20121212.jar
26
+ - lib/closure-compiler-20130411.jar
33
27
  - lib/closure-compiler.rb
34
28
  - closure-compiler.gemspec
35
29
  - README.textile
@@ -38,6 +32,8 @@ files:
38
32
  homepage: http://github.com/documentcloud/closure-compiler/
39
33
  licenses: []
40
34
 
35
+ metadata: {}
36
+
41
37
  post_install_message:
42
38
  rdoc_options:
43
39
  - --title
@@ -48,29 +44,21 @@ rdoc_options:
48
44
  require_paths:
49
45
  - lib
50
46
  required_ruby_version: !ruby/object:Gem::Requirement
51
- none: false
52
47
  requirements:
53
- - - ">="
48
+ - &id001
49
+ - ">="
54
50
  - !ruby/object:Gem::Version
55
- hash: 3
56
- segments:
57
- - 0
58
51
  version: "0"
59
52
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
53
  requirements:
62
- - - ">="
63
- - !ruby/object:Gem::Version
64
- hash: 3
65
- segments:
66
- - 0
67
- version: "0"
54
+ - *id001
68
55
  requirements: []
69
56
 
70
57
  rubyforge_project: closure-compiler
71
- rubygems_version: 1.8.24
58
+ rubygems_version: 2.0.3
72
59
  signing_key:
73
- specification_version: 3
60
+ specification_version: 4
74
61
  summary: Ruby Wrapper for the Google Closure Compiler
75
62
  test_files: []
76
63
 
64
+ has_rdoc: