ghazel-closure-compiler 0.2.0.1 → 0.2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/closure-compiler.gemspec +2 -2
- metadata +2 -2
data/closure-compiler.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'ghazel-closure-compiler'
|
3
|
-
s.version = '0.2.0.
|
3
|
+
s.version = '0.2.0.2' # Keep version in sync with closure-compiler.rb
|
4
4
|
s.date = '2010-2-1'
|
5
5
|
|
6
6
|
s.homepage = "http://github.com/documentcloud/closure-compiler/"
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
'--exclude' << 'test' <<
|
21
21
|
'--all'
|
22
22
|
|
23
|
-
s.add_dependency 'ghazel-POpen4', ['>= 0.1.
|
23
|
+
s.add_dependency 'ghazel-POpen4', ['>= 0.1.5.1']
|
24
24
|
|
25
25
|
s.files = Dir['lib/**/*', 'vendor/**/*', 'closure-compiler.gemspec', 'README.textile', 'LICENSE', 'COPYING']
|
26
26
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ghazel-closure-compiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.
|
4
|
+
version: 0.2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Ashkenas
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
requirements:
|
22
22
|
- - ">="
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 0.1.
|
24
|
+
version: 0.1.5.1
|
25
25
|
version:
|
26
26
|
description: " A Ruby Wrapper for the Google Closure Compiler.\n"
|
27
27
|
email: jeremy@documentcloud.org
|