File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,16 @@ Gem::Specification.new do |gem|
10
10
gem . homepage = 'https://github.com/ClosureTree/closure_tree/'
11
11
12
12
gem . summary = %q(Easily and efficiently make your ActiveRecord model support hierarchies)
13
- gem . description = gem . summary
14
13
gem . license = 'MIT'
15
14
15
+ gem . metadata = {
16
+ 'bug_tracker_uri' => "https://github.com/ClosureTree/closure_tree/issues" ,
17
+ 'changelog_uri' => "https://github.com/ClosureTree/closure_tree/blob/master/CHANGELOG.md" ,
18
+ 'documentation_uri' => "https://www.rubydoc.info/gems/closure_tree/#{ gem . version } " ,
19
+ 'homepage_uri' => "https://closuretree.github.io/closure_tree/" ,
20
+ 'source_code_uri' => "https://github.com/ClosureTree/closure_tree" ,
21
+ }
22
+
16
23
gem . files = `git ls-files` . split ( $/) . reject do |f |
17
24
f . match ( %r{^(spec|img|gemfiles)} )
18
25
end
You can’t perform that action at this time.
0 commit comments