dlegr250_material_design 0.1.4 → 0.1.5

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: 5188ae4c95e1eeeb8e390de63df735ea459cf2c3
4
- data.tar.gz: 718a5c09ba0a07c4a4a6080841a314d21cc26cff
3
+ metadata.gz: e4c40b7102306aac6ebbfd27486425bd902860f4
4
+ data.tar.gz: 411f68dd96b89beadc6dc50c11d195b82fc12cf7
5
5
  SHA512:
6
- metadata.gz: 7d850a1f029eb596298bc49b30b9fbcdee44eca3bfa032ebf836fe91f086d5fdf2447a1bd2f687f94ce54e86e0db89b3e4abb0934bd2b8d392956b85a695b7ad
7
- data.tar.gz: e6b7c4714acb9f0901aadbbaf7d40b749f5b0fa902db71fe3592bed9a5de9867b5a0dc5e2a8d2b367b5bf206e29a530bdec5d1fa5454f8b5d955f34412ccb56a
6
+ metadata.gz: 595bd524d5aef8497a49fada2ef51ce7afec3d87134d69ac268dc6ee51bf298683958016a4f48ad276917e21a603a5e371a599a33b3dcef31714281282ca7502
7
+ data.tar.gz: 72e15047c7982081348ac3aadd74e3ba356364bcd48d803cc1f3b1b2f30dd731dc01b331ceec6cebef136e679e3d57671b06c733131a7cf70ff82adc1e6fe7f5
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -39,7 +39,7 @@ class App.MD.Layout
39
39
  if @$main.length > 0
40
40
  if @$leftSidebar.length > 0
41
41
  @$main.hammer({}).bind("swiperight", =>
42
- if $(window).width() <= @$mediumWidth
42
+ if $(window).width() <= @$largeWidth
43
43
  @.showLeftSidebar()
44
44
  )
45
45
 
@@ -49,7 +49,7 @@ class App.MD.Layout
49
49
 
50
50
  if @$rightSidebar.length > 0
51
51
  @$main.hammer({}).bind("swipeleft", =>
52
- if $(window).width() <= @$mediumWidth
52
+ if $(window).width() <= @$largeWidth
53
53
  @.showRightSidebar()
54
54
  )
55
55
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand