Sha256: 8d5e472e1fd3284cf77acf3d64b67cc006366828917891370447815428426f4a

Contents?: true

Size: 942 Bytes

Versions: 1

Compression:

Stored size: 942 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/compass/import_once/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "compass-import_once"
  s.license     = "MIT"
  s.version     = Compass::ImportOnce::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["The Blacksmith (a.k.a. Saulo Vallory)"]
  s.email       = ["me@saulovallory.com"]
  s.homepage    = "https://github.com/theblacksmith/compass-import_once"
  s.summary     = %q{Makes sass-import_once gem work with compass.}
  s.description = %q{
    Monkey patches compass to make `sass-import_once` work while 
    this issue is not solved: https://github.com/chriseppstein/compass/pull/1140
  }

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_runtime_dependency 'compass', '>= 0.12.2'
  s.add_runtime_dependency 'sass-import_once', '>= 0.1.3'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-import_once-0.1.3 compass-import_once.gemspec