Skip to content

Commit cc71313

Browse files
author
Alex Evanczuk
committed
Change "bigrails" to "rubyatscale"
1 parent 5c79b57 commit cc71313

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BigRails::Redis [![Ruby](https://github.com/BigRails/bigrails-redis/actions/workflows/main.yml/badge.svg)](https://github.com/BigRails/bigrails-redis/actions/workflows/main.yml)
1+
# BigRails::Redis [![Ruby](https://github.com/rubyatscale/bigrails-redis/actions/workflows/main.yml/badge.svg)](https://github.com/rubyatscale/bigrails-redis/actions/workflows/main.yml)
22

33
A simple Redis connection manager for Rails applications with the need to manage multiple redis connections. It supports distributed and [ConnectionPool](https://github.com/mperham/connection_pool) out of the box.
44

@@ -121,12 +121,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
121121

122122
## Contributing
123123

124-
Bug reports and pull requests are welcome on GitHub at https://github.com/bigrails/bigrails-redis. 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/bigrails/bigrails-redis/blob/master/CODE_OF_CONDUCT.md).
124+
Bug reports and pull requests are welcome on GitHub at https://github.com/rubyatscale/bigrails-redis. 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/rubyatscale/bigrails-redis/blob/master/CODE_OF_CONDUCT.md).
125125

126126
## License
127127

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

130130
## Code of Conduct
131131

132-
Everyone interacting in the BigRails::Redis project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bigrails/bigrails-redis/blob/master/CODE_OF_CONDUCT.md).
132+
Everyone interacting in the BigRails::Redis project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubyatscale/bigrails-redis/blob/master/CODE_OF_CONDUCT.md).

bigrails-redis.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
99
spec.email = ["ngan@users.noreply.github.com"]
1010

1111
spec.summary = "Redis connection manager for Rails applications."
12-
spec.homepage = "https://github.com/bigrails/bigrails-redis"
12+
spec.homepage = "https://github.com/rubyatscale/bigrails-redis"
1313
spec.license = "MIT"
1414
spec.required_ruby_version = ">= 2.6.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
17-
spec.metadata["source_code_uri"] = "https://github.com/BigRails/bigrails-redis"
18-
spec.metadata["changelog_uri"] = "https://github.com/bigrails/bigrails-redis/releases"
17+
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/bigrails-redis"
18+
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/bigrails-redis/releases"
1919

2020
spec.files = Dir["{lib,exe}/**/*", "README.md"]
2121
spec.bindir = "exe"

0 commit comments

Comments
 (0)