Skip to content

Commit

Permalink
Merge pull request #759 from koic/replace_erikhuda_thor_with_rails_thor
Browse files Browse the repository at this point in the history
Replace erikhuda/thor with rails/thor
  • Loading branch information
rafaelfranca authored Nov 4, 2021
2 parents a4626bb + 9d7bd20 commit 5c666b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage and documentation
-----------------------
Please see the [wiki][] for basic usage and other documentation on using Thor. You can also checkout the [official homepage][homepage].

[wiki]: https://github.com/erikhuda/thor/wiki
[wiki]: https://github.com/rails/thor/wiki
[homepage]: http://whatisthor.com/

Contributing
Expand Down
8 changes: 4 additions & 4 deletions thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
spec.licenses = %w(MIT)
spec.name = "thor"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/erikhuda/thor/issues",
"changelog_uri" => "https://github.com/erikhuda/thor/blob/master/CHANGELOG.md",
"bug_tracker_uri" => "https://github.com/rails/thor/issues",
"changelog_uri" => "https://github.com/rails/thor/blob/master/CHANGELOG.md",
"documentation_uri" => "http://whatisthor.com/",
"source_code_uri" => "https://github.com/erikhuda/thor/tree/v#{Thor::VERSION}",
"wiki_uri" => "https://github.com/erikhuda/thor/wiki"
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
"wiki_uri" => "https://github.com/rails/thor/wiki"
}
spec.require_paths = %w(lib)
spec.required_ruby_version = ">= 2.0.0"
Expand Down

0 comments on commit 5c666b4

Please sign in to comment.