Sha256: 324a68a33c2886f6fbf7787b515343fa1d8a7967dcf890a13c9e06457d690d32
Contents?: true
Size: 745 Bytes
Versions: 1
Compression:
Stored size: 745 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sassy-math} s.version = "1.3" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") s.authors = ["Sam Richard", "Mario Valencia", "Scott Kellum"] s.date = %q{2012-07-29} s.description = %q{Use advanced mathematical functions in Compass.} s.email = %w{snugug@gmail.com} s.has_rdoc = false s.files = [ "sassy-math.gemspec", "lib/sassy-math.rb", "stylesheets/_math.scss" ] s.homepage = %q{https://github.com/scottkellum/Sassy-math} s.require_paths = ["lib"] s.rubyforge_project = %q{sassy-math} s.rubygems_version = %q{1.3.6} s.summary = %q{Advanced math functions for Compass.} s.add_dependency(%q<compass>, ["~> 0.11"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sassy-math-1.3 | sassy-math.gemspec |