Move rspec to rspec-metagem

This commit is contained in:
Jon Rowe 2021-10-26 17:30:25 +01:00
parent 9fb905ef4a
commit a6fb2b4bb7
2 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,11 @@
Behaviour Driven Development for Ruby
# Description
*The rspec metagem repository has been renamed to rspec-metagem, please update
any rspec/rspec Github references to rspec/rspec-metagem, this is in prepartion
for a new mono-repo approach to RSpec dev to unify issue tracking and PR management*
## Description
rspec is a meta-gem, which depends on the
[rspec-core](https://github.com/rspec/rspec-core),

View File

@ -15,10 +15,10 @@ Gem::Specification.new do |s|
s.description = "BDD for Ruby"
s.metadata = {
'bug_tracker_uri' => 'https://github.com/rspec/rspec/issues',
'bug_tracker_uri' => 'https://github.com/rspec/rspec-metagem/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',
'source_code_uri' => 'https://github.com/rspec/rspec-metagem',
}
s.files = `git ls-files -- lib/*`.split("\n")