From 160b5e32c08fbfff19985e2acbc09cbb275a06af Mon Sep 17 00:00:00 2001 From: stve Date: Mon, 9 Feb 2015 16:41:16 -0500 Subject: [PATCH] don't require git to populate file list in gemspec --- instapaper.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instapaper.gemspec b/instapaper.gemspec index 66fa697..01cebd6 100644 --- a/instapaper.gemspec +++ b/instapaper.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.author = 'Steve Agalloco' spec.description = "Ruby Client for Instapaper's Full API" spec.email = 'steve.agalloco@gmail.com' - spec.files = `git ls-files`.split("\n") + spec.files = %w(LICENSE.md README.md instapaper.gemspec) + Dir['lib/**/*.rb'] spec.homepage = 'https://github.com/stve/instapaper' spec.licenses = %w(MIT) spec.name = 'instapaper'