Skip to content

Commit

Permalink
update gem docs link, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Dec 27, 2024
1 parent 6c85a73 commit 7f951a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ project adheres to [Semantic Versioning][Semver].

- Your contribution here!

## [0.5.1] - 2024-12-27
## [0.5.2] - 2024-12-27
### Changed
- Push gems with bundler (not GitHub actions)
- Updated documentation links

## [0.5.0] - 2024-09-23
### Removed
Expand Down Expand Up @@ -81,7 +82,8 @@ project adheres to [Semantic Versioning][Semver].
### Changed
- Initial release

[Unreleased]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.5.0...v0.5.2
[0.5.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/lolcommits/lolcommits-tranzlate/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The gem is available as open source under the terms of
## Links

* [CI](https://github.com/lolcommits/lolcommits-tranzlate/actions/workflows/ci.yml)
* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-tranzlate)
* [RDoc](https://gemdocs.org/gems/lolcommits-tranzlate)
* [Issues](http://github.com/lolcommits/lolcommits-tranzlate/issues)
* [Report a bug](http://github.com/lolcommits/lolcommits-tranzlate/issues/new)
* [Gem](http://rubygems.org/gems/lolcommits-tranzlate)
Expand Down
2 changes: 1 addition & 1 deletion lib/lolcommits/tranzlate/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Lolcommits
module Tranzlate
VERSION = "0.5.1".freeze
VERSION = "0.5.2".freeze
end
end
1 change: 1 addition & 0 deletions lolcommits-tranzlate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|

spec.metadata = {
"homepage_uri" => "https://github.com/lolcommits/lolcommits-tranzlate",
"documentation_uri" => "https://gemdocs.org/gems/lolcommits-tranzlate"
"changelog_uri" => "https://github.com/lolcommits/lolcommits-tranzlate/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/lolcommits/lolcommits-tranzlate",
"bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-tranzlate/issues",
Expand Down

0 comments on commit 7f951a4

Please sign in to comment.