my_dashboard 0.6.0 → 0.7.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a08f6d12ac097e736c1f859be160cbb349cc3a3f
4
- data.tar.gz: 2d8195851bc66e3357b34e655d7f941477c86ee7
3
+ metadata.gz: a07da0697f00bf6206f54aebaecd0ae78130e052
4
+ data.tar.gz: d411d0ece2d0ed0b5ee44f3d5d4e38711f43bb5f
5
5
  SHA512:
6
- metadata.gz: f7da8600b6b66fa4f448d2728005d3c02442e211f28d98f3d7b30bcc7eed99f77b9eefc09a3892b06840fa2da09fa2a4c1b691ba39c2e4c7a1c148f643e2c696
7
- data.tar.gz: 2bcae0e06434e549d2ce349825ef1768aeb9591be710097f2d324d459cced81c3af717da71aad450075dbf5a578ae42ca3fc881501e5c85eba6c77adbcf68ba8
6
+ metadata.gz: 6ebd8f458370b7f79e25dc9dccb89af4305d105809121c88e70076972d83cefb6c92c59cd16af5f986063afe4b835ece6783d1c77a43e780ff2c586af909cab0
7
+ data.tar.gz: 1f54724f84465d26c4fc0f373681b748db64bf31deacfa5fbffddb8c668a1bce24583c2359a919898c6c50a5100e182a4705ed8010d585790c844fb57b4540a4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.0 (05/17/2016)
2
+
3
+ * Enable responsive option
4
+
1
5
  ## 0.6.0 (05/17/2016)
2
6
 
3
7
  * Update version gridster.js and gridster.css
@@ -12,7 +12,12 @@ MyDashboard.on 'ready', ->
12
12
  $('.gridster ul:first').gridster
13
13
  widget_margins: MyDashboard.widget_margins
14
14
  widget_base_dimensions: MyDashboard.widget_base_dimensions
15
+ autogenerate_stylesheet: true
16
+ min_cols: 1
17
+ max_cols: 6
15
18
  avoid_overlapped_widgets: !MyDashboard.customGridsterLayout
19
+ resize:
20
+ enabled: true
16
21
  draggable:
17
22
  stop: MyDashboard.showGridsterInstructions
18
23
  start: -> MyDashboard.currentWidgetPositions = MyDashboard.getWidgetPositions()
@@ -1,3 +1,3 @@
1
1
  module MyDashboard
2
- VERSION = '0.6.0'
2
+ VERSION = '0.7.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Vaz