restclient_with_cert 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/Rakefile +2 -0
- data/VERSION +1 -0
- data/lib/cert +3538 -0
- data/lib/restclient_with_cert.rb +26 -0
- data/restclient_with_cert.gemspec +17 -0
- metadata +88 -0
data/.gitignore
ADDED
data/Gemfile
ADDED
data/Rakefile
ADDED
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.0.2
|