--- !ruby/object:Gem::Specification
name: bourbon
version: !ruby/object:Gem::Version
  version: 3.1.1
  prerelease: 
platform: ruby
authors:
- Phil LaPier
- Chad Mazzola
- Matt Jankowski
- Nick Quaranto
- Jeremy Raines
- Mike Burns
- Andres Mejia
- Travis Haynes
- Chris Lloyd
- Gabe Berke-Williams
- J. Edward Dewyea
- Reda Lemeden
autorequire: 
bindir: bin
cert_chain: []
date: 2013-02-19 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: sass
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 3.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 3.2.0
- !ruby/object:Gem::Dependency
  name: thor
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: aruba
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '0.4'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '0.4'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: ! 'The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive
  framework of

  sass mixins that are designed to be as vanilla as possible. Meaning they

  should not deter from the original CSS syntax. The mixins contain vendor

  specific prefixes for all CSS3 properties for support amongst modern

  browsers. The prefixes also ensure graceful degradation for older browsers

  that support only CSS3 prefixed properties.

'
email:
- support@thoughtbot.com
executables:
- bourbon
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- Gemfile.lock
- LICENSE
- Rakefile
- app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
- app/assets/stylesheets/_bourbon.scss
- app/assets/stylesheets/addons/_button.scss
- app/assets/stylesheets/addons/_clearfix.scss
- app/assets/stylesheets/addons/_font-family.scss
- app/assets/stylesheets/addons/_hide-text.scss
- app/assets/stylesheets/addons/_html5-input-types.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/_timing-functions.scss
- app/assets/stylesheets/addons/_triangle.scss
- app/assets/stylesheets/css3/_animation.scss
- app/assets/stylesheets/css3/_appearance.scss
- app/assets/stylesheets/css3/_background-image.scss
- app/assets/stylesheets/css3/_background-size.scss
- app/assets/stylesheets/css3/_background.scss
- app/assets/stylesheets/css3/_border-image.scss
- app/assets/stylesheets/css3/_border-radius.scss
- app/assets/stylesheets/css3/_box-sizing.scss
- app/assets/stylesheets/css3/_columns.scss
- app/assets/stylesheets/css3/_flex-box.scss
- app/assets/stylesheets/css3/_font-face.scss
- app/assets/stylesheets/css3/_hidpi-media-query.scss
- app/assets/stylesheets/css3/_image-rendering.scss
- app/assets/stylesheets/css3/_inline-block.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/_transform.scss
- app/assets/stylesheets/css3/_transition.scss
- app/assets/stylesheets/css3/_user-select.scss
- app/assets/stylesheets/functions/_compact.scss
- app/assets/stylesheets/functions/_deprecated-webkit-gradient.scss
- app/assets/stylesheets/functions/_flex-grid.scss
- app/assets/stylesheets/functions/_grid-width.scss
- app/assets/stylesheets/functions/_linear-gradient.scss
- app/assets/stylesheets/functions/_modular-scale.scss
- app/assets/stylesheets/functions/_px-to-em.scss
- app/assets/stylesheets/functions/_radial-gradient.scss
- app/assets/stylesheets/functions/_render-gradients.scss
- app/assets/stylesheets/functions/_tint-shade.scss
- app/assets/stylesheets/functions/_transition-property-name.scss
- bin/bourbon
- bourbon.gemspec
- 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
- readme.md
homepage: https://github.com/thoughtbot/bourbon
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: bourbon
rubygems_version: 1.8.25
signing_key: 
specification_version: 3
summary: Bourbon Sass Mixins using SCSS syntax.
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