mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
don't require git to populate file list in gemspec
This commit is contained in:
parent
6271356847
commit
160b5e32c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue