File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Usage and documentation
29
29
-----------------------
30
30
Please see the [ wiki] [ ] for basic usage and other documentation on using Thor. You can also checkout the [ official homepage] [ homepage ] .
31
31
32
- [ wiki ] : https://github.com/erikhuda /thor/wiki
32
+ [ wiki ] : https://github.com/rails /thor/wiki
33
33
[ homepage ] : http://whatisthor.com/
34
34
35
35
Contributing
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
14
14
spec . licenses = %w( MIT )
15
15
spec . name = "thor"
16
16
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" ,
19
19
"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"
22
22
}
23
23
spec . require_paths = %w( lib )
24
24
spec . required_ruby_version = ">= 2.0.0"
You can’t perform that action at this time.
0 commit comments