Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit a6fb2b4

Browse files
committed
Move rspec to rspec-metagem
1 parent 9fb905e commit a6fb2b4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Behaviour Driven Development for Ruby
44

5-
# Description
5+
*The rspec metagem repository has been renamed to rspec-metagem, please update
6+
any rspec/rspec Github references to rspec/rspec-metagem, this is in prepartion
7+
for a new mono-repo approach to RSpec dev to unify issue tracking and PR management*
8+
9+
## Description
610

711
rspec is a meta-gem, which depends on the
812
[rspec-core](https://github.com/rspec/rspec-core),

rspec.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Gem::Specification.new do |s|
1515
s.description = "BDD for Ruby"
1616

1717
s.metadata = {
18-
'bug_tracker_uri' => 'https://github.com/rspec/rspec/issues',
18+
'bug_tracker_uri' => 'https://github.com/rspec/rspec-metagem/issues',
1919
'documentation_uri' => 'https://rspec.info/documentation/',
2020
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
21-
'source_code_uri' => 'https://github.com/rspec/rspec',
21+
'source_code_uri' => 'https://github.com/rspec/rspec-metagem',
2222
}
2323

2424
s.files = `git ls-files -- lib/*`.split("\n")

0 commit comments

Comments
 (0)