# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "charcoalcms" s.version = "0.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Nik | polikin.ca"] s.date = "2013-06-10" s.description = "charcoal 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 = "responsiveness@polikin.ca" s.files = ["CHANGELOG.mkdn", "LICENSE.txt", "Manifest", "README.md", "Rakefile", "VERSION", "lib/charcoal.rb", "sass/_charcoal.scss", "sass/charcoal/_core.functions.scss", "sass/charcoal/_responsive-grid.scss", "charcoalcms.gemspec", "templates/project/_base.scss", "templates/project/manifest.rb", "templates/project/screen.scss", "test/config.rb", "test/css/background.css", "test/css/bleed.css", "test/css/functions.css", "test/css/grid.css", "test/css/isolation.css", "test/css/margin.css", "test/css/media.css", "test/css/padding.css", "test/scss/background.scss", "test/scss/bleed.scss", "test/scss/functions.scss", "test/scss/grid.scss", "test/scss/isolation.scss", "test/scss/margin.scss", "test/scss/media.scss", "test/scss/padding.scss"] s.homepage = "http://polikin.ca" s.require_paths = ["lib"] s.rubyforge_project = "charcoalcms" s.rubygems_version = "1.8.24" s.summary = "" 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, [">= 0.12.2"]) s.add_runtime_dependency(%q, [">= 3.2.0"]) else s.add_dependency(%q, [">= 0.12.2"]) s.add_dependency(%q, [">= 3.2.0"]) end else s.add_dependency(%q, [">= 0.12.2"]) s.add_dependency(%q, [">= 3.2.0"]) end end