bigcartel-theme-fonts 1.1.8 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +8 -0
- data/bigcartel-theme-fonts.gemspec +1 -1
- data/lib/bigcartel/theme/fonts/theme_fonts.yml +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f43edfee9943ab660cd6a9769b3b135c6a41b1c8ff4ec5c0388bd7309023f2c7
|
4
|
+
data.tar.gz: f03554bfad9c4b75cfa4c23c42b8bb51773b9903c472fdad0bb2f5ea4c8e60c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a59d9bcd61be1f1c6058342d731802a295ecb2009389b12386947c435bd5cfce7a0fb122297276b404626239d638613cf888d60a0ad59afc770daa58d9d07d0
|
7
|
+
data.tar.gz: 35cfdd4ed6e703688a614c13d383b985894d05a6ebad61cce267539298af3c1c442a2bd673d8401b28c1b53c1a50f67f797b353d81fdcc89bbc81d407132fa02
|
data/README.md
CHANGED
@@ -34,3 +34,11 @@ georgia.collection #=> 'default'
|
|
34
34
|
```ruby
|
35
35
|
ThemeFont.google_font_url_for_all_fonts #=> "//fonts.googleapis.com/css?family=One|Two"
|
36
36
|
```
|
37
|
+
|
38
|
+
## Rubygems Update
|
39
|
+
|
40
|
+
To update at rubygems run `gem push` and it should prompt you for a UN/PW. Use
|
41
|
+
rubygems credentials in BC 1password vault. Additionally, you'll need to also
|
42
|
+
increment the version number in the bigcartel-theme-fonts.gemspec and commit
|
43
|
+
that. Once that’s done there is a rake task `rake release` that builds and
|
44
|
+
pushes the gem to rubygems.
|
@@ -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.
|
7
|
+
spec.version = '1.2.0'
|
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.}
|
@@ -140,6 +140,10 @@ google:
|
|
140
140
|
lekton:
|
141
141
|
name: Lekton
|
142
142
|
family: '"Lekton", sans-serif'
|
143
|
+
|
144
|
+
libre_baskerville:
|
145
|
+
name: Libre Baskerville
|
146
|
+
family: '"Libre Baskerville", serif'
|
143
147
|
|
144
148
|
lobster_two:
|
145
149
|
name: Lobster Two
|
@@ -215,4 +219,4 @@ google:
|
|
215
219
|
|
216
220
|
work_sans:
|
217
221
|
name: Work Sans
|
218
|
-
family: '"Work Sans", sans-serif'
|
222
|
+
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.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Big Cartel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-06 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.
|
109
|
+
rubygems_version: 2.7.4
|
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
|