bigcartel-theme-fonts 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bigcartel-theme-fonts.gemspec +1 -1
- data/lib/bigcartel/theme/fonts/theme_fonts.yml +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 439c2324cb9eaaff44cedb6cec09799725eef6fe
|
4
|
+
data.tar.gz: c850756f604a8d964958688d488a63641a78f728
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef5aa6bc653ff28e183e67eac52f483d0892ed2335fca11b508de367d853568e5c45451a4751441cbf006b0c4038ead2dc41765c2d5c99c798bf80f2a328261c
|
7
|
+
data.tar.gz: a96c8cea40bd1b8678f16dbcbc99264d8b559e8144bf88436214f9a10cbd2d95f48f225e24b1ab055709ce8df446efb09a6dc0504a90c685a9f91b18e51f7717
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'bigcartel-theme-fonts'
|
7
|
-
spec.version = '1.1.
|
7
|
+
spec.version = '1.1.7'
|
8
8
|
spec.authors = ['Big Cartel']
|
9
9
|
spec.email = ['dev@bigcartel.com']
|
10
10
|
spec.description = %q{A simple class for working with Big Cartel's supported theme fonts.}
|
@@ -7,7 +7,7 @@ default:
|
|
7
7
|
|
8
8
|
arial_black:
|
9
9
|
name: Arial Black
|
10
|
-
family: 'Arial Black, Gadget, sans-serif'
|
10
|
+
family: 'Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif'
|
11
11
|
|
12
12
|
courier_new:
|
13
13
|
name: Courier New
|
@@ -211,4 +211,4 @@ google:
|
|
211
211
|
|
212
212
|
work_sans:
|
213
213
|
name: Work Sans
|
214
|
-
family: '"Work Sans", sans-serif'
|
214
|
+
family: '"Work Sans", sans-serif'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bigcartel-theme-fonts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Big Cartel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|