From a6fb2b4bb7b7aa50625d8f66b553d3fc6bcc1a0d Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 26 Oct 2021 17:30:25 +0100 Subject: [PATCH] Move rspec to rspec-metagem --- README.md | 6 +++++- rspec.gemspec | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98a71144..440e826e 100644 --- a/README.md +++ b/README.md @@ -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), diff --git a/rspec.gemspec b/rspec.gemspec index a3e70649..fb9f969e 100644 --- a/rspec.gemspec +++ b/rspec.gemspec @@ -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")