From 28c0fc28a863f1a7dc181fd016c8fca8dcfa3862 Mon Sep 17 00:00:00 2001 From: winton Date: Sun, 29 Nov 2009 15:16:40 -0800 Subject: [PATCH] README --- README.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index e6a8299..e28bf4c 100644 --- a/README.markdown +++ b/README.markdown @@ -3,12 +3,16 @@ Secret Key Provides an accessor for a secret key stored in tmp. +Compatibility +------------- + +Tested with Ruby 1.8.6, 1.8.7, and 1.9.1. + Setup -----
-gem sources -a http://gems.github.com
-sudo gem install winton-secret_key
+sudo gem install secret_key --source http://gemcutter.org
 
Usage