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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 642f1df628e627efa921c293c6b026b4f37d1259
4
- data.tar.gz: c6d4f411ad32f0a2e514f8f168f745aaacfb7a64
3
+ metadata.gz: 5cbb400881fdea080cecccf77761bd2fd848d77c
4
+ data.tar.gz: efcc6ae5f00993589d3888d73688b3ba1907b230
5
5
  SHA512:
6
- metadata.gz: 0f2d13a4eed3192c09aa5081fc23a0b93a69427ecafd4adf5fa25eb8f7db65eb50831e31a059eaa9b17d3a5ebda389704a42f9ba969b0847b93ec436b8567af2
7
- data.tar.gz: 4bea2b8339076782db21bf0ef36739bbee25fe91ab365a2398c6ae4b1a5d04b7144afe6b4501b44e93b55d2a626770c777fe1a9d664aa1d3a19a2ce519a5dd11
6
+ metadata.gz: 579a001b01708cfd097b3571eb5c208658ca3ecdf637044b3f185f46b70ec766a3107437588d8c10391e41b75b325df3592be78e9dea42006b9d5a01d5dcceb0
7
+ data.tar.gz: b6cc2c48f6c1b65524416527cc1d5a855666ab99eafab364257443b6cdf510eda4bae5fed8cd9f71b30253c0c4c63209323a6de0def8f3e518c03ec3a72c1f39
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.0.1'
4
+ VERSION ||= '15.0.2'
5
5
  end
@@ -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.1
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-12 00:00:00.000000000 Z
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.13
580
+ rubygems_version: 2.6.14
577
581
  signing_key:
578
582
  specification_version: 4
579
583
  summary: ActiveFrontend Responsive Web Framework