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

12 lines
149 B
Text
Raw Normal View History

2012-11-03 13:20:34 -04:00
source "https://rubygems.org"
if !!File::ALT_SEPARATOR
gemspec :name => 'rest-client.windows'
else
gemspec
end
2013-02-19 08:25:41 -05:00
group :test do
gem 'rake'
end