1
0
Fork 0
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:
Andy Brody 2014-03-12 18:03:14 -07:00
parent eaa1723fba
commit 4620ad254d

View file

@ -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'