bourbon 3.1.7 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/app/assets/stylesheets/css3/_keyframes.scss +4 -4
 - data/lib/bourbon/version.rb +1 -1
 - metadata +15 -32
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA1:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: d2691eb5e7d9d3cd85178b9f55c5d13a413bd8a8
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1e87b41e244194c51561af02e27367a6be53d3ac
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 9d7493fbead23aff6f96caccee4710f74d0e29e271c44b6cf88c5c7432d61ec1eca76ee7197a1fcb63e2654ffad30be1d27f77bc3a42b2ef26dfb9f687238d04
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5b4e1b9a45c1033b70de8d5713049486f19ef4dc7ac811c425f3dde2c69ef71cadded646f0cda3f2712bcb8913d450ef5dc73093cea4ead2a05993255d630686
         
     | 
| 
         @@ -9,28 +9,28 @@ 
     | 
|
| 
       9 
9 
     | 
    
         
             
              @if $original-prefix-for-webkit {
         
     | 
| 
       10 
10 
     | 
    
         
             
                @include disable-prefix-for-all();
         
     | 
| 
       11 
11 
     | 
    
         
             
                $prefix-for-webkit: true;
         
     | 
| 
       12 
     | 
    
         
            -
                 
     | 
| 
      
 12 
     | 
    
         
            +
                @-webkit-keyframes #{$name} {
         
     | 
| 
       13 
13 
     | 
    
         
             
                  @content;
         
     | 
| 
       14 
14 
     | 
    
         
             
                }
         
     | 
| 
       15 
15 
     | 
    
         
             
              }
         
     | 
| 
       16 
16 
     | 
    
         
             
              @if $original-prefix-for-mozilla {
         
     | 
| 
       17 
17 
     | 
    
         
             
                @include disable-prefix-for-all();
         
     | 
| 
       18 
18 
     | 
    
         
             
                $prefix-for-mozilla: true;
         
     | 
| 
       19 
     | 
    
         
            -
                 
     | 
| 
      
 19 
     | 
    
         
            +
                @-moz-keyframes #{$name} {
         
     | 
| 
       20 
20 
     | 
    
         
             
                  @content;
         
     | 
| 
       21 
21 
     | 
    
         
             
                }
         
     | 
| 
       22 
22 
     | 
    
         
             
              }
         
     | 
| 
       23 
23 
     | 
    
         
             
              @if $original-prefix-for-opera {
         
     | 
| 
       24 
24 
     | 
    
         
             
                @include disable-prefix-for-all();
         
     | 
| 
       25 
25 
     | 
    
         
             
                $prefix-for-opera: true;
         
     | 
| 
       26 
     | 
    
         
            -
                 
     | 
| 
      
 26 
     | 
    
         
            +
                @-o-keyframes #{$name} {
         
     | 
| 
       27 
27 
     | 
    
         
             
                  @content;
         
     | 
| 
       28 
28 
     | 
    
         
             
                }
         
     | 
| 
       29 
29 
     | 
    
         
             
              }
         
     | 
| 
       30 
30 
     | 
    
         
             
              @if $original-prefix-for-spec {
         
     | 
| 
       31 
31 
     | 
    
         
             
                @include disable-prefix-for-all();
         
     | 
| 
       32 
32 
     | 
    
         
             
                $prefix-for-spec: true;
         
     | 
| 
       33 
     | 
    
         
            -
                 
     | 
| 
      
 33 
     | 
    
         
            +
                @keyframes #{$name} {
         
     | 
| 
       34 
34 
     | 
    
         
             
                  @content;
         
     | 
| 
       35 
35 
     | 
    
         
             
                }
         
     | 
| 
       36 
36 
     | 
    
         
             
              }
         
     | 
    
        data/lib/bourbon/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,8 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: bourbon
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.1. 
     | 
| 
       5 
     | 
    
         
            -
              prerelease: 
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.1.8
         
     | 
| 
       6 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       8 
7 
     | 
    
         
             
            - Phil LaPier
         
     | 
| 
         @@ -20,44 +19,39 @@ authors: 
     | 
|
| 
       20 
19 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       21 
20 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       22 
21 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       23 
     | 
    
         
            -
            date: 2013-06- 
     | 
| 
      
 22 
     | 
    
         
            +
            date: 2013-06-11 00:00:00.000000000 Z
         
     | 
| 
       24 
23 
     | 
    
         
             
            dependencies:
         
     | 
| 
       25 
24 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       26 
25 
     | 
    
         
             
              name: sass
         
     | 
| 
       27 
26 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       28 
     | 
    
         
            -
                none: false
         
     | 
| 
       29 
27 
     | 
    
         
             
                requirements:
         
     | 
| 
       30 
     | 
    
         
            -
                - -  
     | 
| 
      
 28 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       31 
29 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       32 
30 
     | 
    
         
             
                    version: 3.2.0
         
     | 
| 
       33 
31 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       34 
32 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       35 
33 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       36 
     | 
    
         
            -
                none: false
         
     | 
| 
       37 
34 
     | 
    
         
             
                requirements:
         
     | 
| 
       38 
     | 
    
         
            -
                - -  
     | 
| 
      
 35 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       39 
36 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       40 
37 
     | 
    
         
             
                    version: 3.2.0
         
     | 
| 
       41 
38 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       42 
39 
     | 
    
         
             
              name: thor
         
     | 
| 
       43 
40 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       44 
     | 
    
         
            -
                none: false
         
     | 
