Sha256: 433337d37ad6b05089466161d5b8f0c6ba3f99c4f6c867bd6562f3fe29824919
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "sass/globbing/version" Gem::Specification.new do |s| s.name = "sass-globbing-pr-20" 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/pull/20" s.summary = %q{Allows use of globs in Sass @import directives.} s.description = %q{Allows use of globs in Sass @import directives.} 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-pr-20-1.1.2 | sass-globbing.gemspec |