Sha256: eabb3833158c4215048d99ed70a5e72d2eb5b9f7d3989afd90367e757001a9a3
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 KB
Contents
# -*- encoding: utf-8 -*- # stub: susy 1.0.9 ruby lib Gem::Specification.new do |s| s.name = "susy" s.version = "1.0.9" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Eric Meyer"] s.date = "2013-06-19" s.description = "Susy grids are fluid on the inside, ready to respond at any moment, but contained in the candy shell of your choice, so they respond how and when and where you want them to. We don't design your site or dictate your markup, we just do the math and get out of your way." s.email = "eric@oddbird.net" s.extra_rdoc_files = ["CHANGELOG.mkdn", "LICENSE.txt", "README.md", "lib/susy.rb"] s.files = ["CHANGELOG.mkdn", "LICENSE.txt", "README.md", "lib/susy.rb"] s.homepage = "http://susy.oddbird.net/" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Susy", "--main", "README.md"] s.rubyforge_project = "susy" s.rubygems_version = "2.2.0" s.summary = "Responsive grids for Compass." s.installed_by_version = "2.2.0" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<compass>, [">= 0.12.2"]) s.add_runtime_dependency(%q<sass>, [">= 3.2.0"]) else s.add_dependency(%q<compass>, [">= 0.12.2"]) s.add_dependency(%q<sass>, [">= 3.2.0"]) end else s.add_dependency(%q<compass>, [">= 0.12.2"]) s.add_dependency(%q<sass>, [">= 3.2.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sadui-0.0.4 | vendor/bundle/ruby/2.1.0/specifications/susy-1.0.9.gemspec |