lib/github_api/client/repos.rb in github_api-0.18.2 vs lib/github_api/client/repos.rb in github_api-0.19.0

- old
+ new

@@ -13,10 +13,11 @@ 'contents', 'deployments', 'downloads', 'forks', 'hooks', + 'invitations', 'keys', 'merging', 'pages', 'projects', 'pub_sub_hubbub', @@ -30,10 +31,11 @@ name description homepage private has_issues + has_projects has_wiki has_downloads team_id auto_init gitignore_template @@ -64,10 +66,13 @@ namespace :forks # Access to Repos::Hooks API namespace :hooks + # Access to Repos::Invitations API + namespace :invitations + # Access to Repos::Keys API namespace :keys # Access to Repos::Merging API namespace :merging @@ -181,10 +186,10 @@ get_request("/repositories/#{arguments.id}", arguments.params) end alias :find_by_id :get_by_id - # Create a new repository for the autheticated user. + # Create a new repository for the authenticated user. # # @param [Hash] params # @option params [String] :name # Required string # @option params [String] :description