Skip to content

Commit c5da395

Browse files
author
David Morse
committed
chore: update RoR build process
Prep for 0.6.10 release.
1 parent aa598a5 commit c5da395

10 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<a name="v0.6.10"></a>
2+
### v0.6.10 (2015-05-31)
3+
* Add Ruby on Rails support
4+
15
<a name="v0.6.9"></a>
26
### v0.6.9 (2015-05-27)
7+
* bug fixes for positions and overlap
8+
* dist modified to support webpack deployements
9+
* new 'sticky' layout option which allows widgets to be places absolutely into a position on the grid.
310

411
<a name="v0.6.8"></a>
512
### v0.6.8 (2015-04-28)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridster",
33
"homepage": "dsmorse.github.io/gridster.js/",
4-
"version": "0.6.9.2",
4+
"version": "0.6.10",
55
"dependencies": {
66
"jquery": "^2.1.3"
77
},

dist/jquery.gridster.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.9.2 - 2015-05-31
1+
/*! gridster.js - v0.6.10 - 2015-05-31
22
* https://dsmorse.github.io/gridster.js/
33
* Copyright (c) 2015 ducksboard; Licensed MIT */
44

dist/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.9.2 - 2015-05-31
1+
/*! gridster.js - v0.6.10 - 2015-05-31
22
* https://dsmorse.github.io/gridster.js/
33
* Copyright (c) 2015 ducksboard; Licensed MIT */
44

dist/jquery.gridster.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.with-extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.9.2 - 2015-05-31
1+
/*! gridster.js - v0.6.10 - 2015-05-31
22
* https://dsmorse.github.io/gridster.js/
33
* Copyright (c) 2015 ducksboard; Licensed MIT */
44

dist/jquery.gridster.with-extras.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gridster.js-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Gridster
22
module Rails
3-
VERSION = "0.6.9.2"
3+
VERSION = "0.6.10"
44
end
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gridster",
33
"title": "gridster.js",
44
"description": "a drag-and-drop multi-column jQuery grid plugin",
5-
"version": "0.6.9.2",
5+
"version": "0.6.10",
66
"homepage": "https://dsmorse.github.io/gridster.js/",
77
"author": {
88
"name": "ducksboard"

0 commit comments

Comments
 (0)