Add project metadata to the gemspec file. This'll allow people to more easily access the source code, raise issues and read the documentation. These bug_tracker_uri, documentation_uri, mailing_list_uri and source_code_uri links will appear or replace those on the rubygems page at https://rubygems.org/gems/rspec-activemodel-mocks after the next release.
Following on from rspec/rspec-core#2574.
Add project metadata to the gemspec file. This'll allow people to more easily access the source code, raise issues and read the documentation. These
bug_tracker_uri
,documentation_uri
,mailing_list_uri
andsource_code_uri
links will appear or replace those on the rubygems page at https://rubygems.org/gems/rspec-activemodel-mocks after the next release.