Sha256: b26c493a7c8aaa03d14ef6a6714eb625e99ae588c5254ad773db76b54f917499
Contents?: true
Size: 596 Bytes
Versions: 66
Compression:
Stored size: 596 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/railsjedi/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.files = `git ls-files`.split("\n") + Dir["vendor/**/*"] s.require_paths = ["lib"] end
Version data entries
66 entries across 66 versions & 1 rubygems