# -*- encoding: utf-8 -*-
# stub: sass-import_once 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "sass-import_once".freeze
  s.version = "0.1.0".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    Sass ImportOnce Importer\n\n    This gem will MODIFY the default behaviour of Sass.\n\n    Sass @import directive imports the file requested everytime it's called\n    this has been default behaviour, as far as I know, from the beginning of\n    Sass's life. But sometimes, or most of the time, this behaviour isn't \n    desireable. When working with modularized sass styles and sass frameworks\n    out there we usually want a file to be imported only once.\n  ".freeze
  s.email = ["me@saulovallory.com".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "README.markdown".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 = "http://theblacksmithhq.com/".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Makes Sass @import directives only import a file 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<sass>.freeze, [">= 3.1".freeze])
end