Skip to content

Commit

Permalink
Fix name of the Collaborator module
Browse files Browse the repository at this point in the history
Closes GH-154
  • Loading branch information
weppos committed Apr 23, 2018
1 parent 6209a8e commit 69aa4bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

- Bump minimum Ruby requirement to 2.1
- Introduce Dnsimple::Struct::VanityNameServer (GH-144)
- Fix name inconsistency of the Collaborator module (GH-154)


#### 4.4.0
Expand Down
4 changes: 2 additions & 2 deletions lib/dnsimple/client/clients.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ class ContactsService < ClientService
require_relative 'domains_dnssec'
require_relative 'domains_email_forwards'
require_relative 'domains_pushes'
require_relative 'collaborators'
require_relative 'domains_collaborators'

class DomainsService < ClientService
include Client::Domains
include Client::DomainsDelegationSignerRecords
include Client::DomainsDnssec
include Client::DomainsEmailForwards
include Client::DomainsPushes
include Client::Collaborators
include Client::DomainsCollaborators
end


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Dnsimple
class Client
module Collaborators
module DomainsCollaborators

# Lists the collaborators for a domain.
#
Expand Down
File renamed without changes.

0 comments on commit 69aa4bb

Please sign in to comment.