summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-12-17 14:56:44 +0100
committerAzul <azul@riseup.net>2012-12-17 14:56:44 +0100
commitd2d61264d4ab74cdb4d5de6907634ebcb0bde2ff (patch)
treed68b0f7215a2668cfc204b53d475d2a82e723e92
parent19866d5ff04f5345986055e193b79bb000eb63ce (diff)
need rake for running tests
-rw-r--r--README.md9
-rw-r--r--leap_ca.gemspec1
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index af02f7f..8947ddc 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,15 @@ Rake Tasks
rake test # Run tests
rake uninstall # Uninstall leap_ca-x.x.x.gem from either system-wide or user gems
+Development
+--------------------
+
+For development and debugging you might want to run the programm directly without
+the deamon wrapper. You can do this like this:
+
+ ruby -I lib lib/leap_ca_daemon.rb
+
+
Todo
----------------------------
diff --git a/leap_ca.gemspec b/leap_ca.gemspec
index 1b412ac..a873d94 100644
--- a/leap_ca.gemspec
+++ b/leap_ca.gemspec
@@ -25,4 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency "certificate_authority"
s.add_development_dependency "minitest", "~> 3.2.0"
s.add_development_dependency "mocha"
+ s.add_development_dependency "rake"
end