Skip to content

Commit 6ae05b2

Browse files
committed
Change gem summary.
1 parent 840283b commit 6ae05b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
77
gem.homepage = 'https://github.com/peter-murach/github'
88
gem.require_paths = ['lib']
99
gem.summary = %q{ Ruby wrapper for the GitHub API v3}
10-
gem.description = %q{ Ruby wrapper that supports all of the GitHub API 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.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. }
1111
gem.version = Github::VERSION::STRING.dup
1212

1313
#gem.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)