lib/eye/notify/hipchat/version.rb in eye-notify-hipchat-0.0.2 vs lib/eye/notify/hipchat/version.rb in eye-notify-hipchat-0.0.3
- old
+ new
@@ -1,7 +1,8 @@
module Eye
class Notify
- class Hipchat
- VERSION = "0.0.2"
+ class Eye::Notify::Custom < Eye::Notify; end
+ class Hipchat < Eye::Notify::Custom
+ VERSION = "0.0.3"
end
end
end