updates to make ruby on rails gem work. see pull Request #14 & #15
This commit is contained in:
David Morse
2015-05-31 10:16:20 -06:00
11 changed files with 26 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
require "bootstrap-typeahead-rails/version"
module Gridster
module Rails
require "gridster.js-rails/engine"
end
end
+6
View File
@@ -0,0 +1,6 @@
module Gridster
module Rails
class Engine < ::Rails::Engine
end
end
end
+1 -1
View File
@@ -1,5 +1,5 @@
module Gridster
module Rails
VERSION = "0.6.9.1"
VERSION = "0.6.9.2"
end
end