summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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