From c90d30621e042cc3e52ffc87e3491ab110a57e9e Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 24 Sep 2012 12:16:14 +0200 Subject: ported over proper ways of creating certs Will now use .txt as the extention Returns the actual content on .zipped With tests. --- leap_ca.gemspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'leap_ca.gemspec') diff --git a/leap_ca.gemspec b/leap_ca.gemspec index 01a2f33..43c2e27 100644 --- a/leap_ca.gemspec +++ b/leap_ca.gemspec @@ -20,5 +20,7 @@ Gem::Specification.new do |s| s.add_dependency "couchrest_model", "~> 2.0.0.beta2" s.add_dependency "daemons" s.add_dependency "yajl-ruby" + s.add_development_dependency "minitest", "~> 3.2.0" + s.add_development_dependency "mocha" end -- cgit v1.2.3