Skip to content

Commit

Permalink
BREAKING CHANGE: Removes PubSubHubbub module and /hub API endpoint im…
Browse files Browse the repository at this point in the history
…plementation
  • Loading branch information
nickfloyd committed Mar 25, 2024
2 parents 14eae66 + cf26c9c commit f93820d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 214 deletions.
2 changes: 0 additions & 2 deletions lib/octokit/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
require 'octokit/client/organizations'
require 'octokit/client/pages'
require 'octokit/client/projects'
require 'octokit/client/pub_sub_hubbub'
require 'octokit/client/pull_requests'
require 'octokit/client/rate_limit'
require 'octokit/client/reactions'
Expand Down Expand Up @@ -118,7 +117,6 @@ class Client
include Octokit::Client::Organizations
include Octokit::Client::Pages
include Octokit::Client::Projects
include Octokit::Client::PubSubHubbub
include Octokit::Client::PullRequests
include Octokit::Client::RateLimit
include Octokit::Client::Reactions
Expand Down
111 changes: 0 additions & 111 deletions lib/octokit/client/pub_sub_hubbub.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

98 changes: 0 additions & 98 deletions spec/octokit/client/pub_sub_hubbub_spec.rb

This file was deleted.

0 comments on commit f93820d

Please sign in to comment.