# -*- encoding: utf-8 -*- # stub: sass-globbing 1.1.3 ruby lib Gem::Specification.new do |s| s.name = "sass-globbing".freeze s.version = "1.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 = ["Chris Eppstein".freeze] s.date = "2016-02-29" s.description = "Allows use of globs in Sass @import directives.".freeze s.email = ["chris@eppsteins.net".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/sass-globbing.rb".freeze, "lib/sass/globbing.rb".freeze, "lib/sass/globbing/importer.rb".freeze, "lib/sass/globbing/monkey_patches.rb".freeze, "lib/sass/globbing/version.rb".freeze, "sass-globbing.gemspec".freeze, "test/fixtures/all.sass".freeze, "test/fixtures/partials/_partial1.sass".freeze, "test/fixtures/partials/nested/_nested.sass".freeze, "test/fixtures/partials/nested/_nested_2.sass".freeze, "test/fixtures/partials/nested/deeply_nested/_deeply.scss".freeze, "test/sass_globbing_test.rb".freeze] s.homepage = "http://chriseppstein.github.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Allows use of globs in Sass @import directives.".freeze s.test_files = ["test/fixtures/all.sass".freeze, "test/fixtures/partials/_partial1.sass".freeze, "test/fixtures/partials/nested/_nested.sass".freeze, "test/fixtures/partials/nested/_nested_2.sass".freeze, "test/fixtures/partials/nested/deeply_nested/_deeply.scss".freeze, "test/sass_globbing_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) end