Skip to content

Commit

Permalink
include config file in gem
Browse files Browse the repository at this point in the history
to ease packaging
  • Loading branch information
mmoll committed Apr 15, 2015
1 parent 52b0de7 commit e5894c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/foreman_ssh.yml
@@ -0,0 +1,2 @@
:foreman_ssh:
:enable_module: true
2 changes: 1 addition & 1 deletion hammer_cli_foreman_ssh.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.license = 'GPLv3+'
s.summary = %q{Adds Remote SSH support to Hammer Foreman CLI}

s.files = Dir['lib/**/*.rb', 'LICENSE', 'README*']
s.files = Dir['{config,lib}/**/*', 'LICENSE', 'README*']
s.require_paths = ["lib"]

s.add_dependency 'hammer_cli', '>= 0.0.6'
Expand Down

0 comments on commit e5894c3

Please sign in to comment.