Skip to content

Commit

Permalink
actually include files in the gem...
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Oct 7, 2013
1 parent 29857f9 commit 9ebd75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rspec-nagios-formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
s.add_development_dependency("rake", ">= 10.0.0")

s.rubygems_version = ">= 1.6.1"
# s.files = `git ls-files`.split("\n")
# s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
# s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_path = "lib"
end

0 comments on commit 9ebd75a

Please sign in to comment.