Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Oct 6, 2009
1 parent 8fed2c1 commit 423b1c0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions compass-slickmap.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{compass-slickmap}
s.version = "0.1.4"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Reynolds"]
s.date = %q{2009-08-04}
s.date = %q{2009-10-06}
s.email = %q{tdreyno@gmail.com}
s.files = [
".gitignore",
Expand All @@ -28,16 +31,17 @@ Gem::Specification.new do |s|
"templates/project/manifest.rb",
"templates/project/sitemap.sass"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/tdreyno/compass-slickmap}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{compassslickmap}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.1}
s.summary = %q{An implementation of SlickmapCSS sitemap in Sass}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<chriseppstein-compass>, [">= 0"])
Expand Down

0 comments on commit 423b1c0

Please sign in to comment.