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

Commit

Permalink
Move rspec to rspec-metagem
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 26, 2021
1 parent 9fb905e commit a6fb2b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
4 changes: 2 additions & 2 deletions rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a6fb2b4

Please sign in to comment.