rest-client--rest-client/Gemfile

12 lines
172 B
Ruby
Raw Permalink Normal View History

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