Skip to content

Commit

Permalink
Hipchat is dead (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho authored Jul 28, 2022
1 parent 441bd2f commit 1294510
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 173 deletions.
21 changes: 1 addition & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,14 @@ GEM
redis (>= 3.2, < 5.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
hipchat (1.6.0)
httparty
mimemagic
honeybadger (2.7.2)
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.3.1)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_portile2 (2.7.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nokogiri (1.13.0)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
pagerduty (2.1.2)
json (>= 1.7.7)
parallel (1.20.0)
parser (2.7.2.0)
ast (~> 2.4.1)
racc (1.6.0)
rainbow (3.0.0)
rake (13.0.1)
redis (3.3.5)
Expand Down Expand Up @@ -91,7 +73,6 @@ DEPENDENCIES
benchmark-ips (~> 2.3)
bugsnag (~> 4.0)
fakeredis (~> 0.5)
hipchat (~> 1.5)
honeybadger (~> 2.5)
pagerduty (~> 2.1.1)
rake (~> 13.0)
Expand All @@ -106,4 +87,4 @@ DEPENDENCIES
timecop (~> 0.8)

BUNDLED WITH
2.2.31
2.3.4
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Check out [stoplight-admin][] for controlling your stoplights.
- [Redis](#redis)
- [Notifiers](#notifiers)
- [Bugsnag](#bugsnag)
- [HipChat](#hipchat)
- [Honeybadger](#honeybadger)
- [Logger](#logger)
- [Pagerduty](#pagerduty)
Expand Down Expand Up @@ -311,22 +310,6 @@ Stoplight::Light.default_notifiers += [notifier]
# => [#<Stoplight::Notifier::IO:...>, #<Stoplight::Notifier::Bugsnag:...>]
```

#### HipChat

Make sure you have [the HipChat gem][] (`~> 1.5`) installed before configuring
Stoplight.

``` rb
require 'hipchat'
# => true
hip_chat = HipChat::Client.new('token')
# => #<HipChat::Client:...>
notifier = Stoplight::Notifier::HipChat.new(hip_chat, 'room')
# => #<Stoplight::Notifier::HipChat:...>
Stoplight::Light.default_notifiers += [notifier]
# => [#<Stoplight::Notifier::IO:...>, #<Stoplight::Notifier::HipChat:...>]
```

#### Honeybadger

Make sure you have [the Honeybadger gem][] (`~> 2.5`) installed before
Expand Down Expand Up @@ -516,7 +499,6 @@ Stoplight is licensed under [the MIT License][].
[the cool off time section]: #custom-cool-off-time
[the Redis gem]: https://rubygems.org/gems/redis
[the Bugsnag gem]: https://rubygems.org/gems/bugsnag
[the HipChat gem]: https://rubygems.org/gems/hipchat
[the Honeybadger gem]: https://rubygems.org/gems/honeybadger
[the Logger class]: http://ruby-doc.org/stdlib-2.2.3/libdoc/logger/rdoc/Logger.html
[the Rollbar gem]: https://rubygems.org/gems/rollbar
Expand Down
43 changes: 0 additions & 43 deletions lib/stoplight/notifier/hip_chat.rb

This file was deleted.

91 changes: 0 additions & 91 deletions spec/stoplight/notifier/hip_chat_spec.rb

This file was deleted.

1 change: 0 additions & 1 deletion stoplight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('benchmark-ips', '~> 2.3')
gem.add_development_dependency('bugsnag', '~> 4.0')
gem.add_development_dependency('fakeredis', '~> 0.5')
gem.add_development_dependency('hipchat', '~> 1.5')
gem.add_development_dependency('honeybadger', '~> 2.5')
gem.add_development_dependency('pagerduty', '~> 2.1.1')
gem.add_development_dependency('rake', '~> 13.0')
Expand Down

0 comments on commit 1294510

Please sign in to comment.