mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Use single quotes where possible.
This commit is contained in:
parent
eaa1723fba
commit
4620ad254d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
require File.expand_path("../lib/restclient/version", __FILE__)
|
||||
require File.expand_path('../lib/restclient/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'rest-client'
|
||||
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.license = 'MIT'
|
||||
s.email = 'rest.client@librelist.com'
|
||||
s.executables = ['restclient']
|
||||
s.extra_rdoc_files = ["README.rdoc", "history.md"]
|
||||
s.extra_rdoc_files = ['README.rdoc', 'history.md']
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue