guard-haml 0.1.1 → 0.1.2
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/lib/guard/haml.rb +2 -2
- metadata +10 -10
    
        data/lib/guard/haml.rb
    CHANGED
    
    | @@ -5,11 +5,11 @@ require 'haml' | |
| 5 5 | 
             
            module Guard
         | 
| 6 6 | 
             
              class Haml < Guard
         | 
| 7 7 |  | 
| 8 | 
            -
                VERSION = '0.1. | 
| 8 | 
            +
                VERSION = '0.1.2'
         | 
| 9 9 |  | 
| 10 10 | 
             
                def initialize(watchers = [], options = {})
         | 
| 11 11 | 
             
                  @watchers, @options = watchers, options
         | 
| 12 | 
            -
                  @haml_options = options.delete(:haml_options)
         | 
| 12 | 
            +
                  @haml_options = options.delete(:haml_options) || {}
         | 
| 13 13 | 
             
                end
         | 
| 14 14 |  | 
| 15 15 | 
             
                def compile_haml file
         | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: guard-haml
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              hash:  | 
| 5 | 
            -
              prerelease: 
         | 
| 4 | 
            +
              hash: 31
         | 
| 5 | 
            +
              prerelease: false
         | 
| 6 6 | 
             
              segments: 
         | 
| 7 7 | 
             
              - 0
         | 
| 8 8 | 
             
              - 1
         | 
| 9 | 
            -
              -  | 
| 10 | 
            -
              version: 0.1. | 
| 9 | 
            +
              - 2
         | 
| 10 | 
            +
              version: 0.1.2
         | 
| 11 11 | 
             
            platform: ruby
         | 
| 12 12 | 
             
            authors: 
         | 
| 13 13 | 
             
            - "Immanuel H\xC3\xA4ussermann"
         | 
| @@ -15,7 +15,7 @@ autorequire: | |
| 15 15 | 
             
            bindir: bin
         | 
| 16 16 | 
             
            cert_chain: []
         | 
| 17 17 |  | 
| 18 | 
            -
            date: 2011- | 
| 18 | 
            +
            date: 2011-05-25 00:00:00 +02:00
         | 
| 19 19 | 
             
            default_executable: 
         | 
| 20 20 | 
             
            dependencies: 
         | 
| 21 21 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| @@ -29,10 +29,10 @@ dependencies: | |
| 29 29 | 
             
                    - 0
         | 
| 30 30 | 
             
                    - 3
         | 
| 31 31 | 
             
                    version: "0.3"
         | 
| 32 | 
            -
              type: :runtime
         | 
| 33 32 | 
             
              requirement: *id001
         | 
| 34 | 
            -
              prerelease: false
         | 
| 35 33 | 
             
              name: guard
         | 
| 34 | 
            +
              prerelease: false
         | 
| 35 | 
            +
              type: :runtime
         | 
| 36 36 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| 37 37 | 
             
              version_requirements: &id002 !ruby/object:Gem::Requirement 
         | 
| 38 38 | 
             
                none: false
         | 
| @@ -44,10 +44,10 @@ dependencies: | |
| 44 44 | 
             
                    - 3
         | 
| 45 45 | 
             
                    - 0
         | 
| 46 46 | 
             
                    version: "3.0"
         | 
| 47 | 
            -
              type: :runtime
         | 
| 48 47 | 
             
              requirement: *id002
         | 
| 49 | 
            -
              prerelease: false
         | 
| 50 48 | 
             
              name: haml
         | 
| 49 | 
            +
              prerelease: false
         | 
| 50 | 
            +
              type: :runtime
         | 
| 51 51 | 
             
            description: Compiles file.html.haml into file.html
         | 
| 52 52 | 
             
            email: 
         | 
| 53 53 | 
             
            - haeussermann@gmail.com
         | 
| @@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 92 92 | 
             
            requirements: []
         | 
| 93 93 |  | 
| 94 94 | 
             
            rubyforge_project: guard-haml
         | 
| 95 | 
            -
            rubygems_version: 1. | 
| 95 | 
            +
            rubygems_version: 1.3.7
         | 
| 96 96 | 
             
            signing_key: 
         | 
| 97 97 | 
             
            specification_version: 3
         | 
| 98 98 | 
             
            summary: Guard gem for Haml
         |