mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
Move rspec to rspec-metagem
This commit is contained in:
parent
9fb905ef4a
commit
a6fb2b4bb7
2 changed files with 7 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue