Skip to content

Commit eaa87b6

Browse files
committed
Add proper page.
1 parent 4c085c2 commit eaa87b6

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
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
66
gem.name = 'github_api'
77
gem.authors = [ "Piotr Murach" ]
88
gem.email = ""
9-
gem.homepage = 'https://github.com/peter-murach/github'
9+
gem.homepage = 'http://peter-murach.github.io/github/'
1010
gem.summary = %q{ Ruby wrapper for the GitHub API v3}
1111
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. }
1212
gem.version = Github::VERSION::STRING.dup

0 commit comments

Comments
 (0)