This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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