mui-sass 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 640d381821e1324ed59ddc19482df5491f0e7334
4
- data.tar.gz: 8057fb802c38951958c1787ae6d593a42d5901c0
3
+ metadata.gz: 0e8df0ff67c82cd52f76fd293070d8f354352bde
4
+ data.tar.gz: e65af4955e569461628fb21f7a7d6e9ac099fc52
5
5
  SHA512:
6
- metadata.gz: 0fa53095c60121fd5c078364654f2d1412832ef2b15886b9ef57e9c1db66dabf74720e5d4a7751edab7b293f2a151d006b8ba4ffd97bfca039a6d36264280402
7
- data.tar.gz: 284549e1faa915e1bddf20a128be37227e84a6c434011e2c5f6dfcfb792c604254838d8709db0fccddd4f943589d179656d3f713b11da82334aea173560105f0
6
+ metadata.gz: f2eeb7893c7f176f4ee107dff51277700681659442b7fc0587c1eeed363f64e28654d87d6b43a66dd0a66db5aff41dbae7b6b786f46454bdb018e686425a038d
7
+ data.tar.gz: 15c936bcf8947cfce076edc4d032236e2ae53315fd09f4591360b7711b47ded8aedfe4e688d710484560b70afa10845d74fb882e6867b897a0afc033bce45dd5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.1.21 (2015-08-06)
2
+
3
+ - Update gem's description
4
+
5
+ Framework version: MUI v0.1.21
6
+
1
7
  ## 0.1.20 (2015-08-05)
2
8
 
3
9
  Framework version: MUI v0.1.20
@@ -1,5 +1,5 @@
1
1
  module Mui
2
2
  module Sass
3
- VERSION = '0.1.20'
3
+ VERSION = '0.1.21'
4
4
  end
5
5
  end
data/mui-sass.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Dmitriy Tarasov']
10
10
  spec.email = ['info@rubysamurai.com']
11
11
 
12
- spec.summary = 'MUI framework, powered by Sass and ready to use in Ruby projects'
13
- spec.description = 'MUI framework, powered by Sass and ready to use in Ruby projects'
12
+ spec.summary = "MUI is a lightweight framework that follows Google's Material Design guidelines"
13
+ spec.description = "MUI is a lightweight framework that follows Google's Material Design guidelines"
14
14
  spec.homepage = 'https://github.com/rubysamurai/mui-sass'
15
15
  spec.license = 'MIT'
16
16
 
@@ -306,7 +306,7 @@ input[type="search"] {
306
306
  font-size: $mui-input-font-size;
307
307
  padding: 0 25px 0 0;
308
308
 
309
- &::ms-expand {
309
+ &::-ms-expand {
310
310
  display: none; // For IE
311
311
  }
312
312
 
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.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-05 00:00:00.000000000 Z
11
+ date: 2015-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '4.0'
69
- description: MUI framework, powered by Sass and ready to use in Ruby projects
69
+ description: MUI is a lightweight framework that follows Google's Material Design
70
+ guidelines
70
71
  email:
71
72
  - info@rubysamurai.com
72
73
  executables: []
@@ -168,5 +169,5 @@ rubyforge_project:
168
169
  rubygems_version: 2.4.7
169
170
  signing_key:
170
171
  specification_version: 4
171
- summary: MUI framework, powered by Sass and ready to use in Ruby projects
172
+ summary: MUI is a lightweight framework that follows Google's Material Design guidelines
172
173
  test_files: []