compass-slickmap 0.2.0 → 0.2.1

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/compass-slickmap.gemspec +7 -8
  4. metadata +7 -5
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.authors = ["Thomas Reynolds"]
12
12
  gem.rubyforge_project = "compassslickmap"
13
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
- gem.add_dependency("chriseppstein-compass")
14
+ gem.add_dependency("compass")
15
15
  end
16
16
 
17
17
  Jeweler::RubyforgeTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{compass-slickmap}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Thomas Reynolds"]
12
- s.date = %q{2009-10-06}
12
+ s.date = %q{2009-10-09}
13
13
  s.email = %q{tdreyno@gmail.com}
14
14
  s.files = [
15
15
  ".gitignore",
@@ -31,24 +31,23 @@ Gem::Specification.new do |s|
31
31
  "templates/project/manifest.rb",
32
32
  "templates/project/sitemap.sass"
33
33
  ]
34
- s.has_rdoc = true
35
34
  s.homepage = %q{http://github.com/tdreyno/compass-slickmap}
36
35
  s.rdoc_options = ["--charset=UTF-8"]
37
36
  s.require_paths = ["lib"]
38
37
  s.rubyforge_project = %q{compassslickmap}
39
- s.rubygems_version = %q{1.3.1}
38
+ s.rubygems_version = %q{1.3.5}
40
39
  s.summary = %q{An implementation of SlickmapCSS sitemap in Sass}
41
40
 
42
41
  if s.respond_to? :specification_version then
43
42
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
44
- s.specification_version = 2
43
+ s.specification_version = 3
45
44
 
46
45
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
47
- s.add_runtime_dependency(%q<chriseppstein-compass>, [">= 0"])
46
+ s.add_runtime_dependency(%q<compass>, [">= 0"])
48
47
  else
49
- s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
48
+ s.add_dependency(%q<compass>, [">= 0"])
50
49
  end
51
50
  else
52
- s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
51
+ s.add_dependency(%q<compass>, [">= 0"])
53
52
  end
54
53
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-slickmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-06 00:00:00 -07:00
12
+ date: 2009-10-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: chriseppstein-compass
16
+ name: compass
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,6 +51,8 @@ files:
51
51
  - templates/project/sitemap.sass
52
52
  has_rdoc: true
53
53
  homepage: http://github.com/tdreyno/compass-slickmap
54
+ licenses: []
55
+
54
56
  post_install_message:
55
57
  rdoc_options:
56
58
  - --charset=UTF-8
@@ -71,9 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
73
  requirements: []
72
74
 
73
75
  rubyforge_project: compassslickmap
74
- rubygems_version: 1.3.1
76
+ rubygems_version: 1.3.5
75
77
  signing_key:
76
- specification_version: 2
78
+ specification_version: 3
77
79
  summary: An implementation of SlickmapCSS sitemap in Sass
78
80
  test_files: []
79
81