meta-tags 2.22.1 → 2.22.3

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: b864d37b7120ce40d31d430346d9e55eafe757a1e38db90df59ce60572f000d4
4
- data.tar.gz: 3c5c15596adcd45d015aa27f4c9822907de71d45b4271323d7f304ae38612a5d
3
+ metadata.gz: 5d14babad77499d7760b9227ee1c94901ab6926cf1c068c942bac1ab1d810567
4
+ data.tar.gz: 4a2009413ba29de63675dd5429f9341bda138c977c63ca449edc244c54bf731b
5
5
  SHA512:
6
- metadata.gz: 78ca5a5ae64cad5b0605ba4b8448e155d375bd1a78f28547cec50b8685a8c4efa61829638a236282fcc9ac601a59e8e964510ea88c9aa20cef8b34d95052c1bc
7
- data.tar.gz: 8fa6a70b783f41d67bd221d4b2fa8c0d58414f7dff199ebe1ce78e84ca2b3e94ccbe97b81c733027c7b5d68efe60da6fae132dc7108d229d274b0e9156e22b2d
6
+ metadata.gz: 04d053a661471fd3dec669571d11da00062b47a295a04c1a0d7f476e0c283fd258f1d751a2db00e684be7b0ab2b1b50a0496c2e1a796db1958303d408d6f20b8
7
+ data.tar.gz: b04ad7ecbc6f8b45316eb98ab7fe99a0ad515b2c2c4acb9df01eb71cb86b09a6fd33722a5076e0a94260faeb95bbccd4cebe7e81756e05f99ad749a61029e462
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,3 @@
1
- <�wb\�~x�A���0L�A�⓱�����*��6��� �@b70CX[:sT��iFsq�c�,�.oe�il����COg�Uo�8�8"��]h�^E�OBY���|�墈̐��9�;l��@!��L���:3�3!�(+�=��H�UOP�}K~ c��V�턍34�
2
- ������*�ލ��Յ������ڷ�=�yZa��/$�i�2�%�R�[~�W]�W[��ά�`W��G���ёerڿG TTS��p
1
+ ��C��, ���a��}H�@$Œ<ۘ�=�qIFDa7 k���a��(w�>L�>����mP,t)���-���ȏ�`�_
2
+ Y+N��N��t���dQ�.�]vn�
3
+ �α�g�ﶼ�/<;>�Ŭ��q 9�d�;��d��<��9�k���t
data/CHANGELOG.md CHANGED
@@ -1,10 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.22.3 (January 7, 2026) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.2...v2.22.3)
4
+
5
+ Changes:
6
+
7
+ - Upper limit for Ruby on Rails version is no longer enforced (https://github.com/kpumuk/meta-tags/pull/340)
8
+ - Added Ruby 4.0 the build matrix (https://github.com/kpumuk/meta-tags/pull/341)
9
+
10
+ ## 2.22.2 (October 25, 2025) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.1...v2.22.2)
11
+
12
+ Changes:
13
+
14
+ - Added Ruby on Rails 8.0 to the build matrix, removed Rails 6.0 ([321](https://github.com/kpumuk/meta-tags/pull/321))
15
+ - Added support for Ruby on Rails 8.1 ([337](https://github.com/kpumuk/meta-tags/pull/337))
16
+
3
17
  ## 2.22.1 (September 20, 2024) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.0...v2.22.1)
4
18
 
5
19
  Changes:
6
20
 
7
- - Removed `meta-tags.gemspec` and `Rakefile` from the gem package ([312](https://github.com/kpumuk/meta-tags/pull/312)
21
+ - Removed `meta-tags.gemspec` and `Rakefile` from the gem package ([312](https://github.com/kpumuk/meta-tags/pull/312))
8
22
  - Use GitHub actions to build, sign and publish the gem ([314](https://github.com/kpumuk/meta-tags/pull/314), [315](https://github.com/kpumuk/meta-tags/pull/315), [316](https://github.com/kpumuk/meta-tags/pull/316))
9
23
 
10
24
  ## 2.22.0 (July 15, 2024) [☰](https://github.com/kpumuk/meta-tags/compare/v2.21.0...v2.22.0)
data/CONTRIBUTING.md CHANGED
@@ -48,5 +48,4 @@ within couple days. We may suggest some changes or improvements or alternatives.
48
48
  Some things that will increase the chance that your pull request is accepted:
49
49
 
50
50
  - Write tests.
51
- - Make sure [CodeClimate](https://codeclimate.com/github/kpumuk/meta-tags/builds) build is clean.
52
51
  - Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
data/README.md CHANGED
@@ -3,8 +3,6 @@
3
3
  [![Tests](https://github.com/kpumuk/meta-tags/actions/workflows/tests.yml/badge.svg)](https://github.com/kpumuk/meta-tags/actions/workflows/tests.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/meta-tags.svg)](https://badge.fury.io/rb/meta-tags)
5
5
  [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)
6
- [![Code Climate](https://codeclimate.com/github/kpumuk/meta-tags/badges/gpa.svg)](https://codeclimate.com/github/kpumuk/meta-tags)
7
- [![Test Coverage](https://codeclimate.com/github/kpumuk/meta-tags/badges/coverage.svg)](https://codeclimate.com/github/kpumuk/meta-tags/coverage)
8
6
  [![Gem Downloads](https://img.shields.io/gem/dt/meta-tags.svg)](https://badge.fury.io/rb/meta-tags)
9
7
  [![Changelog](https://img.shields.io/badge/Changelog-latest-blue.svg)](https://github.com/kpumuk/meta-tags/blob/main/CHANGELOG.md)
10
8
 
@@ -12,10 +10,10 @@ Search Engine Optimization (SEO) plugin for Ruby on Rails applications.
12
10
 
13
11
  ## Ruby on Rails
14
12
 
15
- The MetaTags main branch fully supports Ruby on Rails 6.0+ and is tested against all major Ruby on Rails releases.
13
+ The MetaTags main branch fully supports Ruby on Rails 6.1+ and is tested against all major Ruby on Rails releases.
16
14
 
17
15
  > [!NOTE]
18
- > We no longer support Ruby versions older than 3.0 and Ruby on Rails older than 6.0 since they reached their end of life (see [Ruby](https://endoflife.date/ruby) and [Ruby on Rails](https://endoflife.date/rails)).
16
+ > We no longer support Ruby versions older than 3.0 and Ruby on Rails older than 6.1 since they reached their end of life (see [Ruby](https://endoflife.date/ruby) and [Ruby on Rails](https://endoflife.date/rails)).
19
17
 
20
18
  ## Installation
21
19
 
@@ -245,15 +243,15 @@ In order to update the page title, you can use the following trick. First, set t
245
243
  MetaTags.configure do |config|
246
244
  config.title_tag_attributes = {id: "page-title"}
247
245
  end
248
- ````
246
+ ```
249
247
 
250
248
  Now in your turbo frame, you can update the title using a turbo stream:
251
249
 
252
250
  ```html
253
251
  <turbo-frame ...>
254
- <turbo-stream action="update" target="page-title">
255
- <template>My new title</template>
256
- </turbo-stream>
252
+ <turbo-stream action="update" target="page-title">
253
+ <template>My new title</template>
254
+ </turbo-stream>
257
255
  </turbo-frame>
258
256
  ```
259
257
 
data/certs/kpumuk.pem CHANGED
@@ -1,7 +1,7 @@
1
1
  -----BEGIN CERTIFICATE-----
2
2
  MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MQ8wDQYDVQQDDAZrcHVt
3
3
  dWsxFjAUBgoJkiaJk/IsZAEZFgZrcHVtdWsxFDASBgoJkiaJk/IsZAEZFgRpbmZv
4
- MB4XDTI0MDcxNTIxMzIyNFoXDTI1MDcxNTIxMzIyNFowPzEPMA0GA1UEAwwGa3B1
4
+ MB4XDTI1MDkyOTE1MDM1M1oXDTI2MDkyOTE1MDM1M1owPzEPMA0GA1UEAwwGa3B1
5
5
  bXVrMRYwFAYKCZImiZPyLGQBGRYGa3B1bXVrMRQwEgYKCZImiZPyLGQBGRYEaW5m
6
6
  bzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALw2YroZc+IT+rs8NuPu
7
7
  c13DelrxrpAgPEu1zuRb3l7WaHRNWA4TyS8Z6Aa1G2O+FdUZNMW1n7IwP/QMJ9Mz
@@ -12,10 +12,10 @@ pJ3vGgO2sh5GvJFOPk1Vlur2nX9ZFznPEP1CEAQ+NFrmKRt355Z5sgOkAojSGnIL
12
12
  /1sCAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFPa4
13
13
  VFc1YOlV1u/7EGTwMCAk8YE9MB0GA1UdEQQWMBSBEmtwdW11a0BrcHVtdWsuaW5m
14
14
  bzAdBgNVHRIEFjAUgRJrcHVtdWtAa3B1bXVrLmluZm8wDQYJKoZIhvcNAQELBQAD
15
- ggEBADXj54X1y7Pw0Wp5wdniZE13a8EwWC41BEIsSoBLkGQhZ2OOR+5tVUM9kCwG
16
- kX6YdliORLuLevYXKiXFluiETwKTeAd6zUURy7eLlwQ1GvhE8wmGk0TQY11v8FMj
17
- 7AupDtulpP01gLDZwbysovu/3btfhrLVncJ2zIpB5sx68fDCOmOGSUbdgOCV+S+O
18
- CyTFctYlJNXZgv2kl76TII7jbZikT/7hVOhCO48OdMQ/s26zabbJrcV2pJOLKKkP
19
- BKX4xDo6SbsGmqjFkknT6WiiE94rQxGCb9JNiSyl3SncEw+Ysx6yVKYB5WAEy8s1
20
- M0VQvDzd77bxj3lx/P6ifll3yUs=
15
+ ggEBAFz/6+efHFEomTCA8V/eMpzaMkbj04cTmFxm28KiUO1F4vgbSIBx0bsMoJkH
16
+ KI956sPVVJMykwOdDUhRWBrHOVTBCGdkYWdb38KQKfwtkdGd8b/Afrxs5GuPME9r
17
+ TdfDc1aXCAPdLCajhpmuzfa1g8/W7ORdxwNQidYSSPJ5OvcAGSfxTHJsFseHjrBK
18
+ 9hdoXZgqc4a5defxoOZFD9Im9AUwFqwR8njCBST6FbCGmHIYNHj2hxbwrU/1I2Kg
19
+ pPzkBOwQl2p1ykAEUe7cwoqJcO+1rPeTHjudNqhOfc3VnMA8A7uXOkTtYNVhvApn
20
+ oW4hE/8SnZkQm8jzdi0iX9nWxo8=
21
21
  -----END CERTIFICATE-----
@@ -18,7 +18,7 @@ module MetaTags
18
18
  #
19
19
  # @param [ActionView::Base] view Rails view object.
20
20
  def render(view)
21
- tags = []
21
+ tags = [] # : Array[Tag]
22
22
 
23
23
  render_charset(tags)
24
24
  render_title(tags)
@@ -35,8 +35,8 @@ module MetaTags
35
35
  render_hashes(tags)
36
36
  render_custom(tags)
37
37
 
38
- tags.tap(&:compact!).map! { |tag| tag.render(view) }
39
- view.safe_join tags, MetaTags.config.minify_output ? "" : "\n"
38
+ rendered_tags = tags.tap(&:compact!).map { |tag| tag.render(view) }
39
+ view.safe_join rendered_tags, MetaTags.config.minify_output ? "" : "\n"
40
40
  end
41
41
 
42
42
  protected
@@ -159,7 +159,7 @@ module MetaTags
159
159
  return string_array if limit.nil? || limit <= 0
160
160
 
161
161
  length = 0
162
- result = []
162
+ result = [] # : Array[String]
163
163
 
164
164
  string_array.each do |string|
165
165
  limit_left = calculate_limit_left(limit, length, result, separator)
@@ -192,7 +192,7 @@ module MetaTags
192
192
  site_title, title, separator, global_limit
193
193
  )
194
194
 
195
- title = (title_limited_length > 0) ? truncate_array(title, title_limited_length, separator) : []
195
+ title = (title_limited_length > 0) ? truncate_array(title, title_limited_length, separator) : [] # : Array[String]
196
196
  site_title = (site_title_limited_length > 0) ? truncate(site_title, site_title_limited_length) : nil
197
197
  end
198
198
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MetaTags
4
4
  # Gem version.
5
- VERSION = "2.22.1"
5
+ VERSION = "2.22.3"
6
6
  public_constant :VERSION
7
7
  end
@@ -43,13 +43,13 @@ module ActiveSupport
43
43
  end
44
44
 
45
45
  interface _ActionControllerBase
46
- def render: (*untyped args) { () -> untyped } -> untyped
46
+ def render: (*untyped args) ?{ () -> untyped } -> untyped
47
47
  end
48
48
 
49
49
  interface _ActionViewBase
50
- def tag: (String name, ?Hash[String | Symbol, untyped] options, ?bool open) -> void
50
+ def tag: (String name, ?Hash[String | Symbol, untyped] options, ?bool open) -> String
51
51
 
52
- def content_tag: (String name, String content, ?Hash[String | Symbol, untyped] options, ?bool open) -> void
52
+ def content_tag: (String name, String content, ?Hash[String | Symbol, untyped] options, ?bool open) -> String
53
53
 
54
54
  def safe_join: (Array[String], String) -> String
55
55
 
@@ -1,5 +1,5 @@
1
1
  module MetaTags
2
2
  class ContentTag < Tag
3
- def render: (_ActionViewBase view) -> untyped
3
+ def render: (_ActionViewBase view) -> String
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ module MetaTags
5
5
  @page_description: String?
6
6
  @page_keywords: String? | Array[String]
7
7
 
8
- def render: (*untyped args) { () -> untyped } -> untyped
8
+ def render: (*untyped args) ?{ () -> untyped } -> untyped
9
9
 
10
10
  def set_meta_tags: (ViewHelper::meta_tags | (_MetaTagish & Object) meta_tags) -> void
11
11
 
@@ -5,7 +5,7 @@ module MetaTags
5
5
 
6
6
  def initialize: (String | Symbol name, ?Hash[String | Symbol, untyped] attributes) -> void
7
7
 
8
- def render: (_ActionViewBase view) -> void
8
+ def render: (_ActionViewBase view) -> String
9
9
 
10
10
  def prepare_attributes: (Hash[String | Symbol, untyped] attributes) -> Hash[String | Symbol, untyped]
11
11
  end
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- 1�h�ѱN9d-�w#i��Ԓ�3:�r��;���1 �W�-!�s�p��K홁��wL���9+���C��׵�,���y2�C&��"��^O{��v2z���t��"���gD5bLO�$b!HM�ɵC���=�6ӾЀ.ta9ވ��-Y�bI�ʰ@_[?��@R�Q8��\�i8�ȶ��e��,}��*l*�`�P����~`S�҄�E$}4�꿵��|� ����gX�F h��<���AlYׅ�!|W�
1
+ �,��0��:�9��QŬtis���ȷ��U��,A1?5B�Ѝ�$�)�,bF��5���YZ}j�J��Թ���f��ɺ��|��J����-��U�<δ�}��g����s;R���]'`�poo GO�!��S8�=3�
2
+ !v}9����
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta-tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.22.1
4
+ version: 2.22.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmytro Shteflyuk
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
13
  MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MQ8wDQYDVQQDDAZrcHVt
14
14
  dWsxFjAUBgoJkiaJk/IsZAEZFgZrcHVtdWsxFDASBgoJkiaJk/IsZAEZFgRpbmZv
15
- MB4XDTI0MDcxNTIxMzIyNFoXDTI1MDcxNTIxMzIyNFowPzEPMA0GA1UEAwwGa3B1
15
+ MB4XDTI1MDkyOTE1MDM1M1oXDTI2MDkyOTE1MDM1M1owPzEPMA0GA1UEAwwGa3B1
16
16
  bXVrMRYwFAYKCZImiZPyLGQBGRYGa3B1bXVrMRQwEgYKCZImiZPyLGQBGRYEaW5m
17
17
  bzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALw2YroZc+IT+rs8NuPu
18
18
  c13DelrxrpAgPEu1zuRb3l7WaHRNWA4TyS8Z6Aa1G2O+FdUZNMW1n7IwP/QMJ9Mz
@@ -23,14 +23,14 @@ cert_chain:
23
23
  /1sCAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFPa4
24
24
  VFc1YOlV1u/7EGTwMCAk8YE9MB0GA1UdEQQWMBSBEmtwdW11a0BrcHVtdWsuaW5m
25
25
  bzAdBgNVHRIEFjAUgRJrcHVtdWtAa3B1bXVrLmluZm8wDQYJKoZIhvcNAQELBQAD
26
- ggEBADXj54X1y7Pw0Wp5wdniZE13a8EwWC41BEIsSoBLkGQhZ2OOR+5tVUM9kCwG
27
- kX6YdliORLuLevYXKiXFluiETwKTeAd6zUURy7eLlwQ1GvhE8wmGk0TQY11v8FMj
28
- 7AupDtulpP01gLDZwbysovu/3btfhrLVncJ2zIpB5sx68fDCOmOGSUbdgOCV+S+O
29
- CyTFctYlJNXZgv2kl76TII7jbZikT/7hVOhCO48OdMQ/s26zabbJrcV2pJOLKKkP
30
- BKX4xDo6SbsGmqjFkknT6WiiE94rQxGCb9JNiSyl3SncEw+Ysx6yVKYB5WAEy8s1
31
- M0VQvDzd77bxj3lx/P6ifll3yUs=
26
+ ggEBAFz/6+efHFEomTCA8V/eMpzaMkbj04cTmFxm28KiUO1F4vgbSIBx0bsMoJkH
27
+ KI956sPVVJMykwOdDUhRWBrHOVTBCGdkYWdb38KQKfwtkdGd8b/Afrxs5GuPME9r
28
+ TdfDc1aXCAPdLCajhpmuzfa1g8/W7ORdxwNQidYSSPJ5OvcAGSfxTHJsFseHjrBK
29
+ 9hdoXZgqc4a5defxoOZFD9Im9AUwFqwR8njCBST6FbCGmHIYNHj2hxbwrU/1I2Kg
30
+ pPzkBOwQl2p1ykAEUe7cwoqJcO+1rPeTHjudNqhOfc3VnMA8A7uXOkTtYNVhvApn
31
+ oW4hE/8SnZkQm8jzdi0iX9nWxo8=
32
32
  -----END CERTIFICATE-----
33
- date: 2024-09-20 00:00:00.000000000 Z
33
+ date: 2026-01-07 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: actionpack
@@ -39,9 +39,6 @@ dependencies:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: 6.0.0
42
- - - "<"
43
- - !ruby/object:Gem::Version
44
- version: '8.1'
45
42
  type: :runtime
46
43
  prerelease: false
47
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,9 +46,6 @@ dependencies:
49
46
  - - ">="
50
47
  - !ruby/object:Gem::Version
51
48
  version: 6.0.0
52
- - - "<"
53
- - !ruby/object:Gem::Version
54
- version: '8.1'
55
49
  - !ruby/object:Gem::Dependency
56
50
  name: appraisal
57
51
  requirement: !ruby/object:Gem::Requirement
@@ -73,9 +67,6 @@ dependencies:
73
67
  - - ">="
74
68
  - !ruby/object:Gem::Version
75
69
  version: 3.2.0
76
- - - "<"
77
- - !ruby/object:Gem::Version
78
- version: '8.1'
79
70
  type: :development
80
71
  prerelease: false
81
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -83,9 +74,6 @@ dependencies:
83
74
  - - ">="
84
75
  - !ruby/object:Gem::Version
85
76
  version: 3.2.0
86
- - - "<"
87
- - !ruby/object:Gem::Version
88
- version: '8.1'
89
77
  - !ruby/object:Gem::Dependency
90
78
  name: rake
91
79
  requirement: !ruby/object:Gem::Requirement
@@ -143,61 +131,61 @@ dependencies:
143
131
  - !ruby/object:Gem::Version
144
132
  version: 0.22.0
145
133
  - !ruby/object:Gem::Dependency
146
- name: rubocop-rails
134
+ name: rubocop-rake
147
135
  requirement: !ruby/object:Gem::Requirement
148
136
  requirements:
149
137
  - - "~>"
150
138
  - !ruby/object:Gem::Version
151
- version: 2.26.0
139
+ version: '0.6'
152
140
  type: :development
153
141
  prerelease: false
154
142
  version_requirements: !ruby/object:Gem::Requirement
155
143
  requirements:
156
144
  - - "~>"
157
145
  - !ruby/object:Gem::Version
158
- version: 2.26.0
146
+ version: '0.6'
159
147
  - !ruby/object:Gem::Dependency
160
- name: rubocop-rake
148
+ name: rubocop-rspec
161
149
  requirement: !ruby/object:Gem::Requirement
162
150
  requirements:
163
151
  - - "~>"
164
152
  - !ruby/object:Gem::Version
165
- version: 0.6.0
153
+ version: '3.4'
166
154
  type: :development
167
155
  prerelease: false
168
156
  version_requirements: !ruby/object:Gem::Requirement
169
157
  requirements:
170
158
  - - "~>"
171
159
  - !ruby/object:Gem::Version
172
- version: 0.6.0
160
+ version: '3.4'
173
161
  - !ruby/object:Gem::Dependency
174
- name: rubocop-rspec
162
+ name: standard
175
163
  requirement: !ruby/object:Gem::Requirement
176
164
  requirements:
177
165
  - - "~>"
178
166
  - !ruby/object:Gem::Version
179
- version: 3.0.1
167
+ version: '1.31'
180
168
  type: :development
181
169
  prerelease: false
182
170
  version_requirements: !ruby/object:Gem::Requirement
183
171
  requirements:
184
172
  - - "~>"
185
173
  - !ruby/object:Gem::Version
186
- version: 3.0.1
174
+ version: '1.31'
187
175
  - !ruby/object:Gem::Dependency
188
- name: standard
176
+ name: standard-rails
189
177
  requirement: !ruby/object:Gem::Requirement
190
178
  requirements:
191
179
  - - "~>"
192
180
  - !ruby/object:Gem::Version
193
- version: '1.31'
181
+ version: '1.6'
194
182
  type: :development
195
183
  prerelease: false
196
184
  version_requirements: !ruby/object:Gem::Requirement
197
185
  requirements:
198
186
  - - "~>"
199
187
  - !ruby/object:Gem::Version
200
- version: '1.31'
188
+ version: '1.6'
201
189
  - !ruby/object:Gem::Dependency
202
190
  name: rspec_junit_formatter
203
191
  requirement: !ruby/object:Gem::Requirement
@@ -260,7 +248,7 @@ metadata:
260
248
  homepage_uri: https://github.com/kpumuk/meta-tags/
261
249
  source_code_uri: https://github.com/kpumuk/meta-tags/
262
250
  rubygems_mfa_required: 'true'
263
- post_install_message:
251
+ post_install_message:
264
252
  rdoc_options: []
265
253
  require_paths:
266
254
  - lib
@@ -275,8 +263,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
275
263
  - !ruby/object:Gem::Version
276
264
  version: '0'
277
265
  requirements: []
278
- rubygems_version: 3.4.19
279
- signing_key:
266
+ rubygems_version: 3.5.22
267
+ signing_key:
280
268
  specification_version: 4
281
269
  summary: Collection of SEO helpers for Ruby on Rails.
282
270
  test_files: []
metadata.gz.sig CHANGED
Binary file