sass 3.2.0.alpha.100 → 3.2.0.alpha.101
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.
- data/REVISION +1 -1
- data/VERSION +1 -1
- data/lib/sass/tree/comment_node.rb +1 -1
- data/lib/sass/tree/visitors/cssize.rb +1 -1
- metadata +6 -6
    
        data/REVISION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
             | 
| 1 | 
            +
            9e96a841ad39832b13e529e22ae8bdfc1e74ce13
         | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.2.0.alpha. | 
| 1 | 
            +
            3.2.0.alpha.101
         | 
| @@ -17,7 +17,7 @@ class Sass::Tree::Visitors::Cssize < Sass::Tree::Visitors::Base | |
| 17 17 |  | 
| 18 18 | 
             
              # If an exception is raised, this adds proper metadata to the backtrace.
         | 
| 19 19 | 
             
              def visit(node)
         | 
| 20 | 
            -
                super(node | 
| 20 | 
            +
                super(node)
         | 
| 21 21 | 
             
              rescue Sass::SyntaxError => e
         | 
| 22 22 | 
             
                e.modify_backtrace(:filename => node.filename, :line => node.line)
         | 
| 23 23 | 
             
                raise e
         | 
    
        metadata
    CHANGED
    
    | @@ -1,15 +1,15 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: sass
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              hash:  | 
| 4 | 
            +
              hash: 592303063
         | 
| 5 5 | 
             
              prerelease: 6
         | 
| 6 6 | 
             
              segments: 
         | 
| 7 7 | 
             
              - 3
         | 
| 8 8 | 
             
              - 2
         | 
| 9 9 | 
             
              - 0
         | 
| 10 10 | 
             
              - alpha
         | 
| 11 | 
            -
              -  | 
| 12 | 
            -
              version: 3.2.0.alpha. | 
| 11 | 
            +
              - 101
         | 
| 12 | 
            +
              version: 3.2.0.alpha.101
         | 
| 13 13 | 
             
            platform: ruby
         | 
| 14 14 | 
             
            authors: 
         | 
| 15 15 | 
             
            - Nathan Weizenbaum
         | 
| @@ -19,7 +19,7 @@ autorequire: | |
| 19 19 | 
             
            bindir: bin
         | 
| 20 20 | 
             
            cert_chain: []
         | 
| 21 21 |  | 
| 22 | 
            -
            date: 2012-03- | 
| 22 | 
            +
            date: 2012-03-28 00:00:00 -04:00
         | 
| 23 23 | 
             
            default_executable: 
         | 
| 24 24 | 
             
            dependencies: 
         | 
| 25 25 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| @@ -131,6 +131,7 @@ files: | |
| 131 131 | 
             
            - lib/sass/selector/simple.rb
         | 
| 132 132 | 
             
            - lib/sass/selector/simple_sequence.rb
         | 
| 133 133 | 
             
            - lib/sass/shared.rb
         | 
| 134 | 
            +
            - lib/sass/media.rb
         | 
| 134 135 | 
             
            - lib/sass/tree/charset_node.rb
         | 
| 135 136 | 
             
            - lib/sass/tree/comment_node.rb
         | 
| 136 137 | 
             
            - lib/sass/tree/directive_node.rb
         | 
| @@ -152,7 +153,6 @@ files: | |
| 152 153 | 
             
            - lib/sass/tree/content_node.rb
         | 
| 153 154 | 
             
            - lib/sass/tree/css_import_node.rb
         | 
| 154 155 | 
             
            - lib/sass/tree/variable_node.rb
         | 
| 155 | 
            -
            - lib/sass/tree/warn_node.rb
         | 
| 156 156 | 
             
            - lib/sass/tree/visitors/base.rb
         | 
| 157 157 | 
             
            - lib/sass/tree/visitors/check_nesting.rb
         | 
| 158 158 | 
             
            - lib/sass/tree/visitors/convert.rb
         | 
| @@ -161,10 +161,10 @@ files: | |
| 161 161 | 
             
            - lib/sass/tree/visitors/perform.rb
         | 
| 162 162 | 
             
            - lib/sass/tree/visitors/set_options.rb
         | 
| 163 163 | 
             
            - lib/sass/tree/visitors/to_css.rb
         | 
| 164 | 
            +
            - lib/sass/tree/warn_node.rb
         | 
| 164 165 | 
             
            - lib/sass/tree/while_node.rb
         | 
| 165 166 | 
             
            - lib/sass/tree/supports_node.rb
         | 
| 166 167 | 
             
            - lib/sass/tree/trace_node.rb
         | 
| 167 | 
            -
            - lib/sass/media.rb
         | 
| 168 168 | 
             
            - lib/sass/util/multibyte_string_scanner.rb
         | 
| 169 169 | 
             
            - lib/sass/util/subset_map.rb
         | 
| 170 170 | 
             
            - lib/sass/version.rb
         |