ghazel-jammit 0.6.0.1 → 0.6.0.2

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.
Files changed (3) hide show
  1. data/jammit.gemspec +2 -2
  2. data/lib/jammit.rb +1 -1
  3. metadata +7 -8
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ghazel-jammit'
3
- s.version = '0.6.0.1' # Keep version in sync with jammit.rb
3
+ s.version = '0.6.0.2' # Keep version in sync with jammit.rb
4
4
  s.date = '2010-11-8'
5
5
 
6
6
  s.homepage = "http://documentcloud.github.com/jammit/"
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  '--main' << 'README' <<
28
28
  '--all'
29
29
 
30
- s.add_dependency 'ghazel-yui-compressor', ['>= 0.9.4.2']
30
+ s.add_dependency 'yui-compressor', ['>= 0.9.6']
31
31
  s.add_dependency 'closure-compiler', ['>= 0.1.0']
32
32
 
33
33
  s.files = Dir['lib/**/*', 'bin/*', 'rails/*', 'jammit.gemspec', 'LICENSE', 'README']
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path(File.dirname(__FILE__))
4
4
  # to all of the configuration options.
5
5
  module Jammit
6
6
 
7
- VERSION = "0.6.0.1"
7
+ VERSION = "0.6.0.2"
8
8
 
9
9
  ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghazel-jammit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 123
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 0
10
- - 1
11
- version: 0.6.0.1
10
+ - 2
11
+ version: 0.6.0.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jeremy Ashkenas
@@ -20,20 +20,19 @@ date: 2010-11-08 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
- name: ghazel-yui-compressor
23
+ name: yui-compressor
24
24
  prerelease: false
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
26
  none: false
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 19
30
+ hash: 55
31
31
  segments:
32
32
  - 0
33
33
  - 9
34
- - 4
35
- - 2
36
- version: 0.9.4.2
34
+ - 6
35
+ version: 0.9.6
37
36
  type: :runtime
38
37
  version_requirements: *id001
39
38
  - !ruby/object:Gem::Dependency