1 |
243b30b6
|
Eric D Helms
|
|
2 |
|
|
require File.expand_path('../lib/runcible/version', __FILE__)
|
3 |
|
|
|
4 |
|
|
Gem::Specification.new do |gem|
|
5 |
3e3ad61c
|
Partha Aji
|
gem.authors = ['Eric D Helms, Justin Sherrill']
|
6 |
|
|
gem.email = ['ehelms@redhat.com, jsherril@redhat.com']
|
7 |
f899d66a
|
Justin Sherrill
|
gem.description = "Exposing Pulp's juiciest components to the Ruby world."
|
8 |
3e3ad61c
|
Partha Aji
|
gem.summary = ''
|
9 |
|
|
gem.homepage = 'https://github.com/Katello/runcible'
|
10 |
243b30b6
|
Eric D Helms
|
|
11 |
3e3ad61c
|
Partha Aji
|
gem.files = Dir['lib/**/*.rb'] + ['LICENSE', 'Rakefile', 'Gemfile',
|
12 |
4cfbcefa
|
Justin Sherrill
|
'README.md', 'CONTRIBUTING.md']
|
13 |
3e3ad61c
|
Partha Aji
|
gem.test_files = gem.files.grep(/^(test)/)
|
14 |
|
|
gem.name = 'runcible'
|
15 |
|
|
gem.require_paths = ['lib']
|
16 |
243b30b6
|
Eric D Helms
|
gem.version = Runcible::VERSION
|
17 |
8acf8769
|
Eric D. Helms
|
|
18 |
cd2c2f54
|
Justin Sherrill
|
gem.add_dependency('json')
|
19 |
e5f2394a
|
Justin Sherrill
|
gem.add_dependency('rest-client', ['>= 1.6.1', '< 3.0.0'])
|
20 |
8acf8769
|
Eric D. Helms
|
gem.add_dependency('oauth')
|
21 |
|
|
gem.add_dependency('activesupport', '>= 3.0.10')
|
22 |
|
|
gem.add_dependency('i18n', '>= 0.5.0')
|
23 |
dcec3cd2
|
Eric D Helms
|
|
24 |
|
|
gem.add_development_dependency('yard')
|
25 |
|
|
gem.add_development_dependency('maruku')
|
26 |
243b30b6
|
Eric D Helms
|
end |