Sha256: 2b621f8127891fd67b683b8072bd95c49e8b3fc98b0207c730f0eba59147b6d2
Contents?: true
Size: 703 Bytes
Versions: 8
Compression:
Stored size: 703 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 = "http://chriseppstein.github.com/" 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
8 entries across 8 versions & 1 rubygems