Skip to content

Commit 5c666b4

Browse files
authored
Merge pull request #759 from koic/replace_erikhuda_thor_with_rails_thor
Replace erikhuda/thor with rails/thor
2 parents a4626bb + 9d7bd20 commit 5c666b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage and documentation
2929
-----------------------
3030
Please see the [wiki][] for basic usage and other documentation on using Thor. You can also checkout the [official homepage][homepage].
3131

32-
[wiki]: https://github.com/erikhuda/thor/wiki
32+
[wiki]: https://github.com/rails/thor/wiki
3333
[homepage]: http://whatisthor.com/
3434

3535
Contributing

thor.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
1414
spec.licenses = %w(MIT)
1515
spec.name = "thor"
1616
spec.metadata = {
17-
"bug_tracker_uri" => "https://github.com/erikhuda/thor/issues",
18-
"changelog_uri" => "https://github.com/erikhuda/thor/blob/master/CHANGELOG.md",
17+
"bug_tracker_uri" => "https://github.com/rails/thor/issues",
18+
"changelog_uri" => "https://github.com/rails/thor/blob/master/CHANGELOG.md",
1919
"documentation_uri" => "http://whatisthor.com/",
20-
"source_code_uri" => "https://github.com/erikhuda/thor/tree/v#{Thor::VERSION}",
21-
"wiki_uri" => "https://github.com/erikhuda/thor/wiki"
20+
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
21+
"wiki_uri" => "https://github.com/rails/thor/wiki"
2222
}
2323
spec.require_paths = %w(lib)
2424
spec.required_ruby_version = ">= 2.0.0"

0 commit comments

Comments
 (0)