sassy-math.gemspec in sassy-math-1.5 vs sassy-math.gemspec in sassy-math-1.5.1
- old
+ new
@@ -1,24 +1,23 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{sassy-math}
- s.version = "1.5"
+ s.version = "1.5.1"
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"
+ "lib/sassy-math.rb"
]
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"])
+ s.add_dependency(%q<compass>, [">= 0.11"])
end
\ No newline at end of file