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 +4 -4
- checksums.yaml.gz.sig +3 -2
- data/CHANGELOG.md +15 -1
- data/CONTRIBUTING.md +0 -1
- data/README.md +6 -8
- data/certs/kpumuk.pem +7 -7
- data/lib/meta_tags/renderer.rb +3 -3
- data/lib/meta_tags/text_normalizer.rb +2 -2
- data/lib/meta_tags/version.rb +1 -1
- data/sig/lib/_internal/rails.rbs +3 -3
- data/sig/lib/meta_tags/content_tag.rbs +1 -1
- data/sig/lib/meta_tags/controller_helper.rbs +1 -1
- data/sig/lib/meta_tags/tag.rbs +1 -1
- data.tar.gz.sig +2 -1
- metadata +25 -37
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d14babad77499d7760b9227ee1c94901ab6926cf1c068c942bac1ab1d810567
|
|
4
|
+
data.tar.gz: 4a2009413ba29de63675dd5429f9341bda138c977c63ca449edc244c54bf731b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04d053a661471fd3dec669571d11da00062b47a295a04c1a0d7f476e0c283fd258f1d751a2db00e684be7b0ab2b1b50a0496c2e1a796db1958303d408d6f20b8
|
|
7
|
+
data.tar.gz: b04ad7ecbc6f8b45316eb98ab7fe99a0ad515b2c2c4acb9df01eb71cb86b09a6fd33722a5076e0a94260faeb95bbccd4cebe7e81756e05f99ad749a61029e462
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
��C��,���a��}�H�@$<ۘ�=�qI�F�Da7k���a��(w�>L�>����mP,t)���-���ȏ�`�_
|
|
2
|
+
Y+N��N��t���dQ�.�]v�n�
|
|
3
|
+
�α�g�ﶼ�/<;>�Ŭ��q9�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
|
[](https://github.com/kpumuk/meta-tags/actions/workflows/tests.yml)
|
|
4
4
|
[](https://badge.fury.io/rb/meta-tags)
|
|
5
5
|
[](https://github.com/testdouble/standard)
|
|
6
|
-
[](https://codeclimate.com/github/kpumuk/meta-tags)
|
|
7
|
-
[](https://codeclimate.com/github/kpumuk/meta-tags/coverage)
|
|
8
6
|
[](https://badge.fury.io/rb/meta-tags)
|
|
9
7
|
[](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.
|
|
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.
|
|
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
|
-
|
|
255
|
-
|
|
256
|
-
|
|
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
|
-
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
ggEBAFz/6+efHFEomTCA8V/eMpzaMkbj04cTmFxm28KiUO1F4vgbSIBx0bsMoJkH
|
|
16
|
+
KI956sPVVJMykwOdDUhRWBrHOVTBCGdkYWdb38KQKfwtkdGd8b/Afrxs5GuPME9r
|
|
17
|
+
TdfDc1aXCAPdLCajhpmuzfa1g8/W7ORdxwNQidYSSPJ5OvcAGSfxTHJsFseHjrBK
|
|
18
|
+
9hdoXZgqc4a5defxoOZFD9Im9AUwFqwR8njCBST6FbCGmHIYNHj2hxbwrU/1I2Kg
|
|
19
|
+
pPzkBOwQl2p1ykAEUe7cwoqJcO+1rPeTHjudNqhOfc3VnMA8A7uXOkTtYNVhvApn
|
|
20
|
+
oW4hE/8SnZkQm8jzdi0iX9nWxo8=
|
|
21
21
|
-----END CERTIFICATE-----
|
data/lib/meta_tags/renderer.rb
CHANGED
|
@@ -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
|
|
39
|
-
view.safe_join
|
|
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
|
|
data/lib/meta_tags/version.rb
CHANGED
data/sig/lib/_internal/rails.rbs
CHANGED
|
@@ -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) ->
|
|
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) ->
|
|
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
|
|
|
@@ -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
|
|
data/sig/lib/meta_tags/tag.rbs
CHANGED
|
@@ -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) ->
|
|
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
|
+
�,��0��:�9��QŬtis���ȷ��U��,A1?5�B�Ѝ�$�)�,bF��5���Y�Z}�j�J��Թ���f��ɺ��|��J����-��U�<δ�}��g����s;R���]�'`�p�oo �G�O�!��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.
|
|
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
|
-
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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:
|
|
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-
|
|
134
|
+
name: rubocop-rake
|
|
147
135
|
requirement: !ruby/object:Gem::Requirement
|
|
148
136
|
requirements:
|
|
149
137
|
- - "~>"
|
|
150
138
|
- !ruby/object:Gem::Version
|
|
151
|
-
version:
|
|
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:
|
|
146
|
+
version: '0.6'
|
|
159
147
|
- !ruby/object:Gem::Dependency
|
|
160
|
-
name: rubocop-
|
|
148
|
+
name: rubocop-rspec
|
|
161
149
|
requirement: !ruby/object:Gem::Requirement
|
|
162
150
|
requirements:
|
|
163
151
|
- - "~>"
|
|
164
152
|
- !ruby/object:Gem::Version
|
|
165
|
-
version:
|
|
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:
|
|
160
|
+
version: '3.4'
|
|
173
161
|
- !ruby/object:Gem::Dependency
|
|
174
|
-
name:
|
|
162
|
+
name: standard
|
|
175
163
|
requirement: !ruby/object:Gem::Requirement
|
|
176
164
|
requirements:
|
|
177
165
|
- - "~>"
|
|
178
166
|
- !ruby/object:Gem::Version
|
|
179
|
-
version:
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
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
|