# -*- encoding: utf-8 -*- # stub: sass-import_once 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "sass-import_once".freeze s.version = "0.1.3".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-11-01" s.description = "\n The Sass ImportOnce Importer MODIFIES the default behavior of Sass @import directive.\n It REPLACES the default importer to assure any @import'ed file is only include once.\n For more information check the readme at github.\n ".freeze s.email = ["me@saulovallory.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/sass-import_once.rb".freeze, "lib/sass/import_once.rb".freeze, "lib/sass/import_once/importer.rb".freeze, "lib/sass/import_once/monkey_patches.rb".freeze, "lib/sass/import_once/version.rb".freeze, "sass-import_once.gemspec".freeze, "test/fixtures/partials/_imported.scss".freeze, "test/fixtures/test.scss".freeze, "test/sass_import_once_test.rb".freeze] s.homepage = "https://github.com/theblacksmith/sass-import_once".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Makes Sass @import directives never import a file more than once.".freeze s.test_files = ["test/fixtures/partials/_imported.scss".freeze, "test/fixtures/test.scss".freeze, "test/sass_import_once_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) end