typey 1.0.2 → 1.0.3
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 +4 -4
- data/stylesheets/typey/mixins/_typeset.scss +3 -3
- data/typey.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a1c139e99533ba0abdfb4d0dd7655b83ae682ba
|
|
4
|
+
data.tar.gz: b6bef027eae10d375ba0b52845d36c0ad7500af3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a60614ec5ebbf26ce47ef905cd118b421d0facf37d2a1b9f1d7033ed78022cf6c5434ae37c74a0a05c6e47fbf7150198db5d13a13d8c217a9c58230adf00dad
|
|
7
|
+
data.tar.gz: 8f6af191adc9f9cc474a816fe7169e6f342dd82baa36f2e4ed40cd9d18c24d19270be67a7aad2c83e8cf400b1bf2a3bf78a41d7628e999f242286e597ba57d0d
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
$font-size: $value;
|
|
39
39
|
}
|
|
40
40
|
// This is a line-height value.
|
|
41
|
-
@if type-of($value) == "number" and not(index($typestyle, $value) == 1) {
|
|
41
|
+
@else if type-of($value) == "number" and not(index($typestyle, $value) == 1) {
|
|
42
42
|
$line-height: $value;
|
|
43
43
|
}
|
|
44
44
|
// This is a font-weight value.
|
|
45
|
-
@if map-has-key($font-weight, $value) {
|
|
45
|
+
@else if map-has-key($font-weight, $value) {
|
|
46
46
|
$weight: $value;
|
|
47
47
|
}
|
|
48
48
|
// This is a case value.
|
|
49
|
-
@if type-of($value) == "string" and not(index($typestyle, $value) == 1) {
|
|
49
|
+
@else if type-of($value) == "string" and not(index($typestyle, $value) == 1) {
|
|
50
50
|
$case: $value;
|
|
51
51
|
}
|
|
52
52
|
}
|
data/typey.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.homepage = 'http://github.com/jptaranto/typey'
|
|
9
9
|
spec.rubyforge_project =
|
|
10
10
|
|
|
11
|
-
spec.version = '1.0.
|
|
12
|
-
spec.date = '2016-07-
|
|
11
|
+
spec.version = '1.0.3'
|
|
12
|
+
spec.date = '2016-07-19'
|
|
13
13
|
spec.licenses = ['GPL-2']
|
|
14
14
|
|
|
15
15
|
spec.authors = ['Jack Taranto']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jack Taranto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
|
75
|
-
rubyforge_project: 1.0.
|
|
75
|
+
rubyforge_project: 1.0.3
|
|
76
76
|
rubygems_version: 2.4.6
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|