bigcartel-theme-fonts 1.3.1 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -6
- data/bigcartel-theme-fonts.gemspec +1 -1
- data/lib/bigcartel/theme/fonts/theme_fonts.yml +11 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fefdfcec41f6bd2747c4718d3d842b5816f85b51021838ecc7e87c17dd7f6b7a
|
4
|
+
data.tar.gz: fc517662a3aeb5b67fd71b80e22a4901cdf1e018ea8624563eeb21d255031873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d43cf682319563e58d4e0b95b65e11981852a30603a980ea496458874e533039c9a71b929b4fc347dce4a1347aec9fcc1e1997f7e6fab2926a5f06c01cbc724a
|
7
|
+
data.tar.gz: d991283b43bc1c0e9ada5be2a3e7aa71c14bcef4f9e15d0cb12446da5c00c02935f64b6375a9bbdb7878c2a36dc45f9e8d68f1c988a07115794a7786d64d6e3b
|
data/README.md
CHANGED
@@ -35,10 +35,8 @@ georgia.collection #=> 'default'
|
|
35
35
|
ThemeFont.google_font_url_for_all_fonts #=> "//fonts.googleapis.com/css?family=One|Two"
|
36
36
|
```
|
37
37
|
|
38
|
-
##
|
38
|
+
## How to Release a New Version
|
39
39
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
that. Once that’s done there is a rake task `rake release` that builds and
|
44
|
-
pushes the gem to rubygems.
|
40
|
+
1. Sign into rubygems.org with `gem signin`, credentials are in 1Password
|
41
|
+
2. Bump version in `bigcartel-theme-fonts.gemspec` and commit it if it hasn't been already
|
42
|
+
3. Run `bundle exec rake release` to cut a new version of the gem and upload it to RubyGems.org
|
@@ -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.3.
|
7
|
+
spec.version = '1.3.3'
|
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.}
|
@@ -56,7 +56,7 @@ google:
|
|
56
56
|
abril_fatface:
|
57
57
|
name: Abril Fatface
|
58
58
|
family: '"Abril Fatface", cursive'
|
59
|
-
|
59
|
+
|
60
60
|
amaranth:
|
61
61
|
name: Amaranth
|
62
62
|
family: '"Amaranth", serif'
|
@@ -82,12 +82,12 @@ google:
|
|
82
82
|
chewy:
|
83
83
|
name: Chewy
|
84
84
|
family: '"Chewy", cursive'
|
85
|
-
|
85
|
+
|
86
86
|
chivo:
|
87
87
|
name: Chivo
|
88
88
|
family: '"Chivo", sans-serif'
|
89
89
|
weights: "400,700"
|
90
|
-
|
90
|
+
|
91
91
|
cutive:
|
92
92
|
name: Cutive
|
93
93
|
family: '"Cutive", serif'
|
@@ -109,11 +109,11 @@ google:
|
|
109
109
|
name: Enriqueta
|
110
110
|
family: '"Enriqueta", serif'
|
111
111
|
weights: "400,700"
|
112
|
-
|
112
|
+
|
113
113
|
fauna_one:
|
114
114
|
name: Fauna One
|
115
115
|
family: '"Fauna One", serif'
|
116
|
-
|
116
|
+
|
117
117
|
fjord_one:
|
118
118
|
name: Fjord One
|
119
119
|
family: '"Fjord One", serif'
|
@@ -127,7 +127,7 @@ google:
|
|
127
127
|
name: Glegoo
|
128
128
|
family: '"Glegoo", serif'
|
129
129
|
weights: "400,700"
|
130
|
-
|
130
|
+
|
131
131
|
goudy_bookletter_1911:
|
132
132
|
name: Goudy Bookletter 1911
|
133
133
|
family: '"Goudy Bookletter 1911", serif'
|
@@ -206,11 +206,15 @@ google:
|
|
206
206
|
family: '"PT Serif", serif'
|
207
207
|
weights: "400,700"
|
208
208
|
|
209
|
+
questrial:
|
210
|
+
name: Questrial
|
211
|
+
family: '"Questrial", sans-serif'
|
212
|
+
|
209
213
|
raleway:
|
210
214
|
name: Raleway
|
211
215
|
family: '"Raleway", sans-serif'
|
212
216
|
weights: "400,700"
|
213
|
-
|
217
|
+
|
214
218
|
roboto:
|
215
219
|
name: Roboto
|
216
220
|
family: '"Roboto", 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.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Big Cartel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
108
|
rubyforge_project:
|
109
|
-
rubygems_version: 2.7.
|
109
|
+
rubygems_version: 2.7.7
|
110
110
|
signing_key:
|
111
111
|
specification_version: 4
|
112
112
|
summary: A simple class for working with Big Cartel's supported theme fonts from the
|