eye-notify-hipchat 0.0.2 → 0.0.3

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: 7384e389bf69072aa0259e736a115e9315adeca0
4
- data.tar.gz: 4fad6ec2f6ae492b1262addd06674e53a6629093
3
+ metadata.gz: 826262c0809cddff98d59df83779d59647ac729c
4
+ data.tar.gz: 12cc86effdbe173f8ae2f96ea9019632179b61d2
5
5
  SHA512:
6
- metadata.gz: e2c0efd29544a072a7ac49cdfa4819ff3964704f1693327509c7b43ac8ff86a722bbac6e76a92a57886269832286fe725cfba3d82444a98050be9bc2f2a95b92
7
- data.tar.gz: 8504a2e4f4adf9df04432977783a5c635dbaa75be2b8e6772747b29259490422eade1a886b6110d69faf49bde337b33dd86012f39d668dae441c602e5c13ebbd
6
+ metadata.gz: 05dab276752db3809c262c344ea7a8de16b50093161a155deeb20952eb17b9bffa71a04e9899ba4044ee39516a0c700cd205cffc96c46024cba060c6e358d6d6
7
+ data.tar.gz: dad1d4c2dc8ba69f67435ce0b06d6febd755171a566bbbb6f979a0fe2a2cc2b159038e02799469544169c11fdbb705adfef5df08147aa35f9725b77163cf5930
@@ -6,6 +6,7 @@ module Eye
6
6
  class Notify
7
7
  class Hipchat < Eye::Notify::Custom
8
8
 
9
+ # require 'eye/notify/hipchat'
9
10
  # Eye.config do
10
11
  # hipchat api_token: 'asdf', name: 'Eye', notify: true, color: 'red'
11
12
  # contact :ops, :hipchat, 'ops-room'
@@ -1,7 +1,8 @@
1
1
  module Eye
2
2
  class Notify
3
- class Hipchat
4
- VERSION = "0.0.2"
3
+ class Eye::Notify::Custom < Eye::Notify; end
4
+ class Hipchat < Eye::Notify::Custom
5
+ VERSION = "0.0.3"
5
6
  end
6
7
  end
7
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eye-notify-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Schlesinger