Skip to content

Commit bcf2309

Browse files
committed
Update gem summary.
1 parent 2684eb5 commit bcf2309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github_api.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
77
gem.authors = [ "Piotr Murach" ]
88
gem.email = ""
99
gem.homepage = 'http://peter-murach.github.io/github/'
10-
gem.summary = %q{ Ruby wrapper for the GitHub API v3}
11-
gem.description = %q{ Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern. }
10+
gem.summary = %q{ Ruby client for the official GitHub API }
11+
gem.description = %q{ Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. }
1212
gem.version = Github::VERSION::STRING.dup
1313

1414
gem.files = Dir['Rakefile', '{features,lib,spec}/**/*', 'README*', 'LICENSE*']

0 commit comments

Comments
 (0)