Sha256: f5e467fd452096bb0b3a03ab31df8778f2c058f8933e2a629947dd388de9a348

Contents?: true

Size: 1.8 KB

Versions: 1

Compression:

Stored size: 1.8 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "compass-capucine"
  s.version = "0.1.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Damian Le Nouaille"]
  s.date = "2012-03-12"
  s.description = "Compass Plugin with helpers"
  s.email = "dam@dln.name"
  s.extra_rdoc_files = [
    "LICENSE.txt",
    "README.rdoc"
  ]
  s.files = [
    "Gemfile",
    "Gemfile.lock",
    "LICENSE.txt",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "compass-capucine.gemspec",
    "lib/compass-capucine.rb",
    "stylesheets/_compass-capucine.scss",
    "stylesheets/compass-capucine/_box.sass",
    "stylesheets/compass-capucine/_helpers.sass",
    "stylesheets/compass-capucine/_normalize.scss",
    "stylesheets/compass-capucine/_print.sass",
    "stylesheets/compass-capucine/_reset.sass"
  ]
  s.homepage = "http://github.com/damln/compass-capucine"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.15"
  s.summary = "Compass Plugin with helpers"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<compass>, [">= 0"])
      s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
      s.add_development_dependency(%q<jeweler>, ["~> 1.8.3"])
    else
      s.add_dependency(%q<compass>, [">= 0"])
      s.add_dependency(%q<bundler>, ["~> 1.0.0"])
      s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
    end
  else
    s.add_dependency(%q<compass>, [">= 0"])
    s.add_dependency(%q<bundler>, ["~> 1.0.0"])
    s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-capucine-0.1.0 compass-capucine.gemspec