File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ Gem::Specification.new do |s|
13
13
s . summary = "RSpec for Rails"
14
14
s . description = "rspec-rails is a testing framework for Rails 3+."
15
15
16
+ s . metadata = {
17
+ 'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues' ,
18
+ 'changelog_uri' => "https://github.com/rspec/rspec-rails/blob/v#{ s . version } /Changelog.md" ,
19
+ 'documentation_uri' => 'https://rspec.info/documentation/' ,
20
+ 'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec' ,
21
+ 'source_code_uri' => 'https://github.com/rspec/rspec-rails' ,
22
+ }
23
+
16
24
s . files = `git ls-files -- lib/*` . split ( "\n " )
17
25
s . files += %w[ README.md LICENSE.md Changelog.md Capybara.md .yardopts .document ]
18
26
s . test_files = [ ]
You can’t perform that action at this time.
0 commit comments