Sha256: b0bbb030b56a9bcafaaa642da14ce146bb15a6bb69b593ae25fdce774122f010

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("lib", File.dirname(__FILE__))
require "sass_archive_importer/version"

Gem::Specification.new do |s|
  s.name        = "sass-archive-importer"
  s.version     = SassArchiveImporter::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Chris Eppstein"]
  s.email       = ["chris@eppsteins.net"]
  s.homepage    = "http://github.com/linkedin/sass-archive-importer"
  s.summary     = "Allows sass, scss, and css files within zip and jar files to be found " +
                  "using Sass @import directives."
  s.description = "Allows sass, scss, and css files within zip and jar files to be found " +
                  "using Sass @import directives. Also supports loading sass files in " +
                  "JRuby from the java class loader."
  s.license     = 'Apache 2.0'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_runtime_dependency 'sass', '>= 3.1', '< 3.4'
  s.add_runtime_dependency 'rubyzip', '~> 0.9.9'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sass-archive-importer-1.0.0.beta.4 sass-archive-importer.gemspec
sass-archive-importer-1.0.0.beta.3 sass-archive-importer.gemspec