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 +4 -4
- data/CHANGELOG.md +4 -2
- data/README.md +1 -1
- data/lib/lolcommits/tranzlate/version.rb +1 -1
- data/lolcommits-tranzlate.gemspec +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74aff45c56a3b9d6c994c8475338b5002d56004def057fc748a469d2bce13ed5
|
4
|
+
data.tar.gz: 5e9f14126f437b35830fa0f0a6532fc9e40b6979f7ead8931c534bd2bcc7104f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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](
|
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)
|
@@ -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.
|
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
|