Create a Ruby on Rails gem

This commit is contained in:
Sebastian Roth
2015-05-27 21:48:50 -06:00
committed by David Morse
parent aa2053b6c6
commit b399504cd4
13 changed files with 116 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
module Gridster
module Rails
VERSION = "0.6.8"
end
end