# -*- encoding: utf-8 -*- # stub: bourbon 4.1.0 ruby lib Gem::Specification.new do |s| s.name = "bourbon".freeze s.version = "4.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andres Mejia".freeze, "Chad Mazzola".freeze, "Chris Lloyd".freeze, "Gabe Berke-Williams".freeze, "J. Edward Dewyea".freeze, "Jeremy Raines".freeze, "Kyle Fiedler".freeze, "Matt Jankowski".freeze, "Mike Burns".freeze, "Nick Quaranto".freeze, "Phil LaPier".freeze, "Reda Lemeden".freeze, "Travis Haynes".freeze, "Tyson Gach".freeze, "Will McMahan".freeze] s.date = "2014-12-30" s.description = "Bourbon is a library of pure Sass mixins that are designed to be simple and easy\nto use. No configuration required. The mixins aim to be as vanilla as possible,\nmeaning they should be as close to the original CSS syntax as possible.\n".freeze s.email = "design+bourbon@thoughtbot.com".freeze s.executables = ["bourbon".freeze] s.files = [".gitignore".freeze, ".npmignore".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/stylesheets/_bourbon-deprecated-upcoming.scss".freeze, "app/assets/stylesheets/_bourbon.scss".freeze, "app/assets/stylesheets/addons/_clearfix.scss".freeze, "app/assets/stylesheets/addons/_directional-values.scss".freeze, "app/assets/stylesheets/addons/_ellipsis.scss".freeze, "app/assets/stylesheets/addons/_font-family.scss".freeze, "app/assets/stylesheets/addons/_hide-text.scss".freeze, "app/assets/stylesheets/addons/_html5-input-types.scss".freeze, "app/assets/stylesheets/addons/_position.scss".freeze, "app/assets/stylesheets/addons/_prefixer.scss".freeze, "app/assets/stylesheets/addons/_retina-image.scss".freeze, "app/assets/stylesheets/addons/_size.scss".freeze, "app/assets/stylesheets/addons/_timing-functions.scss".freeze, "app/assets/stylesheets/addons/_triangle.scss".freeze, "app/assets/stylesheets/addons/_word-wrap.scss".freeze, "app/assets/stylesheets/css3/_animation.scss".freeze, "app/assets/stylesheets/css3/_appearance.scss".freeze, "app/assets/stylesheets/css3/_backface-visibility.scss".freeze, "app/assets/stylesheets/css3/_background-image.scss".freeze, "app/assets/stylesheets/css3/_background.scss".freeze, "app/assets/stylesheets/css3/_border-image.scss".freeze, "app/assets/stylesheets/css3/_border-radius.scss".freeze, "app/assets/stylesheets/css3/_box-sizing.scss".freeze, "app/assets/stylesheets/css3/_calc.scss".freeze, "app/assets/stylesheets/css3/_columns.scss".freeze, "app/assets/stylesheets/css3/_filter.scss".freeze, "app/assets/stylesheets/css3/_flex-box.scss".freeze, "app/assets/stylesheets/css3/_font-face.scss".freeze, "app/assets/stylesheets/css3/_font-feature-settings.scss".freeze, "app/assets/stylesheets/css3/_hidpi-media-query.scss".freeze, "app/assets/stylesheets/css3/_hyphens.scss".freeze, "app/assets/stylesheets/css3/_image-rendering.scss".freeze, "app/assets/stylesheets/css3/_keyframes.scss".freeze, "app/assets/stylesheets/css3/_linear-gradient.scss".freeze, "app/assets/stylesheets/css3/_perspective.scss".freeze, "app/assets/stylesheets/css3/_placeholder.scss".freeze, "app/assets/stylesheets/css3/_radial-gradient.scss".freeze, "app/assets/stylesheets/css3/_selection.scss".freeze, "app/assets/stylesheets/css3/_text-decoration.scss".freeze, "app/assets/stylesheets/css3/_transform.scss".freeze, "app/assets/stylesheets/css3/_transition.scss".freeze, "app/assets/stylesheets/css3/_user-select.scss".freeze, "app/assets/stylesheets/functions/_assign.scss".freeze, "app/assets/stylesheets/functions/_color-lightness.scss".freeze, "app/assets/stylesheets/functions/_contains.scss".freeze, "app/assets/stylesheets/functions/_is-length.scss".freeze, "app/assets/stylesheets/functions/_is-size.scss".freeze, "app/assets/stylesheets/functions/_modular-scale.scss".freeze, "app/assets/stylesheets/functions/_px-to-em.scss".freeze, "app/assets/stylesheets/functions/_px-to-rem.scss".freeze, "app/assets/stylesheets/functions/_strip-units.scss".freeze, "app/assets/stylesheets/functions/_tint-shade.scss".freeze, "app/assets/stylesheets/functions/_transition-property-name.scss".freeze, "app/assets/stylesheets/functions/_unpack.scss".freeze, "app/assets/stylesheets/helpers/_convert-units.scss".freeze, "app/assets/stylesheets/helpers/_font-source-declaration.scss".freeze, "app/assets/stylesheets/helpers/_gradient-positions-parser.scss".freeze, "app/assets/stylesheets/helpers/_is-num.scss".freeze, "app/assets/stylesheets/helpers/_linear-angle-parser.scss".freeze, "app/assets/stylesheets/helpers/_linear-gradient-parser.scss".freeze, "app/assets/stylesheets/helpers/_linear-positions-parser.scss".freeze, "app/assets/stylesheets/helpers/_linear-side-corner-parser.scss".freeze, "app/assets/stylesheets/helpers/_radial-arg-parser.scss".freeze, "app/assets/stylesheets/helpers/_radial-gradient-parser.scss".freeze, "app/assets/stylesheets/helpers/_radial-positions-parser.scss".freeze, "app/assets/stylesheets/helpers/_render-gradients.scss".freeze, "app/assets/stylesheets/helpers/_shape-size-stripper.scss".freeze, "app/assets/stylesheets/helpers/_str-to-num.scss".freeze, "app/assets/stylesheets/settings/_asset-pipeline.scss".freeze, "app/assets/stylesheets/settings/_prefixer.scss".freeze, "app/assets/stylesheets/settings/_px-to-em.scss".freeze, "bin/bourbon".freeze, "bourbon.gemspec".freeze, "bower.json".freeze, "features/install.feature".freeze, "features/step_definitions/bourbon_steps.rb".freeze, "features/support/bourbon_support.rb".freeze, "features/support/env.rb".freeze, "features/update.feature".freeze, "features/version.feature".freeze, "lib/bourbon.rb".freeze, "lib/bourbon/engine.rb".freeze, "lib/bourbon/generator.rb".freeze, "lib/bourbon/version.rb".freeze, "lib/tasks/install.rake".freeze, "package.json".freeze, "sache.json".freeze] s.homepage = "http://bourbon.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple and lightweight mixin library for Sass".freeze s.test_files = ["features/install.feature".freeze, "features/step_definitions/bourbon_steps.rb".freeze, "features/support/bourbon_support.rb".freeze, "features/support/env.rb".freeze, "features/update.feature".freeze, "features/version.feature".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end