Sha256: 1e2a83c7676e88103595e37eb0c31c0e3c7a9d6dd2f13499a2aa724b25ae07d9
Contents?: true
Size: 1.74 KB
Versions: 7
Compression:
Stored size: 1.74 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{compass-slickmap} s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Reynolds"] s.date = %q{2009-12-03} s.email = %q{tdreyno@gmail.com} s.files = [ ".gitignore", "Rakefile", "VERSION", "compass-slickmap.gemspec", "lib/slickmap.rb", "lib/slickmap/compass_plugin.rb", "sass/_slickmap.sass", "templates/project/images/L1-center.png", "templates/project/images/L1-left.png", "templates/project/images/L1-right.png", "templates/project/images/L3-bottom.png", "templates/project/images/L3-center.png", "templates/project/images/L3-li-top.png", "templates/project/images/L3-ul-top.png", "templates/project/images/vertical-line.png", "templates/project/images/white-highlight.png", "templates/project/manifest.rb", "templates/project/sitemap.sass" ] s.homepage = %q{http://github.com/tdreyno/compass-slickmap} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} 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 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<compass>, [">= 0"]) else s.add_dependency(%q<compass>, [">= 0"]) end else s.add_dependency(%q<compass>, [">= 0"]) end end
Version data entries
7 entries across 6 versions & 2 rubygems