From 9681a80d803a6ac00e1fcc51063bb289903cc8d8 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 20 Jul 2011 22:17:42 +0000 Subject: [PATCH] sshfs-mapper: Reorganized project structure. git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1698 eaee96b3-f302-0410-b096-c6cfd47f7835 --- Gemfile.lock | 10 ++++++++++ sshfs-mapper.rb => bin/qasim-cli.rb | 0 qasim-gui/qasim.rb => bin/qasim-gui.rb | 0 qasim-gui/Gemfile | 2 -- qasim-gui/Gemfile.lock | 11 ----------- 5 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 Gemfile.lock rename sshfs-mapper.rb => bin/qasim-cli.rb (100%) rename qasim-gui/qasim.rb => bin/qasim-gui.rb (100%) delete mode 100644 qasim-gui/Gemfile delete mode 100644 qasim-gui/Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..4c9f069 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,10 @@ +GEM + remote: http://rubygems.org/ + specs: + rdebug (0.1) + +PLATFORMS + ruby + +DEPENDENCIES + rdebug diff --git a/sshfs-mapper.rb b/bin/qasim-cli.rb similarity index 100% rename from sshfs-mapper.rb rename to bin/qasim-cli.rb diff --git a/qasim-gui/qasim.rb b/bin/qasim-gui.rb similarity index 100% rename from qasim-gui/qasim.rb rename to bin/qasim-gui.rb diff --git a/qasim-gui/Gemfile b/qasim-gui/Gemfile deleted file mode 100644 index 92c6383..0000000 --- a/qasim-gui/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ - -gem "libnotify" diff --git a/qasim-gui/Gemfile.lock b/qasim-gui/Gemfile.lock deleted file mode 100644 index 54e65f9..0000000 --- a/qasim-gui/Gemfile.lock +++ /dev/null @@ -1,11 +0,0 @@ -GEM - specs: - ffi (1.0.9) - libnotify (0.5.7) - ffi (= 1.0.9) - -PLATFORMS - ruby - -DEPENDENCIES - libnotify