sidekiq-nag 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 0.0.4
2
+ * Add missing Tinder require call
3
+
1
4
  0.0.3
2
5
  * Add Tinder as a dependency
3
6
 
@@ -1,4 +1,6 @@
1
1
  class Sidekiq::Nag::Notifier
2
+ require 'tinder'
3
+
2
4
  def initialize
3
5
  campfire = Tinder::Campfire.new(config.subdomain, :token => config.token)
4
6
  @room = campfire.find_room_by_name(config.room)
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Nag
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: sidekiq-nag
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gary Greyling
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-12 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement