bigcartel-theme-fonts 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7b57396c65d9381da092068e3b692452d4f5aa2
4
- data.tar.gz: dc64afa836f117d55088dd26b2f885a65d422822
3
+ metadata.gz: f6af5c33f782a7462d8fc203cef6ef8fa0d2ba24
4
+ data.tar.gz: 27843d232e60c9d563493417abffa441fb5a28fc
5
5
  SHA512:
6
- metadata.gz: 242a7d78dd1e8d8996f2c5df3564f63544019d832e74439e2c8322f3beae8ab820faddf57001883a54ee8e72667e2dace31ae2fbdca34cb27de98c07c27f8f92
7
- data.tar.gz: 40dad30f69292ffab13f749b2a49df1a5f253fc52481e49befe3a2658837fd7655427a5558bcf9b079343b7587e9d73c0eddccffb6f4149efc2407e3da55b855
6
+ metadata.gz: 8745401fb6b9f353757172a6515edca850735a5d492bd6631e5710237126cd7ea9db3396680aebfcc014fa6a828e0fa8c5bab734d2389421ba1153ae579905f6
7
+ data.tar.gz: cc37b413ba09e47387fb5962c359d0323cefce1a2fcab4a0014d01eb5d5b2270afbd54ed9a07380abc4c4713569ec863748e02952e9453e85eb51d6512511401
@@ -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.2'
7
+ spec.version = '1.1.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.}
@@ -129,6 +129,10 @@ google:
129
129
  name: Inconsolata
130
130
  family: '"Inconsolata", sans-serif'
131
131
 
132
+ karla:
133
+ name: karla
134
+ family: '"Karla", sans-serif'
135
+
132
136
  lato:
133
137
  name: Lato
134
138
  family: '"Lato", sans-serif'
@@ -201,3 +205,6 @@ google:
201
205
  name: Varela Round
202
206
  family: '"Varela Round", sans-serif'
203
207
 
208
+ work_sans:
209
+ name: Work Sans
210
+ family: '"Work Sans", sans-serif'
@@ -16,7 +16,7 @@ describe ThemeFont do
16
16
 
17
17
  it "should be in alphabetical order" do
18
18
  ThemeFont.all.first.name.should == 'Abril Fatface'
19
- ThemeFont.all.last.name.should == 'Verdana'
19
+ ThemeFont.all.last.name.should == 'karla'
20
20
  end
21
21
  end
22
22
 
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.2
4
+ version: 1.1.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: 2016-03-16 00:00:00.000000000 Z
11
+ date: 2016-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler