Skip to content

Commit

Permalink
Merge pull request #207 from flavio/patch-1
Browse files Browse the repository at this point in the history
Add license to gemspec file
  • Loading branch information
piotrmurach committed Jan 21, 2015
2 parents bce6cba + 990b6db commit 57f67d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github_api.gemspec
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
gem.email = ""
gem.homepage = 'http://peter-murach.github.io/github/'
gem.summary = %q{ Ruby client for the official GitHub API }
gem.license = [ "MIT" ]
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. }
gem.version = Github::VERSION::STRING.dup

Expand Down

0 comments on commit 57f67d5

Please sign in to comment.