Skip to content

Commit

Permalink
Merge pull request #7 from j-miyake/change_username
Browse files Browse the repository at this point in the history
Change author's username
  • Loading branch information
j-miyake authored Jun 1, 2022
2 parents 505868d + 4122382 commit 0ff4ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shiyo
[![johnny-miyake](https://circleci.com/gh/johnny-miyake/shiyo.svg?style=svg)](https://github.com/johnny-miyake/shiyo)
[![j-miyake](https://circleci.com/gh/j-miyake/shiyo.svg?style=svg)](https://github.com/j-miyake/shiyo)

Shiyo is a minimal framework that supports writing your business rules using the [Specification pattern](https://en.wikipedia.org/wiki/Specification_pattern).
It helps you to build a composite specification by method chaining like;
Expand Down Expand Up @@ -116,12 +116,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/johnny-miyake/shiyo. 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/johnny-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
Bug reports and pull requests are welcome on GitHub at https://github.com/j-miyake/shiyo. 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/j-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the Shiyo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/johnny-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
Everyone interacting in the Shiyo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/j-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
6 changes: 3 additions & 3 deletions shiyo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
spec.description = <<-DESCRIPTION
Shiyo is a minimal framework that supports writing your business rules using the Specification pattern.
DESCRIPTION
spec.homepage = "https://github.com/johnny-miyake/shiyo"
spec.homepage = "https://github.com/j-miyake/shiyo"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/johnny-miyake/shiyo"
spec.metadata["changelog_uri"] = "https://github.com/johnny-miyake/shiyo/blob/master/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/j-miyake/shiyo"
spec.metadata["changelog_uri"] = "https://github.com/j-miyake/shiyo/blob/master/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 0ff4ffd

Please sign in to comment.