ghazel-jammit 0.4.4.2 → 0.4.4.3
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.
- data/jammit.gemspec +2 -2
- metadata +2 -2
data/jammit.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'ghazel-jammit'
|
|
3
|
-
s.version = '0.4.4.
|
|
3
|
+
s.version = '0.4.4.3' # Keep version in sync with jammit.rb
|
|
4
4
|
s.date = '2010-2-6'
|
|
5
5
|
|
|
6
6
|
s.homepage = "http://documentcloud.github.com/jammit/"
|
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
|
|
30
30
|
s.add_dependency 'rails', ['>= 2.0.0']
|
|
31
31
|
s.add_dependency 'yui-compressor', ['>= 0.9.1']
|
|
32
|
-
s.add_dependency 'ghazel-closure-compiler', ['>= 0.2.0.
|
|
32
|
+
s.add_dependency 'ghazel-closure-compiler', ['>= 0.2.0.2']
|
|
33
33
|
|
|
34
34
|
s.files = Dir['lib/**/*', 'bin/*', 'jammit.gemspec', 'LICENSE', 'README']
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ghazel-jammit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.4.
|
|
4
|
+
version: 0.4.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Ashkenas
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
requirements:
|
|
41
41
|
- - ">="
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.2.0.
|
|
43
|
+
version: 0.2.0.2
|
|
44
44
|
version:
|
|
45
45
|
description: " Jammit is an industrial strength asset packaging library for Rails,\n providing both the CSS and JavaScript concatenation and compression that\n you'd expect, as well as YUI Compressor and Closure Compiler compatibility,\n ahead-of-time gzipping, built-in JavaScript template support, and optional\n Data-URI / MHTML image embedding.\n"
|
|
46
46
|
email: jeremy@documentcloud.org
|