12 lines
172 B
Ruby
12 lines
172 B
Ruby
|
source "https://rubygems.org"
|
||
|
|
||
|
if !!File::ALT_SEPARATOR
|
||
|
gemspec :name => 'rest-client.windows'
|
||
|
else
|
||
|
gemspec :name => 'rest-client'
|
||
|
end
|
||
|
|
||
|
group :test do
|
||
|
gem 'rake'
|
||
|
end
|