Skip to content

Commit 803f102

Browse files
committed
chore: update repository URLs to reflect migration to u-gems organization
1 parent 31221bf commit 803f102

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -535,19 +535,19 @@ Person::Struct.new
535535

536536
<p align="right">(<a href="#changelog-">⬆️ &nbsp;back to top</a>)</p>
537537

538-
[Unreleased]: https://github.com/serradura/u-struct/compare/v1.1.0...HEAD
539-
[1.1.0]: https://github.com/serradura/u-struct/compare/v1.0.0...v1.1.0
540-
[1.0.0]: https://github.com/serradura/u-struct/compare/v0.12.0...v1.0.0
541-
[0.12.0]: https://github.com/serradura/u-struct/compare/v0.11.0...v0.12.0
542-
[0.11.0]: https://github.com/serradura/u-struct/compare/v0.10.0...v0.11.0
543-
[0.10.0]: https://github.com/serradura/u-struct/compare/v0.9.0...v0.10.0
544-
[0.9.0]: https://github.com/serradura/u-struct/compare/v0.8.0...v0.9.0
545-
[0.8.0]: https://github.com/serradura/u-struct/compare/v0.7.0...v0.8.0
546-
[0.7.0]: https://github.com/serradura/u-struct/compare/v0.6.0...v0.7.0
547-
[0.6.0]: https://github.com/serradura/u-struct/compare/v0.5.0...v0.6.0
548-
[0.5.0]: https://github.com/serradura/u-struct/compare/v0.4.0...v0.5.0
549-
[0.4.0]: https://github.com/serradura/u-struct/compare/v0.3.1...v0.4.0
550-
[0.3.1]: https://github.com/serradura/u-struct/compare/v0.3.0...v0.3.1
551-
[0.3.0]: https://github.com/serradura/u-struct/compare/v0.2.0...v0.3.0
552-
[0.2.0]: https://github.com/serradura/u-struct/compare/v0.1.0...v0.2.0
553-
[0.1.0]: https://github.com/serradura/u-struct/releases/tag/v0.1.0
538+
[Unreleased]: https://github.com/u-gems/u-struct/compare/v1.1.0...HEAD
539+
[1.1.0]: https://github.com/u-gems/u-struct/compare/v1.0.0...v1.1.0
540+
[1.0.0]: https://github.com/u-gems/u-struct/compare/v0.12.0...v1.0.0
541+
[0.12.0]: https://github.com/u-gems/u-struct/compare/v0.11.0...v0.12.0
542+
[0.11.0]: https://github.com/u-gems/u-struct/compare/v0.10.0...v0.11.0
543+
[0.10.0]: https://github.com/u-gems/u-struct/compare/v0.9.0...v0.10.0
544+
[0.9.0]: https://github.com/u-gems/u-struct/compare/v0.8.0...v0.9.0
545+
[0.8.0]: https://github.com/u-gems/u-struct/compare/v0.7.0...v0.8.0
546+
[0.7.0]: https://github.com/u-gems/u-struct/compare/v0.6.0...v0.7.0
547+
[0.6.0]: https://github.com/u-gems/u-struct/compare/v0.5.0...v0.6.0
548+
[0.5.0]: https://github.com/u-gems/u-struct/compare/v0.4.0...v0.5.0
549+
[0.4.0]: https://github.com/u-gems/u-struct/compare/v0.3.1...v0.4.0
550+
[0.3.1]: https://github.com/u-gems/u-struct/compare/v0.3.0...v0.3.1
551+
[0.3.0]: https://github.com/u-gems/u-struct/compare/v0.2.0...v0.3.0
552+
[0.2.0]: https://github.com/u-gems/u-struct/compare/v0.1.0...v0.2.0
553+
[0.1.0]: https://github.com/u-gems/u-struct/releases/tag/v0.1.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<a href="https://rubygems.org/gems/u-struct">
88
<img alt="Gem" src="https://img.shields.io/gem/v/u-struct.svg?style=flat-square">
99
</a>
10-
<a href="https://github.com/serradura/u-struct/actions/workflows/ci.yml">
11-
<img alt="Build Status" src="https://github.com/serradura/u-struct/actions/workflows/ci.yml/badge.svg">
10+
<a href="https://github.com/u-gems/u-struct/actions/workflows/ci.yml">
11+
<img alt="Build Status" src="https://github.com/u-gems/u-struct/actions/workflows/ci.yml/badge.svg">
1212
</a>
1313
<br/>
1414
<a href="https://qlty.sh/gh/u-gems/projects/u-struct"><img src="https://qlty.sh/gh/u-gems/projects/u-struct/maintainability.svg" alt="Maintainability" /></a>
@@ -763,7 +763,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
763763

764764
## Contributing
765765

766-
Bug reports and pull requests are welcome on GitHub at https://github.com/serradura/u-struct. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/serradura/u-struct/blob/main/CODE_OF_CONDUCT.md).
766+
Bug reports and pull requests are welcome on GitHub at https://github.com/u-gems/u-struct. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/u-gems/u-struct/blob/main/CODE_OF_CONDUCT.md).
767767

768768
<p align="right">(<a href="#table-of-contents-">⬆️ &nbsp;back to top</a>)</p>
769769

@@ -775,7 +775,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
775775

776776
## Code of Conduct
777777

778-
Everyone interacting in the `Micro::Struct` project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/serradura/u-struct/blob/main/CODE_OF_CONDUCT.md).
778+
Everyone interacting in the `Micro::Struct` project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/u-gems/u-struct/blob/main/CODE_OF_CONDUCT.md).
779779

780780
<p align="right">(<a href="#table-of-contents-">⬆️ &nbsp;back to top</a>)</p>
781781

u-struct.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = 'Create powered Ruby structs.'
1212
spec.description = 'Create powered Ruby structs.'
13-
spec.homepage = 'https://github.com/serradura/u-struct'
13+
spec.homepage = 'https://github.com/u-gems/u-struct'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = '>= 2.7.0'
1616

1717
spec.metadata['homepage_uri'] = spec.homepage
18-
spec.metadata['source_code_uri'] = 'https://github.com/serradura/u-struct'
19-
spec.metadata['changelog_uri'] = 'https://github.com/serradura/u-struct/blob/main/CHANGELOG.md'
18+
spec.metadata['source_code_uri'] = 'https://github.com/u-gems/u-struct'
19+
spec.metadata['changelog_uri'] = 'https://github.com/u-gems/u-struct/blob/main/CHANGELOG.md'
2020
spec.metadata['bug_tracker_uri'] = "#{spec.homepage}/issues"
2121

2222
# Specify which files should be added to the gem when it is released.

0 commit comments

Comments
 (0)