guard 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e38c860ae7fda9c43dd897e45f7f0a9459ee5c1f
4
- data.tar.gz: 94ee445e6732ad9878ea23bdf5cdd57b1ad3469d
3
+ metadata.gz: 4e1d7c529d6a5cd4e5c2380c23df591a3142c2c3
4
+ data.tar.gz: 875dd1d02b15e4f2a417a34d492cdb4feb61dd0b
5
5
  SHA512:
6
- metadata.gz: 1cd346ca3bef9172cab9c24a232747d972d8384d8c8ec4cf14f07e5754f5c71ddbbfbb65c5257892a6ef2a25bfb8323cb7380435ac5c200c04674d20d3802111
7
- data.tar.gz: d3db74a4b308f9572d9a8e8e0dc8b69092065ec90a45500e0340154d56560bc81eca7d0c23db3506b7cf01a783ae1705bbfbf37a7977c9a2e85374ff4196425f
6
+ metadata.gz: 6c1712377b0a2e164edf99dff15f3ea07647b5963d1f961f850021f6e7acba79719f47f27917223acdc386a404e2c95b0edbbcd9e24b8bad09779bbe3324c728
7
+ data.tar.gz: 227ed3338dbb01ef94ba96fccd1aea460f63c60747e1d0d3697148adfa32dbc23ac210d7ea9b1f83c9fcf5d4bebd5ab8d69f10d437a78b1324c00391850fcfda
@@ -174,7 +174,7 @@ module Guard
174
174
  notifier = _get_notifier_module(notifier[:name]).new(notifier[:options])
175
175
 
176
176
  begin
177
- notifier.notify(message, opts)
177
+ notifier.notify(message, opts.dup)
178
178
  rescue Exception => e
179
179
  ::Guard::UI.error "Error sending notification with #{ notifier.name }: #{ e.message }"
180
180
  ::Guard::UI.debug e.backtrace.join("\n")
data/lib/guard/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Guard
2
- VERSION = '2.2.1'
2
+ VERSION = '2.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-22 00:00:00.000000000 Z
11
+ date: 2013-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor