lolcommits-tranzlate 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8a4fdd00e3596c2d269767217f49222a335e87577667bdd4fa36b0f89aa80fc
4
- data.tar.gz: bae24312ae1abda389f35a5a87f09376f4ff96e62019214a8369e602ac729b6e
3
+ metadata.gz: 74aff45c56a3b9d6c994c8475338b5002d56004def057fc748a469d2bce13ed5
4
+ data.tar.gz: 5e9f14126f437b35830fa0f0a6532fc9e40b6979f7ead8931c534bd2bcc7104f
5
5
  SHA512:
6
- metadata.gz: c0b60aafc37c0dd8432408eda1d20224e9e72eec40790a9d0a15a775abe5393dd82a9057707470b9e0e23226a7fb0f76ea9429bd214cabf4d13661c3e72a5278
7
- data.tar.gz: 3edb6e5e487e818bbf1cdf43d23382ba3430df2adbc726589b0bb9715405ad5bc5895fcafe94071b8ab37b945d85c215e662d3206e73ac499e6325af76836892
6
+ metadata.gz: 5a709cc1c93cb741c130c1e758fd1aff66c9f1807b56ec2e2c520f77f385015cc762f72263db57ec5e31923efdd5f0bb9035710c30f6aa845cd228d7569d6525
7
+ data.tar.gz: 4621676ef39f271a8bf92d135fb0a4b417e39db44d9d4fc36505e01ef7572d3d93e5aaf387f691fc236ad86271b4c2e59202647f9b9ab59021870719800a111a
data/CHANGELOG.md CHANGED
@@ -9,9 +9,10 @@ project adheres to [Semantic Versioning][Semver].
9
9
 
10
10
  - Your contribution here!
11
11
 
12
- ## [0.5.1] - 2024-12-27
12
+ ## [0.5.2] - 2024-12-27
13
13
  ### Changed
14
14
  - Push gems with bundler (not GitHub actions)
15
+ - Updated documentation links
15
16
 
16
17
  ## [0.5.0] - 2024-09-23
17
18
  ### Removed
@@ -81,7 +82,8 @@ project adheres to [Semantic Versioning][Semver].
81
82
  ### Changed
82
83
  - Initial release
83
84
 
84
- [Unreleased]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.0...HEAD
85
+ [Unreleased]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.2...HEAD
86
+ [0.5.2]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.0...v0.5.2
85
87
  [0.5.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.4.0...v0.5.0
86
88
  [0.4.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.3.0...v0.4.0
87
89
  [0.3.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.2.0...v0.3.0
data/README.md CHANGED
@@ -89,7 +89,7 @@ The gem is available as open source under the terms of
89
89
  ## Links
90
90
 
91
91
  * [CI](https://github.com/lolcommits/lolcommits-tranzlate/actions/workflows/ci.yml)
92
- * [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-tranzlate)
92
+ * [RDoc](https://gemdocs.org/gems/lolcommits-tranzlate)
93
93
  * [Issues](http://github.com/lolcommits/lolcommits-tranzlate/issues)
94
94
  * [Report a bug](http://github.com/lolcommits/lolcommits-tranzlate/issues/new)
95
95
  * [Gem](http://rubygems.org/gems/lolcommits-tranzlate)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lolcommits
4
4
  module Tranzlate
5
- VERSION = "0.5.1".freeze
5
+ VERSION = "0.5.2".freeze
6
6
  end
7
7
  end
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.metadata = {
16
16
  "homepage_uri" => "https://github.com/lolcommits/lolcommits-tranzlate",
17
+ "documentation_uri" => "https://gemdocs.org/gems/lolcommits-tranzlate",
17
18
  "changelog_uri" => "https://github.com/lolcommits/lolcommits-tranzlate/blob/master/CHANGELOG.md",
18
19
  "source_code_uri" => "https://github.com/lolcommits/lolcommits-tranzlate",
19
20
  "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-tranzlate/issues",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-tranzlate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson
@@ -100,6 +100,7 @@ licenses:
100
100
  - LGPL-3.0
101
101
  metadata:
102
102
  homepage_uri: https://github.com/lolcommits/lolcommits-tranzlate
103
+ documentation_uri: https://gemdocs.org/gems/lolcommits-tranzlate
103
104
  changelog_uri: https://github.com/lolcommits/lolcommits-tranzlate/blob/master/CHANGELOG.md
104
105
  source_code_uri: https://github.com/lolcommits/lolcommits-tranzlate
105
106
  bug_tracker_uri: https://github.com/lolcommits/lolcommits-tranzlate/issues