# -*- encoding: utf-8 -*- # stub: bourbon 6.0.0 ruby lib Gem::Specification.new do |s| s.name = "bourbon".freeze s.version = "6.0.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 = ["Christian Reuter".freeze, "Damian Galarza".freeze, "Gabe Berke-Williams".freeze, "Hugo Giraudel".freeze, "Joshua Ogle".freeze, "Kyle Fiedler".freeze, "Phil LaPier".freeze, "Reda Lemeden".freeze, "Tyson Gach".freeze, "Will McMahan".freeze] s.date = "2019-07-10" s.description = " Bourbon is a library of pure Sass mixins and functions that are designed to\n make you a more efficient developer.\n".freeze s.email = "design+bourbon@thoughtbot.com".freeze s.executables = ["bourbon".freeze] s.files = [".circleci/config.yml".freeze, ".github/ISSUE_TEMPLATE.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".npmignore".freeze, ".stylelintrc.json".freeze, ".tool-versions".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "bin/bourbon".freeze, "bourbon.gemspec".freeze, "core/_bourbon.scss".freeze, "core/bourbon/helpers/_buttons-list.scss".freeze, "core/bourbon/helpers/_scales.scss".freeze, "core/bourbon/helpers/_text-inputs-list.scss".freeze, "core/bourbon/library/_border-color.scss".freeze, "core/bourbon/library/_border-radius.scss".freeze, "core/bourbon/library/_border-style.scss".freeze, "core/bourbon/library/_border-width.scss".freeze, "core/bourbon/library/_buttons.scss".freeze, "core/bourbon/library/_clearfix.scss".freeze, "core/bourbon/library/_contrast-switch.scss".freeze, "core/bourbon/library/_ellipsis.scss".freeze, "core/bourbon/library/_font-face.scss".freeze, "core/bourbon/library/_font-stacks.scss".freeze, "core/bourbon/library/_hide-text.scss".freeze, "core/bourbon/library/_hide-visually.scss".freeze, "core/bourbon/library/_margin.scss".freeze, "core/bourbon/library/_modular-scale.scss".freeze, "core/bourbon/library/_overflow-wrap.scss".freeze, "core/bourbon/library/_padding.scss".freeze, "core/bourbon/library/_position.scss".freeze, "core/bourbon/library/_prefixer.scss".freeze, "core/bourbon/library/_shade.scss".freeze, "core/bourbon/library/_size.scss".freeze, "core/bourbon/library/_strip-unit.scss".freeze, "core/bourbon/library/_text-inputs.scss".freeze, "core/bourbon/library/_timing-functions.scss".freeze, "core/bourbon/library/_tint.scss".freeze, "core/bourbon/library/_triangle.scss".freeze, "core/bourbon/library/_value-prefixer.scss".freeze, "core/bourbon/settings/_settings.scss".freeze, "core/bourbon/utilities/_assign-inputs.scss".freeze, "core/bourbon/utilities/_compact-shorthand.scss".freeze, "core/bourbon/utilities/_contrast-ratio.scss".freeze, "core/bourbon/utilities/_directional-property.scss".freeze, "core/bourbon/utilities/_fetch-bourbon-setting.scss".freeze, "core/bourbon/utilities/_font-source-declaration.scss".freeze, "core/bourbon/utilities/_gamma.scss".freeze, "core/bourbon/utilities/_lightness.scss".freeze, "core/bourbon/utilities/_unpack-shorthand.scss".freeze, "core/bourbon/validators/_contains-falsy.scss".freeze, "core/bourbon/validators/_contains.scss".freeze, "core/bourbon/validators/_is-color.scss".freeze, "core/bourbon/validators/_is-length.scss".freeze, "core/bourbon/validators/_is-number.scss".freeze, "core/bourbon/validators/_is-size.scss".freeze, "eyeglass-exports.js".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, "index.js".freeze, "lib/bourbon.rb".freeze, "lib/bourbon/generator.rb".freeze, "lib/bourbon/version.rb".freeze, "package-lock.json".freeze, "package.json".freeze, "spec/bourbon/library/border_color_spec.rb".freeze, "spec/bourbon/library/border_radius_spec.rb".freeze, "spec/bourbon/library/border_style_spec.rb".freeze, "spec/bourbon/library/border_width_spec.rb".freeze, "spec/bourbon/library/buttons_spec.rb".freeze, "spec/bourbon/library/clearfix_spec.rb".freeze, "spec/bourbon/library/contrast_switch_spec.rb".freeze, "spec/bourbon/library/ellipsis_spec.rb".freeze, "spec/bourbon/library/font_face_spec_1.rb".freeze, "spec/bourbon/library/font_face_spec_2.rb".freeze, "spec/bourbon/library/font_face_spec_3.rb".freeze, "spec/bourbon/library/font_face_spec_4.rb".freeze, "spec/bourbon/library/font_stacks_spec.rb".freeze, "spec/bourbon/library/hide_text_spec.rb".freeze, "spec/bourbon/library/hide_visually_spec.rb".freeze, "spec/bourbon/library/margin_spec.rb".freeze, "spec/bourbon/library/modular_scale_spec.rb".freeze, "spec/bourbon/library/overflow_wrap_spec.rb".freeze, "spec/bourbon/library/padding_spec.rb".freeze, "spec/bourbon/library/position_spec.rb".freeze, "spec/bourbon/library/prefixer_spec.rb".freeze, "spec/bourbon/library/shade_spec.rb".freeze, "spec/bourbon/library/size_spec.rb".freeze, "spec/bourbon/library/strip_unit_spec.rb".freeze, "spec/bourbon/library/text_inputs_spec.rb".freeze, "spec/bourbon/library/tint_spec.rb".freeze, "spec/bourbon/library/triangle_spec.rb".freeze, "spec/bourbon/utilities/assign_inputs_spec.rb".freeze, "spec/bourbon/utilities/compact_shorthand_spec.rb".freeze, "spec/bourbon/utilities/contrast_ratio_spec.rb".freeze, "spec/bourbon/utilities/directional_property_spec.rb".freeze, "spec/bourbon/utilities/fetch_bourbon_setting_spec.rb".freeze, "spec/bourbon/utilities/font_source_declaration_spec.rb".freeze, "spec/bourbon/utilities/gamma_spec.rb".freeze, "spec/bourbon/utilities/lightness_spec.rb".freeze, "spec/bourbon/utilities/unpack_spec.rb".freeze, "spec/bourbon/validators/contains_spec.rb".freeze, "spec/bourbon/validators/is_length_spec.rb".freeze, "spec/bourbon/validators/is_number_spec.rb".freeze, "spec/bourbon/validators/is_size_spec.rb".freeze, "spec/fixtures/_setup.scss".freeze, "spec/fixtures/library/border-color.scss".freeze, "spec/fixtures/library/border-radius.scss".freeze, "spec/fixtures/library/border-style.scss".freeze, "spec/fixtures/library/border-width.scss".freeze, "spec/fixtures/library/buttons.scss".freeze, "spec/fixtures/library/clearfix.scss".freeze, "spec/fixtures/library/contrast-switch.scss".freeze, "spec/fixtures/library/ellipsis.scss".freeze, "spec/fixtures/library/font-face-1.scss".freeze, "spec/fixtures/library/font-face-2.scss".freeze, "spec/fixtures/library/font-face-3.scss".freeze, "spec/fixtures/library/font-face-4.scss".freeze, "spec/fixtures/library/font-stacks.scss".freeze, "spec/fixtures/library/hide-text.scss".freeze, "spec/fixtures/library/hide-visually.scss".freeze, "spec/fixtures/library/margin.scss".freeze, "spec/fixtures/library/modular-scale.scss".freeze, "spec/fixtures/library/overflow-wrap.scss".freeze, "spec/fixtures/library/padding.scss".freeze, "spec/fixtures/library/position.scss".freeze, "spec/fixtures/library/prefixer.scss".freeze, "spec/fixtures/library/shade.scss".freeze, "spec/fixtures/library/size.scss".freeze, "spec/fixtures/library/strip-unit.scss".freeze, "spec/fixtures/library/text-inputs.scss".freeze, "spec/fixtures/library/tint.scss".freeze, "spec/fixtures/library/triangle.scss".freeze, "spec/fixtures/utilities/assign-inputs.scss".freeze, "spec/fixtures/utilities/compact-shorthand.scss".freeze, "spec/fixtures/utilities/contrast-ratio.scss".freeze, "spec/fixtures/utilities/directional-property.scss".freeze, "spec/fixtures/utilities/fetch-bourbon-setting.scss".freeze, "spec/fixtures/utilities/font-source-declaration.scss".freeze, "spec/fixtures/utilities/gamma.scss".freeze, "spec/fixtures/utilities/lightness.scss".freeze, "spec/fixtures/utilities/unpack.scss".freeze, "spec/fixtures/validators/contains.scss".freeze, "spec/fixtures/validators/is-length.scss".freeze, "spec/fixtures/validators/is-number.scss".freeze, "spec/fixtures/validators/is-size.scss".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/have_rule.rb".freeze, "spec/support/matchers/have_ruleset.rb".freeze, "spec/support/matchers/have_value.rb".freeze, "spec/support/parser_support.rb".freeze, "spec/support/sass_support.rb".freeze] s.homepage = "https://www.bourbon.io/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A lightweight Sass tool set.".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, "spec/bourbon/library/border_color_spec.rb".freeze, "spec/bourbon/library/border_radius_spec.rb".freeze, "spec/bourbon/library/border_style_spec.rb".freeze, "spec/bourbon/library/border_width_spec.rb".freeze, "spec/bourbon/library/buttons_spec.rb".freeze, "spec/bourbon/library/clearfix_spec.rb".freeze, "spec/bourbon/library/contrast_switch_spec.rb".freeze, "spec/bourbon/library/ellipsis_spec.rb".freeze, "spec/bourbon/library/font_face_spec_1.rb".freeze, "spec/bourbon/library/font_face_spec_2.rb".freeze, "spec/bourbon/library/font_face_spec_3.rb".freeze, "spec/bourbon/library/font_face_spec_4.rb".freeze, "spec/bourbon/library/font_stacks_spec.rb".freeze, "spec/bourbon/library/hide_text_spec.rb".freeze, "spec/bourbon/library/hide_visually_spec.rb".freeze, "spec/bourbon/library/margin_spec.rb".freeze, "spec/bourbon/library/modular_scale_spec.rb".freeze, "spec/bourbon/library/overflow_wrap_spec.rb".freeze, "spec/bourbon/library/padding_spec.rb".freeze, "spec/bourbon/library/position_spec.rb".freeze, "spec/bourbon/library/prefixer_spec.rb".freeze, "spec/bourbon/library/shade_spec.rb".freeze, "spec/bourbon/library/size_spec.rb".freeze, "spec/bourbon/library/strip_unit_spec.rb".freeze, "spec/bourbon/library/text_inputs_spec.rb".freeze, "spec/bourbon/library/tint_spec.rb".freeze, "spec/bourbon/library/triangle_spec.rb".freeze, "spec/bourbon/utilities/assign_inputs_spec.rb".freeze, "spec/bourbon/utilities/compact_shorthand_spec.rb".freeze, "spec/bourbon/utilities/contrast_ratio_spec.rb".freeze, "spec/bourbon/utilities/directional_property_spec.rb".freeze, "spec/bourbon/utilities/fetch_bourbon_setting_spec.rb".freeze, "spec/bourbon/utilities/font_source_declaration_spec.rb".freeze, "spec/bourbon/utilities/gamma_spec.rb".freeze, "spec/bourbon/utilities/lightness_spec.rb".freeze, "spec/bourbon/utilities/unpack_spec.rb".freeze, "spec/bourbon/validators/contains_spec.rb".freeze, "spec/bourbon/validators/is_length_spec.rb".freeze, "spec/bourbon/validators/is_number_spec.rb".freeze, "spec/bourbon/validators/is_size_spec.rb".freeze, "spec/fixtures/_setup.scss".freeze, "spec/fixtures/library/border-color.scss".freeze, "spec/fixtures/library/border-radius.scss".freeze, "spec/fixtures/library/border-style.scss".freeze, "spec/fixtures/library/border-width.scss".freeze, "spec/fixtures/library/buttons.scss".freeze, "spec/fixtures/library/clearfix.scss".freeze, "spec/fixtures/library/contrast-switch.scss".freeze, "spec/fixtures/library/ellipsis.scss".freeze, "spec/fixtures/library/font-face-1.scss".freeze, "spec/fixtures/library/font-face-2.scss".freeze, "spec/fixtures/library/font-face-3.scss".freeze, "spec/fixtures/library/font-face-4.scss".freeze, "spec/fixtures/library/font-stacks.scss".freeze, "spec/fixtures/library/hide-text.scss".freeze, "spec/fixtures/library/hide-visually.scss".freeze, "spec/fixtures/library/margin.scss".freeze, "spec/fixtures/library/modular-scale.scss".freeze, "spec/fixtures/library/overflow-wrap.scss".freeze, "spec/fixtures/library/padding.scss".freeze, "spec/fixtures/library/position.scss".freeze, "spec/fixtures/library/prefixer.scss".freeze, "spec/fixtures/library/shade.scss".freeze, "spec/fixtures/library/size.scss".freeze, "spec/fixtures/library/strip-unit.scss".freeze, "spec/fixtures/library/text-inputs.scss".freeze, "spec/fixtures/library/tint.scss".freeze, "spec/fixtures/library/triangle.scss".freeze, "spec/fixtures/utilities/assign-inputs.scss".freeze, "spec/fixtures/utilities/compact-shorthand.scss".freeze, "spec/fixtures/utilities/contrast-ratio.scss".freeze, "spec/fixtures/utilities/directional-property.scss".freeze, "spec/fixtures/utilities/fetch-bourbon-setting.scss".freeze, "spec/fixtures/utilities/font-source-declaration.scss".freeze, "spec/fixtures/utilities/gamma.scss".freeze, "spec/fixtures/utilities/lightness.scss".freeze, "spec/fixtures/utilities/unpack.scss".freeze, "spec/fixtures/validators/contains.scss".freeze, "spec/fixtures/validators/is-length.scss".freeze, "spec/fixtures/validators/is-number.scss".freeze, "spec/fixtures/validators/is-size.scss".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/have_rule.rb".freeze, "spec/support/matchers/have_ruleset.rb".freeze, "spec/support/matchers/have_value.rb".freeze, "spec/support/parser_support.rb".freeze, "spec/support/sass_support.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19".freeze]) end