Skip to content

Commit

Permalink
chore: update RoR build process
Browse files Browse the repository at this point in the history
Prep for 0.6.10 release.
  • Loading branch information
David Morse committed May 31, 2015
1 parent aa598a5 commit c5da395
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<a name="v0.6.10"></a>
### v0.6.10 (2015-05-31)
* Add Ruby on Rails support

<a name="v0.6.9"></a>
### v0.6.9 (2015-05-27)
* bug fixes for positions and overlap
* dist modified to support webpack deployements
* new 'sticky' layout option which allows widgets to be places absolutely into a position on the grid.

<a name="v0.6.8"></a>
### v0.6.8 (2015-04-28)
Expand Down
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.2",
"version": "0.6.10",
"dependencies": {
"jquery": "^2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.9.2 - 2015-05-31
/*! gridster.js - v0.6.10 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.9.2 - 2015-05-31
/*! gridster.js - v0.6.10 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

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.

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

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

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.2"
VERSION = "0.6.10"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.6.9.2",
"version": "0.6.10",
"homepage": "https://dsmorse.github.io/gridster.js/",
"author": {
"name": "ducksboard"
Expand Down

0 comments on commit c5da395

Please sign in to comment.