mui-sass 0.5.0 → 0.5.9

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: 5d19123415d6a6b5d63e574abeacc3fe62d55db2
4
- data.tar.gz: eeff58e5de5d07d188d98d38405e07a418e05952
3
+ metadata.gz: 3c5069babaeacc1eb606951de729f525812220c8
4
+ data.tar.gz: dec95aeec385c601b96f3705fe3e255d11aac31e
5
5
  SHA512:
6
- metadata.gz: b0c55c894bea7dc02ba139790ccb91d72e07cabb8ccc27db9f6e93ab33c43b1a14612305f21dc9207d859ce52101edb1758380948a770839a553e29a31fb3798
7
- data.tar.gz: 12c71053558466d9c354651dc3c8e8ec4c4cb9c8496ee0965fd8b9899a9c41d8fa4731e1f985f902ed15f37b43f425d6b94ae3936165637906f441ce4927cb6c
6
+ metadata.gz: f89ca357058baa5d38f3383b5fa9b91b426350a57a25d3a5bf2aaa343499203099ea4f1aa09bb7a051fc595c64f430a12419a5d7d8c0fadbead6094485b873af
7
+ data.tar.gz: 22d15bd712d1ce3ad818721455c87b8e92321d1fea994b5b27a45f6302fdd44bec86b651d62abe05e0a774c1e58f1180c83d69c525a01272dd80860ceb606304
@@ -2,9 +2,9 @@ language: ruby
2
2
 
3
3
  rvm:
4
4
  - 2.0.0
5
- - 2.1
6
- - 2.2
7
- - 2.3.0
5
+ - 2.1.9
6
+ - 2.2.5
7
+ - 2.3.1
8
8
 
9
9
  before_install: gem install bundler
10
10
 
@@ -1,3 +1,9 @@
1
+ ## 0.5.9 (2016-05-19)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Framework version: MUI v0.5.9
6
+
1
7
  ## 0.5.0 (2016-04-25)
2
8
 
3
9
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module Mui
2
2
  module Sass
3
- VERSION = '0.5.0'
3
+ VERSION = '0.5.9'
4
4
  end
5
5
  end
@@ -76,7 +76,7 @@ $xFormLabelLineHeight: floor($mui-label-font-size * 1.25);
76
76
 
77
77
  // Positioning
78
78
  position: absolute;
79
- z-index: 1;
79
+ z-index: 2;
80
80
 
81
81
  // Display
82
82
  min-width: 100%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-25 00:00:00.000000000 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  requirements: []
140
140
  rubyforge_project:
141
- rubygems_version: 2.4.8
141
+ rubygems_version: 2.5.1
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: MUI is a lightweight framework that follows Google's Material Design guidelines