From f8420ab937741c404f338cf7e14f9eb554476a9b Mon Sep 17 00:00:00 2001 From: mkristian Date: Fri, 29 Oct 2010 16:00:54 +0530 Subject: [PATCH] more little docu fixes --- README.textile | 4 ++-- enforce-ssl-gem/README.textile | 2 +- enforce-ssl-gem/enforce-ssl.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.textile b/README.textile index bc4cb5f..922ea75 100644 --- a/README.textile +++ b/README.textile @@ -4,11 +4,11 @@ p. with the advent of hijacking tools for dummies like "firesheep":http://codebu p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*. -p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/ixtlan-guard/enforce-ssl-gem +p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/enforce-ssl/enforce-ssl-gem h2. demo rails application -p. the "demo":http://github.org/mkristian/ixtlan-guard/demo is a sample rails3 application with integration tests. see "readme":http://github.org/mkristian/ixtlan-guard/demo how to start the application and what limitations apply. +p. the "demo":http://github.org/mkristian/enforce-ssl/demo is a sample rails3 application with integration tests. see "readme":http://github.org/mkristian/enforce-ssl/demo how to start the application and what limitations apply. h2. run all the tests + integrations-tests in one go diff --git a/enforce-ssl-gem/README.textile b/enforce-ssl-gem/README.textile index 2d1abde..07ca18f 100644 --- a/enforce-ssl-gem/README.textile +++ b/enforce-ssl-gem/README.textile @@ -2,7 +2,7 @@ h1. Enforce SSL for you controllers p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*. -p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/ixtlan-guard/enforce-ssl-gem +p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/enforce-ssl/enforce-ssl-gem h2. usage diff --git a/enforce-ssl-gem/enforce-ssl.gemspec b/enforce-ssl-gem/enforce-ssl.gemspec index fb2c2a4..38dc12c 100644 --- a/enforce-ssl-gem/enforce-ssl.gemspec +++ b/enforce-ssl-gem/enforce-ssl.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.summary = 'enforce the use of SSL for all controller actions' s.description = 'enforce the use of SSL for all controller actions, skip the enforcement with skip_before_filter :enforce_ssl for selected actions. moto: secure everything, open where needed' - s.homepage = 'http://github.com/mkristian/ixtlan-guard' + s.homepage = 'http://github.com/mkristian/enforce-ssl' s.authors = ['mkristian'] s.email = ['m.kristian@web.de']