- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub_pulls.gemspec
More file actions
Latest commit
22 lines (18 loc) · 766 Bytes
/
Copy pathgithub_pulls.gemspec
File metadata and controls
22 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- encoding: utf-8 -*-
requireFile.expand_path('../lib/github_pulls/version',__FILE__)
Gem::Specification.newdo |gem|
gem.authors=["HORII Keima"]
gem.email=["holy@aiming-inc.com"]
gem.description=%q{Library to get github pull requests}
gem.summary=%q{Only to get github pull requests}
gem.homepage=""
gem.files=`git ls-files`.split($\)
gem.executables=gem.files.grep(%r{^bin/}).map{ |f| File.basename(f)}
gem.test_files=gem.files.grep(%r{^(test|spec|features)/})
gem.name="github_pulls"
gem.require_paths=["lib"]
gem.version=GithubPulls::VERSION
gem.add_dependency('json')
gem.add_dependency('httpclient')
gem.add_development_dependency('rspec')
end