Skip to content

Commit

Permalink
Ship Gemfile and gemspecs to allow tests to be run within gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Null Cating-Subramanian committed Oct 9, 2015
1 parent 977ac8f commit fd3ccdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef-provisioning-ssh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.bindir = "bin"
s.executables = %w( )
s.files = %w(Rakefile LICENSE README.md) + Dir.glob("{distro,lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
s.files = %w(Rakefile LICENSE README.md Gemfile) + Dir.glob("*.gemspec") +
Dir.glob("{distro,lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }

s.add_dependency 'chef-provisioning'

Expand Down

0 comments on commit fd3ccdf

Please sign in to comment.