From fa1ef4b4f933e4dc9cb9f5b4df90597ae23d0b43 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Thu, 11 Sep 2008 20:53:38 -0700 Subject: [PATCH] slash and burn reorg --- lib/{couch_rest => }/commands.rb | 0 lib/{couch_rest => }/commands/generate.rb | 0 lib/{couch_rest => }/commands/push.rb | 0 lib/{ => couchrest}/couchrest.rb | 0 lib/{ => couchrest}/database.rb | 0 lib/{ => helpers}/file_manager.rb | 0 lib/{ => helpers}/pager.rb | 0 lib/{ => helpers}/streamer.rb | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename lib/{couch_rest => }/commands.rb (100%) rename lib/{couch_rest => }/commands/generate.rb (100%) rename lib/{couch_rest => }/commands/push.rb (100%) rename lib/{ => couchrest}/couchrest.rb (100%) rename lib/{ => couchrest}/database.rb (100%) rename lib/{ => helpers}/file_manager.rb (100%) rename lib/{ => helpers}/pager.rb (100%) rename lib/{ => helpers}/streamer.rb (100%) diff --git a/lib/couch_rest/commands.rb b/lib/commands.rb similarity index 100% rename from lib/couch_rest/commands.rb rename to lib/commands.rb diff --git a/lib/couch_rest/commands/generate.rb b/lib/commands/generate.rb similarity index 100% rename from lib/couch_rest/commands/generate.rb rename to lib/commands/generate.rb diff --git a/lib/couch_rest/commands/push.rb b/lib/commands/push.rb similarity index 100% rename from lib/couch_rest/commands/push.rb rename to lib/commands/push.rb diff --git a/lib/couchrest.rb b/lib/couchrest/couchrest.rb similarity index 100% rename from lib/couchrest.rb rename to lib/couchrest/couchrest.rb diff --git a/lib/database.rb b/lib/couchrest/database.rb similarity index 100% rename from lib/database.rb rename to lib/couchrest/database.rb diff --git a/lib/file_manager.rb b/lib/helpers/file_manager.rb similarity index 100% rename from lib/file_manager.rb rename to lib/helpers/file_manager.rb diff --git a/lib/pager.rb b/lib/helpers/pager.rb similarity index 100% rename from lib/pager.rb rename to lib/helpers/pager.rb diff --git a/lib/streamer.rb b/lib/helpers/streamer.rb similarity index 100% rename from lib/streamer.rb rename to lib/helpers/streamer.rb