Skip to content

Commit

Permalink
fixed file list in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 22, 2013
1 parent 76fc038 commit 0feaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '~> 0.13'
s.add_development_dependency 'puma', '~> 2.3.2'

s.files = `git ls-files`.split('\n')
s.files = `git ls-files`.split("\n")
s.require_path = 'lib'
end

0 comments on commit 0feaf85

Please sign in to comment.