Skip to content

Commit 905653c

Browse files
committed
Change spec to reduce file size.
1 parent 458695b commit 905653c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

github_api.gemspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ require File.expand_path('../lib/github_api/version', __FILE__)
55
Gem::Specification.new do |gem|
66
gem.name = 'github_api'
77
gem.authors = [ "Piotr Murach" ]
8-
gem.email = ""
8+
gem.email = ''
99
gem.homepage = 'http://peter-murach.github.io/github/'
10-
gem.summary = %q{ Ruby client for the official GitHub API }
11-
gem.license = "MIT"
10+
gem.summary = 'Ruby client for the official GitHub API'
1211
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. }
12+
gem.license = "MIT"
1313
gem.version = Github::VERSION::STRING.dup
1414

15-
gem.files = Dir['Rakefile', '{features,lib,spec}/**/*', 'README*', 'LICENSE*']
15+
gem.files = Dir['{lib}/**/*']
1616
gem.require_paths = %w[ lib ]
17+
gem.extra_rdoc_files = ['LICENSE.txt', 'README.md']
1718

1819
gem.add_dependency 'addressable', '~> 2.3'
1920
gem.add_dependency 'hashie', '>= 3.3'

0 commit comments

Comments
 (0)