Initial commit

This commit is contained in:
Gregory Eremin
2013-06-04 21:03:30 +04:00
commit 97960929cf
8 changed files with 104 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
require "rake_control/version"
module RakeControl
# Your code goes here...
end
+3
View File
@@ -0,0 +1,3 @@
module RakeControl
VERSION = "0.0.1"
end