--- !ruby/object:Gem::Specification name: bourbon version: !ruby/object:Gem::Version version: 4.2.2 platform: ruby authors: - Andres Mejia - Chad Mazzola - Chris Lloyd - Gabe Berke-Williams - J. Edward Dewyea - Jeremy Raines - Kyle Fiedler - Matt Jankowski - Mike Burns - Nick Quaranto - Phil LaPier - Reda Lemeden - Travis Haynes - Tyson Gach - Will McMahan autorequire: bindir: bin cert_chain: [] date: 2015-04-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: sass requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: aruba requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: css_parser requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: | Bourbon is a library of pure Sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible. email: design+bourbon@thoughtbot.com executables: - bourbon extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".hound.yml" - ".npmignore" - ".scss-lint.yml" - ".travis.yml" - CONTRIBUTING.md - Gemfile - LICENSE.md - README.md - Rakefile - app/assets/stylesheets/_bourbon-deprecated-upcoming.scss - app/assets/stylesheets/_bourbon.scss - app/assets/stylesheets/addons/_border-color.scss - app/assets/stylesheets/addons/_border-radius.scss - app/assets/stylesheets/addons/_border-style.scss - app/assets/stylesheets/addons/_border-width.scss - app/assets/stylesheets/addons/_buttons.scss - app/assets/stylesheets/addons/_clearfix.scss - app/assets/stylesheets/addons/_ellipsis.scss - app/assets/stylesheets/addons/_font-stacks.scss - app/assets/stylesheets/addons/_hide-text.scss - app/assets/stylesheets/addons/_margin.scss - app/assets/stylesheets/addons/_padding.scss - app/assets/stylesheets/addons/_position.scss - app/assets/stylesheets/addons/_prefixer.scss - app/assets/stylesheets/addons/_retina-image.scss - app/assets/stylesheets/addons/_size.scss - app/assets/stylesheets/addons/_text-inputs.scss - app/assets/stylesheets/addons/_timing-functions.scss - app/assets/stylesheets/addons/_triangle.scss - app/assets/stylesheets/addons/_word-wrap.scss - app/assets/stylesheets/css3/_animation.scss - app/assets/stylesheets/css3/_appearance.scss - app/assets/stylesheets/css3/_backface-visibility.scss - app/assets/stylesheets/css3/_background-image.scss - app/assets/stylesheets/css3/_background.scss - app/assets/stylesheets/css3/_border-image.scss - app/assets/stylesheets/css3/_calc.scss - app/assets/stylesheets/css3/_columns.scss - app/assets/stylesheets/css3/_filter.scss - app/assets/stylesheets/css3/_flex-box.scss - app/assets/stylesheets/css3/_font-face.scss - app/assets/stylesheets/css3/_font-feature-settings.scss - app/assets/stylesheets/css3/_hidpi-media-query.scss - app/assets/stylesheets/css3/_hyphens.scss - app/assets/stylesheets/css3/_image-rendering.scss - app/assets/stylesheets/css3/_keyframes.scss - app/assets/stylesheets/css3/_linear-gradient.scss - app/assets/stylesheets/css3/_perspective.scss - app/assets/stylesheets/css3/_placeholder.scss - app/assets/stylesheets/css3/_radial-gradient.scss - app/assets/stylesheets/css3/_selection.scss - app/assets/stylesheets/css3/_text-decoration.scss - app/assets/stylesheets/css3/_transform.scss - app/assets/stylesheets/css3/_transition.scss - app/assets/stylesheets/css3/_user-select.scss - app/assets/stylesheets/functions/_assign-inputs.scss - app/assets/stylesheets/functions/_contains-falsy.scss - app/assets/stylesheets/functions/_contains.scss - app/assets/stylesheets/functions/_is-length.scss - app/assets/stylesheets/functions/_is-light.scss - app/assets/stylesheets/functions/_is-number.scss - app/assets/stylesheets/functions/_is-size.scss - app/assets/stylesheets/functions/_modular-scale.scss - app/assets/stylesheets/functions/_px-to-em.scss - app/assets/stylesheets/functions/_px-to-rem.scss - app/assets/stylesheets/functions/_shade.scss - app/assets/stylesheets/functions/_strip-units.scss - app/assets/stylesheets/functions/_tint.scss - app/assets/stylesheets/functions/_transition-property-name.scss - app/assets/stylesheets/functions/_unpack.scss - app/assets/stylesheets/helpers/_convert-units.scss - app/assets/stylesheets/helpers/_directional-values.scss - app/assets/stylesheets/helpers/_font-source-declaration.scss - app/assets/stylesheets/helpers/_gradient-positions-parser.scss - app/assets/stylesheets/helpers/_linear-angle-parser.scss - app/assets/stylesheets/helpers/_linear-gradient-parser.scss - app/assets/stylesheets/helpers/_linear-positions-parser.scss - app/assets/stylesheets/helpers/_linear-side-corner-parser.scss - app/assets/stylesheets/helpers/_radial-arg-parser.scss - app/assets/stylesheets/helpers/_radial-gradient-parser.scss - app/assets/stylesheets/helpers/_radial-positions-parser.scss - app/assets/stylesheets/helpers/_render-gradients.scss - app/assets/stylesheets/helpers/_shape-size-stripper.scss - app/assets/stylesheets/helpers/_str-to-num.scss - app/assets/stylesheets/settings/_asset-pipeline.scss - app/assets/stylesheets/settings/_prefixer.scss - app/assets/stylesheets/settings/_px-to-em.scss - bin/bourbon - bourbon.gemspec - bower.json - features/install.feature - features/step_definitions/bourbon_steps.rb - features/support/bourbon_support.rb - features/support/env.rb - features/update.feature - features/version.feature - lib/bourbon.rb - lib/bourbon/engine.rb - lib/bourbon/generator.rb - lib/bourbon/version.rb - lib/tasks/install.rake - package.json - sache.json - spec/bourbon/addons/border_color_spec.rb - spec/bourbon/addons/border_radius_spec.rb - spec/bourbon/addons/border_style_spec.rb - spec/bourbon/addons/border_width_spec.rb - spec/bourbon/addons/buttons_spec.rb - spec/bourbon/addons/clearfix_spec.rb - spec/bourbon/addons/ellipsis_spec.rb - spec/bourbon/addons/font_stacks_spec.rb - spec/bourbon/addons/hide_text_spec.rb - spec/bourbon/addons/margin_spec.rb - spec/bourbon/addons/padding_spec.rb - spec/bourbon/addons/position_spec.rb - spec/bourbon/addons/retina_image_spec.rb - spec/bourbon/addons/size_spec.rb - spec/bourbon/addons/text_inputs_spec.rb - spec/bourbon/addons/triangle_spec.rb - spec/bourbon/addons/word_wrap_spec.rb - spec/bourbon/css3/font_face_spec.rb - spec/bourbon/css3/hidpi_media_query_spec.rb - spec/bourbon/functions/assign_inputs_spec.rb - spec/bourbon/functions/contains_spec.rb - spec/bourbon/functions/is_length_spec.rb - spec/bourbon/functions/is_light_spec.rb - spec/bourbon/functions/is_number_spec.rb - spec/bourbon/functions/is_size_spec.rb - spec/bourbon/functions/modular_scale_spec.rb - spec/bourbon/functions/px_to_em_spec.rb - spec/bourbon/functions/px_to_rem_spec.rb - spec/bourbon/functions/shade_spec.rb - spec/bourbon/functions/strip_units_spec.rb - spec/bourbon/functions/tint_spec.rb - spec/bourbon/functions/unpack_spec.rb - spec/bourbon/helpers/convert_units_spec.rb - spec/bourbon/helpers/directional_values_spec.rb - spec/bourbon/helpers/font_source_declaration_spec.rb - spec/bourbon/helpers/str_to_num_spec.rb - spec/fixtures/_setup.scss - spec/fixtures/addons/border-color.scss - spec/fixtures/addons/border-radius.scss - spec/fixtures/addons/border-style.scss - spec/fixtures/addons/border-width.scss - spec/fixtures/addons/buttons.scss - spec/fixtures/addons/clearfix.scss - spec/fixtures/addons/ellipsis.scss - spec/fixtures/addons/font-stacks.scss - spec/fixtures/addons/hide-text.scss - spec/fixtures/addons/margin.scss - spec/fixtures/addons/padding.scss - spec/fixtures/addons/position.scss - spec/fixtures/addons/retina-image.scss - spec/fixtures/addons/size.scss - spec/fixtures/addons/text-inputs.scss - spec/fixtures/addons/triangle.scss - spec/fixtures/addons/word-wrap.scss - spec/fixtures/css3/font-face.scss - spec/fixtures/css3/hidpi-media-query.scss - spec/fixtures/functions/assign-inputs.scss - spec/fixtures/functions/contains.scss - spec/fixtures/functions/is-length.scss - spec/fixtures/functions/is-light.scss - spec/fixtures/functions/is-number.scss - spec/fixtures/functions/is-size.scss - spec/fixtures/functions/modular-scale.scss - spec/fixtures/functions/px-to-em.scss - spec/fixtures/functions/px-to-rem.scss - spec/fixtures/functions/shade.scss - spec/fixtures/functions/strip-units.scss - spec/fixtures/functions/tint.scss - spec/fixtures/functions/unpack.scss - spec/fixtures/helpers/convert-units.scss - spec/fixtures/helpers/directional-values.scss - spec/fixtures/helpers/font-source-declaration.scss - spec/fixtures/helpers/str-to-num.scss - spec/spec_helper.rb - spec/support/matchers/be_contained_in.rb - spec/support/matchers/have_rule.rb - spec/support/matchers/have_ruleset.rb - spec/support/matchers/have_value.rb - spec/support/parser_support.rb - spec/support/sass_support.rb homepage: http://bourbon.io licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: bourbon rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A simple and lightweight mixin library for Sass test_files: - features/install.feature - features/step_definitions/bourbon_steps.rb - features/support/bourbon_support.rb - features/support/env.rb - features/update.feature - features/version.feature - spec/bourbon/addons/border_color_spec.rb - spec/bourbon/addons/border_radius_spec.rb - spec/bourbon/addons/border_style_spec.rb - spec/bourbon/addons/border_width_spec.rb - spec/bourbon/addons/buttons_spec.rb - spec/bourbon/addons/clearfix_spec.rb - spec/bourbon/addons/ellipsis_spec.rb - spec/bourbon/addons/font_stacks_spec.rb - spec/bourbon/addons/hide_text_spec.rb - spec/bourbon/addons/margin_spec.rb - spec/bourbon/addons/padding_spec.rb - spec/bourbon/addons/position_spec.rb - spec/bourbon/addons/retina_image_spec.rb - spec/bourbon/addons/size_spec.rb - spec/bourbon/addons/text_inputs_spec.rb - spec/bourbon/addons/triangle_spec.rb - spec/bourbon/addons/word_wrap_spec.rb - spec/bourbon/css3/font_face_spec.rb - spec/bourbon/css3/hidpi_media_query_spec.rb - spec/bourbon/functions/assign_inputs_spec.rb - spec/bourbon/functions/contains_spec.rb - spec/bourbon/functions/is_length_spec.rb - spec/bourbon/functions/is_light_spec.rb - spec/bourbon/functions/is_number_spec.rb - spec/bourbon/functions/is_size_spec.rb - spec/bourbon/functions/modular_scale_spec.rb - spec/bourbon/functions/px_to_em_spec.rb - spec/bourbon/functions/px_to_rem_spec.rb - spec/bourbon/functions/shade_spec.rb - spec/bourbon/functions/strip_units_spec.rb - spec/bourbon/functions/tint_spec.rb - spec/bourbon/functions/unpack_spec.rb - spec/bourbon/helpers/convert_units_spec.rb - spec/bourbon/helpers/directional_values_spec.rb - spec/bourbon/helpers/font_source_declaration_spec.rb - spec/bourbon/helpers/str_to_num_spec.rb - spec/fixtures/_setup.scss - spec/fixtures/addons/border-color.scss - spec/fixtures/addons/border-radius.scss - spec/fixtures/addons/border-style.scss - spec/fixtures/addons/border-width.scss - spec/fixtures/addons/buttons.scss - spec/fixtures/addons/clearfix.scss - spec/fixtures/addons/ellipsis.scss - spec/fixtures/addons/font-stacks.scss - spec/fixtures/addons/hide-text.scss - spec/fixtures/addons/margin.scss - spec/fixtures/addons/padding.scss - spec/fixtures/addons/position.scss - spec/fixtures/addons/retina-image.scss - spec/fixtures/addons/size.scss - spec/fixtures/addons/text-inputs.scss - spec/fixtures/addons/triangle.scss - spec/fixtures/addons/word-wrap.scss - spec/fixtures/css3/font-face.scss - spec/fixtures/css3/hidpi-media-query.scss - spec/fixtures/functions/assign-inputs.scss - spec/fixtures/functions/contains.scss - spec/fixtures/functions/is-length.scss - spec/fixtures/functions/is-light.scss - spec/fixtures/functions/is-number.scss - spec/fixtures/functions/is-size.scss - spec/fixtures/functions/modular-scale.scss - spec/fixtures/functions/px-to-em.scss - spec/fixtures/functions/px-to-rem.scss - spec/fixtures/functions/shade.scss - spec/fixtures/functions/strip-units.scss - spec/fixtures/functions/tint.scss - spec/fixtures/functions/unpack.scss - spec/fixtures/helpers/convert-units.scss - spec/fixtures/helpers/directional-values.scss - spec/fixtures/helpers/font-source-declaration.scss - spec/fixtures/helpers/str-to-num.scss - spec/spec_helper.rb - spec/support/matchers/be_contained_in.rb - spec/support/matchers/have_rule.rb - spec/support/matchers/have_ruleset.rb - spec/support/matchers/have_value.rb - spec/support/parser_support.rb - spec/support/sass_support.rb