# -*- encoding: utf-8 -*- # stub: sass-zip-importer 1.0.0.beta.1 ruby lib Gem::Specification.new do |s| s.name = "sass-zip-importer".freeze s.version = "1.0.0.beta.1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chris Eppstein".freeze] s.date = "2013-07-15" s.description = "Allows sass, scss, and css files within zip files to be found using Sass @import directives.".freeze s.email = ["chris@eppsteins.net".freeze] s.files = [".gitignore".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/sass-zip-importer.rb".freeze, "lib/sass/zip_importer.rb".freeze, "lib/sass/zip_importer/importer.rb".freeze, "lib/sass/zip_importer/monkey_patches.rb".freeze, "lib/sass/zip_importer/version.rb".freeze, "sass-zip-importer.gemspec".freeze, "test/fixtures/.gitignore".freeze, "test/fixtures/imports_from_zip.scss".freeze, "test/fixtures/zipped_files/_css_partial.css".freeze, "test/fixtures/zipped_files/_sass_partial.sass".freeze, "test/fixtures/zipped_files/_scss_partial.scss".freeze, "test/fixtures/zipped_files/a_css_file.css".freeze, "test/fixtures/zipped_files/a_sass_file.sass".freeze, "test/fixtures/zipped_files/a_scss_file.scss".freeze, "test/fixtures/zipped_files/nested/_nested.scss".freeze, "test/fixtures/zipped_files/nested/deeply_nested/_deeply.scss".freeze, "test/sass_zip_importer_test.rb".freeze] s.homepage = "http://github.com/linkedin/sass-zip-importer".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows sass, scss, and css files within zip files to be found using Sass @import directives.".freeze s.test_files = ["test/fixtures/.gitignore".freeze, "test/fixtures/imports_from_zip.scss".freeze, "test/fixtures/zipped_files/_css_partial.css".freeze, "test/fixtures/zipped_files/_sass_partial.sass".freeze, "test/fixtures/zipped_files/_scss_partial.scss".freeze, "test/fixtures/zipped_files/a_css_file.css".freeze, "test/fixtures/zipped_files/a_sass_file.sass".freeze, "test/fixtures/zipped_files/a_scss_file.scss".freeze, "test/fixtures/zipped_files/nested/_nested.scss".freeze, "test/fixtures/zipped_files/nested/deeply_nested/_deeply.scss".freeze, "test/sass_zip_importer_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.9".freeze]) end