about summary refs log tree commit homepage
path: root/projects/gem_plugin/resources/lib/project/init.rb
diff options
context:
space:
mode:
Diffstat (limited to 'projects/gem_plugin/resources/lib/project/init.rb')
-rw-r--r--projects/gem_plugin/resources/lib/project/init.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/gem_plugin/resources/lib/project/init.rb b/projects/gem_plugin/resources/lib/project/init.rb
deleted file mode 100644
index 7d6544a..0000000
--- a/projects/gem_plugin/resources/lib/project/init.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'gem_plugin'
-
-# give this class the name you want for your command <%= project %>
-class ChangeME < GemPlugin::Plugin "/somecategory"
-end
-