| 
       45 
41 
     | 
    
         
             
                requirements:
         
     | 
| 
       46 
     | 
    
         
            -
                - -  
     | 
| 
      
 42 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       47 
43 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       48 
44 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       49 
45 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       50 
46 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       51 
47 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       52 
     | 
    
         
            -
                none: false
         
     | 
| 
       53 
48 
     | 
    
         
             
                requirements:
         
     | 
| 
       54 
     | 
    
         
            -
                - -  
     | 
| 
      
 49 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       55 
50 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       56 
51 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       57 
52 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       58 
53 
     | 
    
         
             
              name: aruba
         
     | 
| 
       59 
54 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       60 
     | 
    
         
            -
                none: false
         
     | 
| 
       61 
55 
     | 
    
         
             
                requirements:
         
     | 
| 
       62 
56 
     | 
    
         
             
                - - ~>
         
     | 
| 
       63 
57 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -65,7 +59,6 @@ dependencies: 
     | 
|
| 
       65 
59 
     | 
    
         
             
              type: :development
         
     | 
| 
       66 
60 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       67 
61 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       68 
     | 
    
         
            -
                none: false
         
     | 
| 
       69 
62 
     | 
    
         
             
                requirements:
         
     | 
| 
       70 
63 
     | 
    
         
             
                - - ~>
         
     | 
| 
       71 
64 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -73,33 +66,24 @@ dependencies: 
     | 
|
| 
       73 
66 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       74 
67 
     | 
    
         
             
              name: rake
         
     | 
| 
       75 
68 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       76 
     | 
    
         
            -
                none: false
         
     | 
| 
       77 
69 
     | 
    
         
             
                requirements:
         
     | 
| 
       78 
     | 
    
         
            -
                - -  
     | 
| 
      
 70 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       79 
71 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       80 
72 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       81 
73 
     | 
    
         
             
              type: :development
         
     | 
| 
       82 
74 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       83 
75 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       84 
     | 
    
         
            -
                none: false
         
     | 
| 
       85 
76 
     | 
    
         
             
                requirements:
         
     | 
| 
       86 
     | 
    
         
            -
                - -  
     | 
| 
      
 77 
     | 
    
         
            +
                - - '>='
         
     | 
| 
       87 
78 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       88 
79 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       89 
     | 
    
         
            -
            description:  
     | 
| 
       90 
     | 
    
         
            -
              framework of
         
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
      
 80 
     | 
    
         
            +
            description: |
         
     | 
| 
      
 81 
     | 
    
         
            +
              The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive framework of
         
     | 
| 
       92 
82 
     | 
    
         
             
              sass mixins that are designed to be as vanilla as possible. Meaning they
         
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
83 
     | 
    
         
             
              should not deter from the original CSS syntax. The mixins contain vendor
         
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
84 
     | 
    
         
             
              specific prefixes for all CSS3 properties for support amongst modern
         
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
85 
     | 
    
         
             
              browsers. The prefixes also ensure graceful degradation for older browsers
         
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
86 
     | 
    
         
             
              that support only CSS3 prefixed properties.
         
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
            '
         
     | 
| 
       103 
87 
     | 
    
         
             
            email:
         
     | 
| 
       104 
88 
     | 
    
         
             
            - support@thoughtbot.com
         
     | 
| 
       105 
89 
     | 
    
         
             
            executables:
         
     | 
| 
         @@ -179,27 +163,26 @@ files: 
     | 
|
| 
       179 
163 
     | 
    
         
             
            - readme.md
         
     | 
| 
       180 
164 
     | 
    
         
             
            homepage: https://github.com/thoughtbot/bourbon
         
     | 
| 
       181 
165 
     | 
    
         
             
            licenses: []
         
     | 
| 
      
 166 
     | 
    
         
            +
            metadata: {}
         
     | 
| 
       182 
167 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       183 
168 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       184 
169 
     | 
    
         
             
            require_paths:
         
     | 
| 
       185 
170 
     | 
    
         
             
            - lib
         
     | 
| 
       186 
171 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       187 
     | 
    
         
            -
              none: false
         
     | 
| 
       188 
172 
     | 
    
         
             
              requirements:
         
     | 
| 
       189 
     | 
    
         
            -
              - -  
     | 
| 
      
 173 
     | 
    
         
            +
              - - '>='
         
     | 
| 
       190 
174 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       191 
175 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       192 
176 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       193 
     | 
    
         
            -
              none: false
         
     | 
| 
       194 
177 
     | 
    
         
             
              requirements:
         
     | 
| 
       195 
     | 
    
         
            -
              - -  
     | 
| 
      
 178 
     | 
    
         
            +
              - - '>='
         
     | 
| 
       196 
179 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       197 
180 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       198 
181 
     | 
    
         
             
            requirements: []
         
     | 
| 
       199 
182 
     | 
    
         
             
            rubyforge_project: bourbon
         
     | 
| 
       200 
     | 
    
         
            -
            rubygems_version:  
     | 
| 
      
 183 
     | 
    
         
            +
            rubygems_version: 2.0.3
         
     | 
| 
       201 
184 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       202 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 185 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
       203 
186 
     | 
    
         
             
            summary: Bourbon Sass Mixins using SCSS syntax.
         
     | 
| 
       204 
187 
     | 
    
         
             
            test_files:
         
     | 
| 
       205 
188 
     | 
    
         
             
            - features/install.feature
         
     |