meta-tags 2.18.0 → 2.22.1
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 +0 -0
- data/CHANGELOG.md +48 -3
- data/README.md +208 -232
- data/certs/kpumuk.pem +19 -18
- data/lib/generators/meta_tags/install_generator.rb +1 -1
- data/lib/generators/meta_tags/templates/config/initializers/meta_tags.rb +9 -0
- data/lib/meta-tags.rb +1 -1
- data/lib/meta_tags/configuration.rb +24 -16
- data/lib/meta_tags/controller_helper.rb +3 -3
- data/lib/meta_tags/meta_tags_collection.rb +22 -22
- data/lib/meta_tags/railtie.rb +4 -4
- data/lib/meta_tags/renderer.rb +33 -29
- data/lib/meta_tags/text_normalizer.rb +20 -22
- data/lib/meta_tags/version.rb +1 -1
- data/lib/meta_tags/view_helper.rb +2 -2
- data/lib/meta_tags.rb +12 -12
- data/sig/lib/_internal/rails.rbs +3 -0
- data/sig/lib/meta_tags/configuration.rbs +7 -0
- data/sig/lib/meta_tags/controller_helper.rbs +1 -0
- data/sig/lib/meta_tags/text_normalizer.rbs +2 -2
- data/sig/lib/meta_tags/view_helper.rbs +2 -0
- data/sig/lib/meta_tags.rbs +2 -0
- data.tar.gz.sig +0 -0
- metadata +134 -39
- metadata.gz.sig +0 -0
- data/Gemfile +0 -30
- data/Rakefile +0 -49
- data/Steepfile +0 -15
- data/meta-tags.gemspec +0 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b864d37b7120ce40d31d430346d9e55eafe757a1e38db90df59ce60572f000d4
|
4
|
+
data.tar.gz: 3c5c15596adcd45d015aa27f4c9822907de71d45b4271323d7f304ae38612a5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78ca5a5ae64cad5b0605ba4b8448e155d375bd1a78f28547cec50b8685a8c4efa61829638a236282fcc9ac601a59e8e964510ea88c9aa20cef8b34d95052c1bc
|
7
|
+
data.tar.gz: 8fa6a70b783f41d67bd221d4b2fa8c0d58414f7dff199ebe1ce78e84ca2b3e94ccbe97b81c733027c7b5d68efe60da6fae132dc7108d229d274b0e9156e22b2d
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,50 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 2.22.1 (September 20, 2024) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.0...v2.22.1)
|
4
|
+
|
5
|
+
Changes:
|
6
|
+
|
7
|
+
- Removed `meta-tags.gemspec` and `Rakefile` from the gem package ([312](https://github.com/kpumuk/meta-tags/pull/312)
|
8
|
+
- 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
|
+
|
10
|
+
## 2.22.0 (July 15, 2024) [☰](https://github.com/kpumuk/meta-tags/compare/v2.21.0...v2.22.0)
|
11
|
+
|
12
|
+
Changes:
|
13
|
+
|
14
|
+
- Added support for Ruby on Rails 7.2 ([303](https://github.com/kpumuk/meta-tags/pull/303))
|
15
|
+
|
16
|
+
## 2.21.0 (April 11, 2024) [☰](https://github.com/kpumuk/meta-tags/compare/v2.20.0...v2.21.0)
|
17
|
+
|
18
|
+
Bugfixes:
|
19
|
+
|
20
|
+
- Removed a duplicated `title_tag_attributes` configuration from the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).
|
21
|
+
|
22
|
+
Changes:
|
23
|
+
|
24
|
+
- Ruby older than 3.0 is no longer supported.
|
25
|
+
- Added `truncate_on_natural_separator` configuration option to the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).
|
26
|
+
|
27
|
+
## 2.20.0 (December 26, 2023) [☰](https://github.com/kpumuk/meta-tags/compare/v2.19.0...v2.20.0)
|
28
|
+
|
29
|
+
Features:
|
30
|
+
|
31
|
+
- Introduced `truncate_on_natural_separator` configuration option to change or disable truncation on natural separator ([283](https://github.com/kpumuk/meta-tags/pull/283)).
|
32
|
+
- Introduced `title_tag_attributes` configuration option to add HTML attributes to the title tag ([284](https://github.com/kpumuk/meta-tags/pull/284)).
|
33
|
+
|
34
|
+
Changes:
|
35
|
+
|
36
|
+
- Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))
|
37
|
+
- Ruby on Rails < 6.0 is no longer supported.
|
38
|
+
|
39
|
+
## 2.19.0 (October 5, 2023) [☰](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
|
40
|
+
|
41
|
+
Changes:
|
42
|
+
|
43
|
+
- Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/246)).
|
44
|
+
- Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/251)).
|
45
|
+
- Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257))
|
46
|
+
- Added support for Rails 7.1 ([267](https://github.com/kpumuk/meta-tags/pull/267))
|
47
|
+
|
3
48
|
## 2.18.0 (September 15, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
|
4
49
|
|
5
50
|
Changes:
|
@@ -10,7 +55,7 @@ Changes:
|
|
10
55
|
|
11
56
|
Changes:
|
12
57
|
|
13
|
-
- Separate RBS files to _internal directory to avoid exposing RBS ([237](https://github.com/kpumuk/meta-tags/pull/237))
|
58
|
+
- Separate RBS files to \_internal directory to avoid exposing RBS ([237](https://github.com/kpumuk/meta-tags/pull/237))
|
14
59
|
- Added Ruby 3.1 to supported versions, Ruby 2.6 is minimum supported version ([235](https://github.com/kpumuk/meta-tags/pull/235/))
|
15
60
|
|
16
61
|
## 2.16.0 (September 24, 2021) [☰](https://github.com/kpumuk/meta-tags/compare/v2.15.0...v2.16.0)
|
@@ -175,7 +220,7 @@ Features:
|
|
175
220
|
|
176
221
|
Changes:
|
177
222
|
|
178
|
-
- Rails < 3.2 is
|
223
|
+
- Ruby on Rails < 3.2 is no longer supported
|
179
224
|
|
180
225
|
Features:
|
181
226
|
|
@@ -194,7 +239,7 @@ Bugfixes:
|
|
194
239
|
|
195
240
|
Changes:
|
196
241
|
|
197
|
-
- Ruby < 2.0 is
|
242
|
+
- Ruby < 2.0 is no longer supported
|
198
243
|
|
199
244
|
Features:
|
200
245
|
|