Sha256: 72980317a77d0102e809ff31fb208a9492fbe0272cbdda3a7db65b5efdc17e0a
Contents?: true
Size: 623 Bytes
Versions: 1
Compression:
Stored size: 623 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "stylus-source" s.version = File.read('VERSION') s.platform = Gem::Platform::RUBY s.authors = ["TJ Holowaychuk"] s.email = ["tj@vision-media.ca"] s.homepage = "https://github.com/forgecrafted/ruby-stylus-source" s.summary = %q{JS source code for Stylus.js} s.description = %q{Robust, expressive, and feature-rich CSS superset. This gem packages up stylus for use with the stylus gem.} s.license = 'MIT' s.files = `git ls-files`.split("\n") + Dir["vendor/**/*"] s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stylus-source-0.54.5 | stylus-source.gemspec |