ama_layout 11.2.0 → 11.3.0

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
  SHA256:
3
- metadata.gz: be475124a8106fe62f2b86a83bff16976e9f0833d06c6e919794ec43f45ffdca
4
- data.tar.gz: 4871ba936e915a8152f25a785eeb12a1f69e1d1521d6aa5c7af6037383ebdeef
3
+ metadata.gz: 03e53085e8cb2eed558a7102d1c76d075f1fad6220c91f686df0905d4e3d4094
4
+ data.tar.gz: fd44ddfbb30f32d000f4871281558588f870542159639e44c5d3263bc446d75d
5
5
  SHA512:
6
- metadata.gz: 1d3762084d76ecc3647cc40fc0c516596067647b99f6dfb939edaa25c99abb40ffa680e69109b12401178b39dfbf5da29c0530153aca5c3f676ce56c4806b207
7
- data.tar.gz: f3249c93b5d27bb95e61e0d3b2a21a62b727c2ef7cf224e0b99d6b63e5db0b19da8ca1daad608e3f7fa6316eb34fa098a8733a3cc6b4a1fe686633106cf68faf
6
+ metadata.gz: 55aaeaf994dc4421c7d6b3b821561f9b7679f1f9d06096ca4446a7908aea46a100f11aac1631091625c08e1afa133c30cd16f973e4272f6bda109c2128da4669
7
+ data.tar.gz: 492f0b0d4347e47dcc4b8b2d4fbd5f1a262bcdb1493dd182c850558d6340dd9c342a211e2fc2a177da8c590371a19df5d8076b20dc37c19f4a9ee32d1ddbb30f
@@ -0,0 +1,3 @@
1
+ <!-- Font Awesome Pro Kit -->
2
+ <script src="https://kit.fontawesome.com/9e8388a4d5.js" crossorigin="anonymous"></script>
3
+ <!-- End Font Awesome Pro Kit -->
@@ -0,0 +1,3 @@
1
+ <!-- Font Awesome Pro Kit -->
2
+ <script src="https://kit.fontawesome.com/9e8388a4d5.js" crossorigin="anonymous"></script>
3
+ <!-- End Font Awesome Pro Kit -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AmaLayout
4
- VERSION = '11.2.0'
4
+ VERSION = '11.3.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.2.0
4
+ version: 11.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darko Dosenovic
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2020-08-17 00:00:00.000000000 Z
16
+ date: 2020-08-19 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: breadcrumbs_on_rails
@@ -268,6 +268,7 @@ files:
268
268
  - app/views/ama_layout/v2/_custom_nav_links.html.erb
269
269
  - app/views/ama_layout/v2/_custom_sidebar.html.erb
270
270
  - app/views/ama_layout/v2/_font.html.erb
271
+ - app/views/ama_layout/v2/_font_awesome_pro_kit.html.erb
271
272
  - app/views/ama_layout/v2/_footer.html.erb
272
273
  - app/views/ama_layout/v2/_main_nav_item.html.erb
273
274
  - app/views/ama_layout/v2/_main_top_nav_item.html.erb
@@ -294,6 +295,7 @@ files:
294
295
  - app/views/ama_layout/v3/_custom_nav_links.html.erb
295
296
  - app/views/ama_layout/v3/_custom_sidebar.html.erb
296
297
  - app/views/ama_layout/v3/_font.html.erb
298
+ - app/views/ama_layout/v3/_font_awesome_pro_kit.html.erb
297
299
  - app/views/ama_layout/v3/_footer.html.erb
298
300
  - app/views/ama_layout/v3/_main_nav_item.html.erb
299
301
  - app/views/ama_layout/v3/_main_top_nav_item.html.erb
@@ -403,7 +405,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
403
405
  - !ruby/object:Gem::Version
404
406
  version: '0'
405
407
  requirements: []
406
- rubygems_version: 3.1.4
408
+ rubyforge_project:
409
+ rubygems_version: 2.7.6.2
407
410
  signing_key:
408
411
  specification_version: 4
409
412
  summary: ".ama.ab.ca site layouts"