Revision 9439ade5
Added by Thomas McKay almost 9 years ago
Gemfile | ||
---|---|---|
2 | 2 |
|
3 | 3 |
gemspec |
4 | 4 |
|
5 |
gem 'apipie-bindings', :path => "../apipie-bindings" |
|
6 |
gem 'hammer_cli', :path => "../hammer-cli" |
|
7 |
gem 'hammer_cli_foreman', :path => "../hammer-cli-foreman" |
|
8 |
gem 'hammer_cli_katello', :path => "../hammer-cli-katello" |
|
9 |
gem 'hammer_cli_foreman_tasks', :path => "../hammer-cli-foreman-tasks" |
|
10 |
|
|
11 | 5 |
group :test do |
12 | 6 |
gem 'rake' |
13 | 7 |
gem 'thor' |
... | ... | |
17 | 11 |
gem 'mocha' |
18 | 12 |
gem 'ci_reporter' |
19 | 13 |
end |
14 |
|
|
15 |
# load local gemfile |
|
16 |
local_gemfile = File.join(File.dirname(__FILE__), 'Gemfile.local') |
|
17 |
self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile) |
Also available in: Unified diff
removed hammer-it
adding config
cleaning it up
cleaning up tests
updated case statement