# -*- encoding: utf-8 -*- # stub: compass-import_once 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "compass-import_once".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["The Blacksmith (a.k.a. Saulo Vallory)".freeze] s.date = "2013-10-31" s.description = "\n Monkey patches compass to make `sass-import_once` work while \n this issue is not solved: https://github.com/chriseppstein/compass/pull/1140\n ".freeze s.email = ["me@saulovallory.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "README.markdown".freeze, "Rakefile".freeze, "compass-import_once.gemspec".freeze, "lib/compass-import_once.rb".freeze, "lib/compass/import_once/monkey_patches.rb".freeze, "lib/compass/import_once/version.rb".freeze, "test/compass_import_once_test.rb".freeze, "test/fixtures/partials/_imported.scss".freeze, "test/fixtures/test.scss".freeze] s.homepage = "http://theblacksmithhq.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Makes `sass-import_once` work with compass.".freeze s.test_files = ["test/compass_import_once_test.rb".freeze, "test/fixtures/partials/_imported.scss".freeze, "test/fixtures/test.scss".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.12.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) end