lentil 0.3.0 → 0.3.1

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: cc790c8e8d8fe34956d0258fa3e26d349676a692
4
- data.tar.gz: f071d713ce237797067c234ef47d2a22d5e06364
3
+ metadata.gz: dd98f997f2495b12ae5d38bc8d23ac3b2de72109
4
+ data.tar.gz: 0ad51644acda26f24c9673d168b29edb0d9486d9
5
5
  SHA512:
6
- metadata.gz: fb64e39f915689b55216b0a2bcf8fd451558d6a272acc6af24c3a3436ed226b28babd28650139d97797a6e54cbd1453b7249dabc24e26dc833b77ea2e19c6c0d
7
- data.tar.gz: 025923fe1ae7b2e97b65efcb8d10f6c82a0f8932d32e747451eedcbd520296980b9961ce0a0503186c40bf8eefba536da892c0a366ad54e6719b4a1093ac5376
6
+ metadata.gz: d39613263f4c4f043d64cb9264d0fb5eebfba32f50e8fa0115aa7907cf19cd9893bf80ab6162468457b6343e8b7d1b63e06cef1b1117a2591b2a4e30e539e969
7
+ data.tar.gz: 5e5bc82f305c6058f6e51a73ca0d820b075e10e2bd7e968204acf1059782b5c9a8bbf7ebf519d833fca07beed7f1bdf73d4b2f262894891b24eafe9eee46b533
@@ -49,7 +49,7 @@ img { max-width: 100%; }
49
49
 
50
50
  // Grid units
51
51
  // No explicit width by default
52
- .grid__cell {
52
+ .grid__cell, .grid-cell {
53
53
  width: 100%;
54
54
 
55
55
  display: -moz-inline-stack;
@@ -86,4 +86,4 @@ img { max-width: 100%; }
86
86
  .grid__cell--center {
87
87
  display: block;
88
88
  margin: 0 auto;
89
- }
89
+ }
@@ -1,3 +1,3 @@
1
1
  module Lentil
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lentil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Casden
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-11-10 00:00:00.000000000 Z
14
+ date: 2014-11-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails