gridster-rails 0.2.1 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- /*! gridster.js - v0.2.1 - 2013-10-28
1
+ /*! gridster.js - v0.5.6 - 2014-09-25
2
2
  * http://gridster.net/
3
- * Copyright (c) 2013 ducksboard; Licensed MIT */
3
+ * Copyright (c) 2014 ducksboard; Licensed MIT */
4
4
 
5
5
  .gridster {
6
6
  position:relative;
@@ -8,11 +8,11 @@
8
8
 
9
9
  .gridster > * {
10
10
  margin: 0 auto;
11
- -webkit-transition: height .4s;
12
- -moz-transition: height .4s;
13
- -o-transition: height .4s;
14
- -ms-transition: height .4s;
15
- transition: height .4s;
11
+ -webkit-transition: height .4s, width .4s;
12
+ -moz-transition: height .4s, width .4s;
13
+ -o-transition: height .4s, width .4s;
14
+ -ms-transition: height .4s, width .4s;
15
+ transition: height .4s, width .4s;
16
16
  }
17
17
 
18
18
  .gridster .gs-w {
@@ -118,4 +118,4 @@
118
118
  /*.gridster .player {
119
119
  opacity:0;
120
120
  }
121
- */
121
+ */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridster-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Van Etten