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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccc7036c95b58f9e1c33efd68f3b9dc16d64e9f4ad5d06296800a288f9f644da
4
- data.tar.gz: c8fde1a652894101de4f146217b43326e81980c1bd760042a2dacbd194abb0a8
3
+ metadata.gz: b864d37b7120ce40d31d430346d9e55eafe757a1e38db90df59ce60572f000d4
4
+ data.tar.gz: 3c5c15596adcd45d015aa27f4c9822907de71d45b4271323d7f304ae38612a5d
5
5
  SHA512:
6
- metadata.gz: 2672417d1d988f072ccc11d12f7d4a536b3e00ee376098972a9d945c11fc6ac6109f8baa0f87e98c33f549860384d41caa47c00496a3199edae6b4d60d88f956
7
- data.tar.gz: 83f2ff75eb5d41ec25b8c26932f718b186fa938f15b8fb5000840989ba5785a317d3337c1d363f3e3473a9c16d18e4b065272321c9a24172a763bfc74b8be2a5
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 not longer supported
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 not longer supported
242
+ - Ruby < 2.0 is no longer supported
198
243
 
199
244
  Features:
200
245