From 47d9b54b10548bcc202dc5574431e69c5f4e5f40 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 14 Mar 2012 21:39:28 -0400 Subject: [PATCH] Re-namespacing the redis+ruby stuff ... because it was bothering me (I guess?) --- {redis-with-ruby => redis/with-ruby}/.gitignore | 0 {redis-with-ruby => redis/with-ruby}/Gemfile | 0 {redis-with-ruby => redis/with-ruby}/Gemfile.lock | 0 {redis-with-ruby => redis/with-ruby}/Rakefile | 0 {redis-with-ruby => redis/with-ruby}/earthquakes.rb | 0 {redis-with-ruby => redis/with-ruby}/eq-info.rb | 0 {redis-with-ruby => redis/with-ruby}/in-and-out.rb | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {redis-with-ruby => redis/with-ruby}/.gitignore (100%) rename {redis-with-ruby => redis/with-ruby}/Gemfile (100%) rename {redis-with-ruby => redis/with-ruby}/Gemfile.lock (100%) rename {redis-with-ruby => redis/with-ruby}/Rakefile (100%) rename {redis-with-ruby => redis/with-ruby}/earthquakes.rb (100%) rename {redis-with-ruby => redis/with-ruby}/eq-info.rb (100%) rename {redis-with-ruby => redis/with-ruby}/in-and-out.rb (100%) diff --git a/redis-with-ruby/.gitignore b/redis/with-ruby/.gitignore similarity index 100% rename from redis-with-ruby/.gitignore rename to redis/with-ruby/.gitignore diff --git a/redis-with-ruby/Gemfile b/redis/with-ruby/Gemfile similarity index 100% rename from redis-with-ruby/Gemfile rename to redis/with-ruby/Gemfile diff --git a/redis-with-ruby/Gemfile.lock b/redis/with-ruby/Gemfile.lock similarity index 100% rename from redis-with-ruby/Gemfile.lock rename to redis/with-ruby/Gemfile.lock diff --git a/redis-with-ruby/Rakefile b/redis/with-ruby/Rakefile similarity index 100% rename from redis-with-ruby/Rakefile rename to redis/with-ruby/Rakefile diff --git a/redis-with-ruby/earthquakes.rb b/redis/with-ruby/earthquakes.rb similarity index 100% rename from redis-with-ruby/earthquakes.rb rename to redis/with-ruby/earthquakes.rb diff --git a/redis-with-ruby/eq-info.rb b/redis/with-ruby/eq-info.rb similarity index 100% rename from redis-with-ruby/eq-info.rb rename to redis/with-ruby/eq-info.rb diff --git a/redis-with-ruby/in-and-out.rb b/redis/with-ruby/in-and-out.rb similarity index 100% rename from redis-with-ruby/in-and-out.rb rename to redis/with-ruby/in-and-out.rb