mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Use git ls-files -z.
This commit is contained in:
parent
d7ddc7e928
commit
a229af471e
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ Gem::Specification.new do |s|
|
|||
s.email = 'rest.client@librelist.com'
|
||||
s.executables = ['restclient']
|
||||
s.extra_rdoc_files = ["README.rdoc", "history.md"]
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- spec/*`.split("\n")
|
||||
s.files = `git ls-files -z`.split("\0")
|
||||
s.test_files = `git ls-files -z spec/`.split("\0")
|
||||
s.homepage = 'http://github.com/rest-client/rest-client'
|
||||
s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue