Sha256: 6b562573529f2347a4c29acc509f479a38b8c61590f0b90a610987c5db74a3dc
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "compass-less-plugin" s.version = "1.0" s.platform = Gem::Platform::RUBY s.authors = ["William Wells"] s.email = ["less@hapa.me"] s.homepage = "http://github.com/willhw/compass-less-plugin" s.summary = %q{Compass compatible port of Less Framework} s.description = %q{Less Framework is a cross-device CSS grid system based on using inline media queries.} s.rubyforge_project = "compass-less-plugin" s.add_dependency "compass", ">= 0.10" s.files = `git ls-files`.split("\n") s.has_rdoc = false s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-less-plugin-1.0 | compass-less-plugin.gemspec |