Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dsmorse/gridster.js
Browse files Browse the repository at this point in the history
updates to make ruby on rails gem work. see pull Request #14 & #15
  • Loading branch information
David Morse committed May 31, 2015
2 parents 8997809 + 278afda commit aa598a5
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gridster",
"homepage": "dsmorse.github.io/gridster.js/",
"version": "0.6.9",
"version": "0.6.9.2",
"dependencies": {
"jquery": "^2.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! gridster.js - v0.6.9 - 2015-05-27
* http://gridster.net/
/*! gridster.js - v0.6.9.2 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

.gridster {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! gridster.js - v0.6.9 - 2015-05-27
* http://gridster.net/
/*! gridster.js - v0.6.9.2 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

;(function(root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.gridster.with-extras.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! gridster.js - v0.6.9 - 2015-05-27
* http://gridster.net/
/*! gridster.js - v0.6.9.2 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

;(function(root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/gridster.js-rails.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require "bootstrap-typeahead-rails/version"

module Gridster
module Rails
require "gridster.js-rails/engine"
end
end
6 changes: 6 additions & 0 deletions lib/gridster.js-rails/engine.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module Gridster
module Rails
class Engine < ::Rails::Engine
end
end
end
2 changes: 1 addition & 1 deletion lib/gridster.js-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Gridster
module Rails
VERSION = "0.6.9.1"
VERSION = "0.6.9.2"
end
end
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.6.9",
"homepage": "dsmorse.github.io/gridster.js/",
"version": "0.6.9.2",
"homepage": "https://dsmorse.github.io/gridster.js/",
"author": {
"name": "ducksboard"
},
Expand Down

0 comments on commit aa598a5

Please sign in to comment.