meta-tags 2.19.0 → 2.21.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: 8492bea82b4f8198d1586fbf8455ad77fb86942deb24a176bc2905d680410e73
4
- data.tar.gz: 2bc51a95760a70183e21edfe6f7b5dc7f443b0eb1d5e4449a2da398f48074f71
3
+ metadata.gz: b91604b222ccb9fb7ec8d2c12d7d1ff383e70ef5ed8492a171a8de17ca57a86c
4
+ data.tar.gz: 7381502fdaa29f9e654065efec1f51a04d640cff4a98f36eb9942364acf5b9cc
5
5
  SHA512:
6
- metadata.gz: 781610100e7ec63c46e2f377cda42bbbec151009ddb45f17f353d6b4f6271b2645e4883b51ea476fbd5180f6fec14764d5ba7c69130f58cdf59ac90ad452add2
7
- data.tar.gz: ad30e462d9fc9b8fea8dd8244c13447e6a9221201485491960754b213bff085cf24522bb93d909ae1a16c9cf37b4770ce1c54f2427480875a06dde749c028eb0
6
+ metadata.gz: fc34a93f3955798b10590b4d479c906cf2862623b7f542168767f26d9348392ed36b8f9d87021df5bd31c153b286517ea4f66ff4988525057505eb7521f2039b
7
+ data.tar.gz: e83e0c4a19a688a0bee9b22878cb20cc632dc9bd85c252187ddfd0dc5575cfd87bcc432c4d80085232c872fc0c531a0b4ee29f4b01f9a17a02611b0c562315e5
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.21.0 (April 11, 2024)
4
+
5
+ Bugfixes:
6
+
7
+ - Removed a duplicated `title_tag_attributes` configuration from the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).
8
+
9
+ Changes:
10
+
11
+ - Ruby older than 3.0 is no longer supported.
12
+ - Added `truncate_on_natural_separator` configuration option to the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).
13
+
14
+ ## 2.20.0 (December 26, 2023)
15
+
16
+ Features:
17
+
18
+ - Introduced `truncate_on_natural_separator` configuration option to change or disable truncation on natural separator ([283](https://github.com/kpumuk/meta-tags/pull/283)).
19
+ - Introduced `title_tag_attributes` configuration option to add HTML attributes to the title tag ([284](https://github.com/kpumuk/meta-tags/pull/284)).
20
+
21
+ Changes:
22
+
23
+ - Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))
24
+ - Ruby on Rails < 6.0 is no longer supported.
25
+
3
26
  ## 2.19.0 (October 5, 2023) [☰](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
4
27
 
5
28
  Changes:
6
29
 
7
- - Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/251)).
8
- - Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/247)).
9
- - Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257/))
30
+ - Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/246)).
31
+ - Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/251)).
32
+ - Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257))
10
33
  - Added support for Rails 7.1 ([267](https://github.com/kpumuk/meta-tags/pull/267))
11
34
 
12
35
  ## 2.18.0 (September 15, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
@@ -184,7 +207,7 @@ Features:
184
207
 
185
208
  Changes:
186
209
 
187
- - Rails < 3.2 is not longer supported
210
+ - Ruby on Rails < 3.2 is no longer supported
188
211
 
189
212
  Features:
190
213
 
@@ -203,7 +226,7 @@ Bugfixes:
203
226
 
204
227
  Changes:
205
228
 
206
- - Ruby < 2.0 is not longer supported
229
+ - Ruby < 2.0 is no longer supported
207
230
 
208
231
  Features:
209
232