Sha256: afd0267ada08f2a5db17856489c0090ec94f2450ec6aded481411eef93bc79e1

Contents?: true

Size: 741 Bytes

Versions: 1

Compression:

Stored size: 741 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "sass-globbing"
  s.version     = Sass::Globbing::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Chris Eppstein"]
  s.email       = ["chris@eppsteins.net"]
  s.homepage    = "https://github.com/chriseppstein/sass-globbing"
  s.summary     = %q{Allows use of globs in Sass @import directives.}
  s.description = %q{Allows use of globs in Sass @import directives.}
  s.license     = 'MIT'

  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'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sass-globbing-1.1.5 sass-globbing.gemspec