This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33Behaviour 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
711rspec is a meta-gem, which depends on the
812[ rspec-core] ( https://github.com/rspec/rspec-core ) ,
Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments