my_dashboard 0.7.0 → 0.7.1

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: a07da0697f00bf6206f54aebaecd0ae78130e052
4
- data.tar.gz: d411d0ece2d0ed0b5ee44f3d5d4e38711f43bb5f
3
+ metadata.gz: 1b8ac9c3fc145b815575717aa79c37822beb14a0
4
+ data.tar.gz: 2500e0274cdc4a48f2759d02889e408c35478548
5
5
  SHA512:
6
- metadata.gz: 6ebd8f458370b7f79e25dc9dccb89af4305d105809121c88e70076972d83cefb6c92c59cd16af5f986063afe4b835ece6783d1c77a43e780ff2c586af909cab0
7
- data.tar.gz: 1f54724f84465d26c4fc0f373681b748db64bf31deacfa5fbffddb8c668a1bce24583c2359a919898c6c50a5100e182a4705ed8010d585790c844fb57b4540a4
6
+ metadata.gz: 2f4543b76c810ef4f98c71bc7b98bc7e3baf6d0df246f82ca2c6c6ccf90ab429c7a2f34f7a9a65beeaf0272d6dfcae3b8df7aa34f4ba9dd86a5973884a8fe2e4
7
+ data.tar.gz: 791a4a2d37e2d88a19b959490dd4eb4211054c51bcfbaf9061bd336c4a29a8fd52c9676cb42d885de18759cc8d1d093d6547d3a1035e83864d11726d6718d0b9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.1 (05/17/2016)
2
+
3
+ * Enables grid margins generate
4
+
1
5
  ## 0.7.0 (05/17/2016)
2
6
 
3
7
  * Enable responsive option
@@ -10,8 +10,8 @@ MyDashboard.on 'ready', ->
10
10
  Batman.setImmediate ->
11
11
  $('.gridster').width(contentWidth)
12
12
  $('.gridster ul:first').gridster
13
- widget_margins: MyDashboard.widget_margins
14
- widget_base_dimensions: MyDashboard.widget_base_dimensions
13
+ widget_margins: [5, 5]
14
+ widget_base_dimensions: ['auto', 140]
15
15
  autogenerate_stylesheet: true
16
16
  min_cols: 1
17
17
  max_cols: 6
@@ -1,3 +1,3 @@
1
1
  module MyDashboard
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Vaz