don't require git to populate file list in gemspec

This commit is contained in:
stve 2015-02-09 16:41:16 -05:00
parent 6271356847
commit 160b5e32c0

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.author = 'Steve Agalloco' spec.author = 'Steve Agalloco'
spec.description = "Ruby Client for Instapaper's Full API" spec.description = "Ruby Client for Instapaper's Full API"
spec.email = 'steve.agalloco@gmail.com' 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.homepage = 'https://github.com/stve/instapaper'
spec.licenses = %w(MIT) spec.licenses = %w(MIT)
spec.name = 'instapaper' spec.name = 'instapaper'