resque-notify 0.0.3 → 0.0.4

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: 078e8e644bf985ccdd7ab1829b2a52b8737c1323
4
- data.tar.gz: 8c867d03a2654f882cffb1987462da87ce1279ca
3
+ metadata.gz: 7b3da96d31cde7d8f0436b5c4daa5d46890985fd
4
+ data.tar.gz: ad0519e9ed84934bdec0f54361365b24a2e01ec6
5
5
  SHA512:
6
- metadata.gz: f4dd47308ce6082b1d5ca2449ecd51ac7cabd41db3df7ae20db3ad8be876fb08e1c9894a1bc4092345c5cb9345cd1df6a5fc61d2796524d74eb70dc3a1092687
7
- data.tar.gz: f3fc04269bb910ca8a376d47f8fe4279e5f2eb9d25ed09f41d23ee9b3cf6a271a550377952df156b8ab193c39447e48628119c2b1766d46133258c0d9992ec64
6
+ metadata.gz: 96f29db1ee3e33127cc0016285f3c3607f936d86868121bcb18a44c9f823296e95498638e89ff07a39e81ff86f1ac5c8e612612a9e7e9a0c1e7f4bc0731ce00c
7
+ data.tar.gz: 7fb70defdcd083b38ea6fb7e7d20a6b8623f7f9a445187e655d2b0b2fe937471da8dcd7cabb536de160157359c370ba35ba1157be26a24d1919d7bf6ddd6ef80
@@ -23,7 +23,7 @@
23
23
  function notifyFailed(failedClassText, failedError) {
24
24
  var failedLink = $('td.queue.failed').find('a').attr('href');
25
25
  var notification = new Notification(failedClassText + ' Failed', {
26
- icon: '/notify/public/failed.gif',
26
+ icon: '/resque/notify/public/failed.gif',
27
27
  body: "Exception Raised: " + failedError
28
28
  });
29
29
  clearInterval(checkFailedInterval);
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Resque
2
2
  module Plugins
3
3
  module Notify
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Coley