Sha256: b0fe9ab320f3688e86466118cc4f762e2298f3a3a56e21130048241f26c2372c
Contents?: true
Size: 891 Bytes
Versions: 1
Compression:
Stored size: 891 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.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 = "http://theblacksmithhq.com/" s.summary = %q{Makes `sass-import_once` 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.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-import_once-0.1.2 | compass-import_once.gemspec |