guard-haml 1.1.0 → 1.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13cf52ae3f88496081c0f7f37ff2d1697d61c803
4
- data.tar.gz: ed755bd3436951a0118a97cc6aa1f57877b122aa
3
+ metadata.gz: 8017800793c202ed869ac99c7e58bfbf1c080f31
4
+ data.tar.gz: 5b951c276d1d7a9422df7450cfc9b72db8aa6c10
5
5
  SHA512:
6
- metadata.gz: d0a370863ba296d0d830f2bcbf951858d4bbc259c7d8cc9d903578910eec613402c0690d81d20833b4f7f347ffd533c1f0275adf6af911a7d3f81986d20d1a2c
7
- data.tar.gz: 8764f1887b544fbb2ee99261635c819e2ce962a654957879470792dd2c5b8e4e488b3c87d3afa64641323bc5bc3789c5fb749db4249b5195cffe8ce81556fe9e
6
+ metadata.gz: 10fb1c48f36f9af34aaee0f3e814418e30bc7f27f2aae4fca3f5e2557ae2c4d6804b7467882267ea4217f530a2d03d5df8605527bd0f03742d6e2d8a39e7e828
7
+ data.tar.gz: cb1c82ea9631f28b7f8d5cdc7097556540c456b31aecaa4ef9e66fb87ccd76d6cfd04882c9350f22a428ad5188a000f2b7b199fbf62cf3eb94365d1a9d568d95
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2013 Immanuel Häussermann, Rémy Coutable
1
+ Copyright (C) 2014 Immanuel Häussermann, Rémy Coutable
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -168,7 +168,7 @@ For questions please join us in our [Google group](http://groups.google.com/grou
168
168
 
169
169
  ## Maintainer
170
170
 
171
- [Rémy Coutable](https://github.com/rymai) ([@rymai](http://twitter.com/rymai), [rym.ai](http://rym.ai))
171
+ [Rémy Coutable](https://github.com/rymai)
172
172
 
173
173
  ## Contributors
174
174
 
@@ -64,7 +64,7 @@ module Guard
64
64
  engine = ::Haml::Engine.new(content, (options[:haml_options] || {}))
65
65
  engine.render
66
66
  rescue StandardError => error
67
- message = "HAML compilation failed!\nError: #{error.message}"
67
+ message = "HAML compilation of #{file} failed!\nError: #{error.message}"
68
68
  ::Guard::UI.error message
69
69
  Notifier.notify(false, message) if options[:notifications]
70
70
  throw :task_has_failed
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class HamlVersion
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Immanuel Häussermann
@@ -9,62 +9,62 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-07 00:00:00.000000000 Z
12
+ date: 2014-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '2.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: haml
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '3.0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '3.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: bundler
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  description: Compiles file.html.haml into file.html
@@ -74,13 +74,13 @@ executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
- - lib/guard/haml/notifier.rb
78
- - lib/guard/haml/templates/Guardfile
79
- - lib/guard/haml/version.rb
80
- - lib/guard/haml.rb
81
77
  - CHANGELOG.md
82
78
  - LICENSE
83
79
  - README.md
80
+ - lib/guard/haml.rb
81
+ - lib/guard/haml/notifier.rb
82
+ - lib/guard/haml/templates/Guardfile
83
+ - lib/guard/haml/version.rb
84
84
  homepage: https://rubygems.org/gems/guard-haml
85
85
  licenses:
86
86
  - MIT
@@ -91,17 +91,17 @@ require_paths:
91
91
  - lib
92
92
  required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.9.2
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - '>='
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.0.7
104
+ rubygems_version: 2.2.0
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Guard plugin for Haml