File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 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|
1010 gem . homepage = 'https://github.com/ClosureTree/closure_tree/'
1111
1212 gem . summary = %q(Easily and efficiently make your ActiveRecord model support hierarchies)
13- gem . description = gem . summary
1413 gem . license = 'MIT'
1514
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+
1623 gem . files = `git ls-files` . split ( $/) . reject do |f |
1724 f . match ( %r{^(spec|img|gemfiles)} )
1825 end
You can’t perform that action at this time.
0 commit comments