mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Use the Windows gemspec in the Gemfile on Windows.
This commit is contained in:
parent
6b706194b2
commit
cba459f27e
2 changed files with 6 additions and 2 deletions
6
Gemfile
6
Gemfile
|
|
@ -1,6 +1,10 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gemspec
|
||||
if !!File::ALT_SEPARATOR
|
||||
gemspec :name => 'rest-client.windows'
|
||||
else
|
||||
gemspec
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'rake'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue