active_frontend 15.0.1 → 15.0.2
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/app/assets/fonts/tiempos-headline/tiempos-headline-bold.woff +0 -0
- data/app/assets/fonts/tiempos-headline/tiempos-headline-normal.woff +0 -0
- data/app/assets/fonts/tiempos-headline/tiempos-headline-semibold.woff +0 -0
- data/app/assets/fonts/tiempos-headline/tiempos-headline-semilight.woff +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_variable.scss +2 -1
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5cbb400881fdea080cecccf77761bd2fd848d77c
|
|
4
|
+
data.tar.gz: efcc6ae5f00993589d3888d73688b3ba1907b230
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 579a001b01708cfd097b3571eb5c208658ca3ecdf637044b3f185f46b70ec766a3107437588d8c10391e41b75b325df3592be78e9dea42006b9d5a01d5dcceb0
|
|
7
|
+
data.tar.gz: b6cc2c48f6c1b65524416527cc1d5a855666ab99eafab364257443b6cdf510eda4bae5fed8cd9f71b30253c0c4c63209323a6de0def8f3e518c03ec3a72c1f39
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -171,6 +171,7 @@ $font-available-typography: (
|
|
|
171
171
|
branding: 'Branding',
|
|
172
172
|
fakt-pro: 'Fakt Pro',
|
|
173
173
|
fakt-soft-pro: 'Fakt Soft Pro',
|
|
174
|
+
tiempos-headline: 'Tiempos Headline',
|
|
174
175
|
ventura-edding: 'Ventura Edding'
|
|
175
176
|
);
|
|
176
177
|
$font-available-icons: (
|
|
@@ -181,7 +182,7 @@ $font-families: (
|
|
|
181
182
|
display: ('Ventura Edding', Verdana, Tahoma, sans-serif),
|
|
182
183
|
monospace: (Courier, Consolas, Menlo, Monaco, monospace),
|
|
183
184
|
sans-serif: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
|
|
184
|
-
serif: (Georgia, 'Times New Roman', serif)
|
|
185
|
+
serif: ('Tiempos Headline', Georgia, 'Times New Roman', serif)
|
|
185
186
|
);
|
|
186
187
|
$font-icon: 'Active Icons';
|
|
187
188
|
$font-indents: (
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.0.
|
|
4
|
+
version: 15.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -163,6 +163,10 @@ files:
|
|
|
163
163
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff
|
|
164
164
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff
|
|
165
165
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff
|
|
166
|
+
- app/assets/fonts/tiempos-headline/tiempos-headline-bold.woff
|
|
167
|
+
- app/assets/fonts/tiempos-headline/tiempos-headline-normal.woff
|
|
168
|
+
- app/assets/fonts/tiempos-headline/tiempos-headline-semibold.woff
|
|
169
|
+
- app/assets/fonts/tiempos-headline/tiempos-headline-semilight.woff
|
|
166
170
|
- app/assets/fonts/ventura-edding/ventura-edding-bold.woff
|
|
167
171
|
- app/assets/fonts/ventura-edding/ventura-edding-normal.woff
|
|
168
172
|
- app/assets/fonts/wysiwyg/wysiwyg.woff
|
|
@@ -573,7 +577,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
573
577
|
version: '0'
|
|
574
578
|
requirements: []
|
|
575
579
|
rubyforge_project:
|
|
576
|
-
rubygems_version: 2.6.
|
|
580
|
+
rubygems_version: 2.6.14
|
|
577
581
|
signing_key:
|
|
578
582
|
specification_version: 4
|
|
579
583
|
summary: ActiveFrontend Responsive Web Framework
|