mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
Merge pull request #33 from orien/project-metadata
Add project metadata to the gemspec
This commit is contained in:
parent
b3fa23d24b
commit
cd5ad45269
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ Gem::Specification.new do |s|
|
|||
s.summary = "rspec-#{RSpec::Version::STRING}"
|
||||
s.description = "BDD for Ruby"
|
||||
|
||||
s.metadata = {
|
||||
'bug_tracker_uri' => 'https://github.com/rspec/rspec/issues',
|
||||
'documentation_uri' => 'https://rspec.info/documentation/',
|
||||
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
|
||||
'source_code_uri' => 'https://github.com/rspec/rspec',
|
||||
}
|
||||
|
||||
s.files = `git ls-files -- lib/*`.split("\n")
|
||||
s.files += ["LICENSE.md"]
|
||||
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue