closure-compiler 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +2 -2
- data/closure-compiler.gemspec +2 -2
- data/lib/closure-compiler-20120123.jar +0 -0
- data/lib/closure-compiler.rb +2 -2
- metadata +5 -5
- data/lib/closure-compiler-20111003.jar +0 -0
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
|
+
Latest Version: *"1.1.5":http://gemcutter.org/gems/closure-compiler*
|
6
6
|
|
7
|
-
The Closure Compiler's *
|
7
|
+
The Closure Compiler's *2012-01-23* JAR-file is included with the gem.
|
8
8
|
|
9
9
|
h2. Installation
|
10
10
|
|
data/closure-compiler.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'closure-compiler'
|
3
|
-
s.version = '1.1.
|
4
|
-
s.date = '
|
3
|
+
s.version = '1.1.5' # Keep version in sync with closure-compiler.rb
|
4
|
+
s.date = '2012-01-31'
|
5
5
|
|
6
6
|
s.homepage = "http://github.com/documentcloud/closure-compiler/"
|
7
7
|
s.summary = "Ruby Wrapper for the Google Closure Compiler"
|
Binary file
|
data/lib/closure-compiler.rb
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 5
|
10
|
+
version: 1.1.5
|
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:
|
19
|
+
date: 2012-01-31 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-
|
32
|
+
- lib/closure-compiler-20120123.jar
|
33
33
|
- lib/closure-compiler.rb
|
34
34
|
- closure-compiler.gemspec
|
35
35
|
- README.textile
|
Binary file
|