Sha256: 55e2050a32f9791f612942d2b5aefd94e2d837f8439acc058e612d73e112d90d

Contents?: true

Size: 682 Bytes

Versions: 13

Compression:

Stored size: 682 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "compass-slickmap"
    gem.summary = %Q{An implementation of SlickmapCSS sitemap in Sass}
    gem.email = "tdreyno@gmail.com"
    gem.homepage = "http://github.com/tdreyno/compass-slickmap"
    gem.authors = ["Thomas Reynolds"]
    gem.rubyforge_project = "compassslickmap"
    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
    gem.add_dependency("chriseppstein-compass")
  end

  Jeweler::RubyforgeTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
tdreyno-compass-slickmap-0.0.1 Rakefile
tdreyno-compass-slickmap-0.0.2 Rakefile
tdreyno-compass-slickmap-0.1.0 Rakefile
tdreyno-compass-slickmap-0.1.1 Rakefile
tdreyno-compass-slickmap-0.1.2 Rakefile
tdreyno-compass-slickmap-0.1.4 Rakefile
compass-slickmap-0.2.0 Rakefile
compass-slickmap-0.1.4 Rakefile
compass-slickmap-0.0.1 Rakefile
compass-slickmap-0.0.2 Rakefile
compass-slickmap-0.1.1 Rakefile
compass-slickmap-0.1.2 Rakefile
compass-slickmap-0.1.3 Rakefile