1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/Gemfile
2014-03-31 21:51:51 -07:00

11 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