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