my_dashboard 0.7.1 → 0.7.2

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: 1b8ac9c3fc145b815575717aa79c37822beb14a0
4
- data.tar.gz: 2500e0274cdc4a48f2759d02889e408c35478548
3
+ metadata.gz: c1ebdb220ad94171c8ce7ff8e91bf9340fea7f75
4
+ data.tar.gz: 3d4c78bd3a4f469a32eece5d810084b84efcc30e
5
5
  SHA512:
6
- metadata.gz: 2f4543b76c810ef4f98c71bc7b98bc7e3baf6d0df246f82ca2c6c6ccf90ab429c7a2f34f7a9a65beeaf0272d6dfcae3b8df7aa34f4ba9dd86a5973884a8fe2e4
7
- data.tar.gz: 791a4a2d37e2d88a19b959490dd4eb4211054c51bcfbaf9061bd336c4a29a8fd52c9676cb42d885de18759cc8d1d093d6547d3a1035e83864d11726d6718d0b9
6
+ metadata.gz: 4b526fdb7b37e86df0ab3d7dd81707a9cce91113c3179e26f22aad88cc877b4388e8dc3fe09e9f94fc1c0303077f896b626b398330eb0eb6d611e653dfccdae4
7
+ data.tar.gz: 4aa58a1e8018ef90ff8e429fa826e27b636db54d3d1282421577cbae17e36d94e8ee641d2f30f3e7629291e401786c3fbfe364d546e087f779a85c7b41638f37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ ## 0.7.2 (05/17/2016)
2
+
3
+ * Fix bugs with grid
4
+
1
5
  ## 0.7.1 (05/17/2016)
2
6
 
3
- * Enables grid margins generate
7
+ * Fix grid margins generate
4
8
 
5
9
  ## 0.7.0 (05/17/2016)
6
10
 
@@ -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: [5, 5]
14
- widget_base_dimensions: ['auto', 140]
13
+ widget_margins: MyDashboard.widget_margins
14
+ widget_base_dimensions: MyDashboard.widget_base_dimensions
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.1'
2
+ VERSION = '0.7.2'
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.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Vaz