material_design_lite-rails 1.2.0 → 1.2.1

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: e6c7c6955501d50199a2fc679787b9174ead9183
4
- data.tar.gz: 09bdd46cf1b76a8adee92c8188f9103b1054caac
3
+ metadata.gz: 933d0eec98e2344efbe143127ad415f2f51730cc
4
+ data.tar.gz: 9324a1215e4fa866a2295f3d70f890cad93a3add
5
5
  SHA512:
6
- metadata.gz: 7d563ab24d3b53b0736dd6704d97ee72916f002442e36a4caf77129170a6dae7039f6c73abb5b3835de8651b0a2c42f3b90378079ac88ead8a25026c87c9f832
7
- data.tar.gz: 9a0365d5708f3fd6c83539798efb9fc427fece03200d5518863ea5cd73f90c55f02ae67e35237641e137feb69700e720a3549b141d64a46719833ce3a29d6baa
6
+ metadata.gz: 8069f9413afa682daba19ae6d7657b9aa5802f3425a735abb427a37049ddd962ffe695f09bf769a71af6fa97aaa8536a62e979b46a9c4636809cbd95adeb0aa3
7
+ data.tar.gz: cd570df80a15f4a8ab074259f341da87bbae8590690db6842af1064bd2a9f44136c3c672945a8a4d661132727079aff48c6f656a0263de7e437131505823fcac
data/README.md CHANGED
@@ -7,7 +7,7 @@ A gemified version of [Google's Material Design Lite](http://www.getmdl.io/) lib
7
7
  To your Rails application's Gemfile, add
8
8
 
9
9
  ```ruby
10
- gem 'material_design_lite-rails'
10
+ gem 'material_design_lite-rails', '~> 1.2'
11
11
  ```
12
12
 
13
13
  And then run
@@ -1,5 +1,5 @@
1
1
  module MaterialDesignLite
2
2
  module Rails
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * material-design-lite - Material Design Components in CSS, JS and HTML
3
- * @version v1.2.0
3
+ * @version v1.2.1
4
4
  * @license Apache-2.0
5
5
  * @copyright 2015 Google, Inc.
6
6
  * @link https://github.com/google/material-design-lite
@@ -7510,7 +7510,7 @@ input.mdl-button[type="submit"] {
7510
7510
  font-size: 26px;
7511
7511
  line-height: 56px;
7512
7512
  font-family: Helvetica, Arial, sans-serif;
7513
- margin: 10px 12px;
7513
+ margin: 8px 12px;
7514
7514
  top: 0;
7515
7515
  left: 0;
7516
7516
  color: rgb(255,255,255);
@@ -7528,7 +7528,7 @@ input.mdl-button[type="submit"] {
7528
7528
  color: rgba(0, 0, 0, 0.5); } }
7529
7529
  @media screen and (min-width: 1025px) {
7530
7530
  .mdl-layout__drawer-button {
7531
- line-height: 64px; }
7531
+ line-height: 54px; }
7532
7532
  .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,
7533
7533
  .mdl-layout--fixed-drawer > .mdl-layout__drawer-button,
7534
7534
  .mdl-layout--no-drawer-button .mdl-layout__drawer-button {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_design_lite-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Collins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties