1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Adapt Windows root cert store code from puppet.

This commit is contained in:
Andy Brody 2014-03-30 17:41:51 -07:00
parent e30ecc8929
commit 1d0f0d9fa3
4 changed files with 121 additions and 0 deletions

View file

@ -2,6 +2,8 @@ source "https://rubygems.org"
gemspec
gem 'ffi', '~> 1.9', :platforms => [:mswin, :mingw]
group :test do
gem 'rake'
end