Skip to content

Commit accba7a

Browse files
committed
Fix error.
1 parent abf3ebd commit accba7a

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
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
88
gem.email = ""
99
gem.homepage = 'http://peter-murach.github.io/github/'
1010
gem.summary = %q{ Ruby client for the official GitHub API }
11-
gem.license = [ "MIT" ]
11+
gem.license = "MIT"
1212
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. }
1313
gem.version = Github::VERSION::STRING.dup
1414

0 commit comments

Comments
 (0)