# -*- encoding: utf-8 -*- # stub: kentucky 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "kentucky".freeze s.version = "1.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Clemmer".freeze, "Greg Bruening".freeze, "Chris Brinson".freeze] s.date = "2014-04-11" s.description = "Kentucky is LookThink's contribution to the CSS framework world with the unique difference of being entirely written in SCSS. This means no class restrictions muddling up your HTML. Kentucky is a collection of mixins, extends, and functions that you can use with your own HTML/CSS semantics to create responsive-ready websites.\n".freeze s.email = ["greg@lookthink.com".freeze] s.executables = ["kentucky".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "Rakefile".freeze, "app/assets/stylesheets/kentucky/_debug.scss".freeze, "app/assets/stylesheets/kentucky/_kentucky.scss".freeze, "app/assets/stylesheets/kentucky/_project-settings.scss".freeze, "app/assets/stylesheets/kentucky/base/_forms.scss".freeze, "app/assets/stylesheets/kentucky/base/_normalize.scss".freeze, "app/assets/stylesheets/kentucky/base/_typography.scss".freeze, "app/assets/stylesheets/kentucky/functions/_gradient-functions.scss".freeze, "app/assets/stylesheets/kentucky/functions/_remify.scss".freeze, "app/assets/stylesheets/kentucky/functions/_strip-units.scss".freeze, "app/assets/stylesheets/kentucky/functions/_tint-shade.scss".freeze, "app/assets/stylesheets/kentucky/grid/_grid.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_alignment.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_anti-aliased.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_border.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_breadcrumbs.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_capslock.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_clearfix.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_font-size.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_go.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_headings.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_hide-text.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_html5-input-types.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_linear-gradient.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_mute.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_position.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_prefixer.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_radial-gradient.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_show-hide.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_size.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_strip-unit.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_transitions.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_triangle.scss".freeze, "app/assets/stylesheets/kentucky/helpers/_truncate.scss".freeze, "bin/kentucky".freeze, "features/install.feature".freeze, "features/step_definitions/kentucky_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/kentucky_support.rb".freeze, "features/update.feature".freeze, "features/version.feature".freeze, "kentucky.gemspec".freeze, "lib/kentucky.rb".freeze, "lib/kentucky/engine.rb".freeze, "lib/kentucky/generator.rb".freeze, "lib/kentucky/version.rb".freeze, "lib/tasks/install.rake".freeze, "readme.md".freeze] s.homepage = "https://github.com/geebru/Kentucky".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "SCSS-based grid system and mixin library".freeze s.test_files = ["features/install.feature".freeze, "features/step_definitions/kentucky_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/kentucky_support.rb".freeze, "features/update.feature".freeze, "features/version.feature".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.11".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end