-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90eebf7
commit 423417c
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,10 @@ require_relative "lib/rspec/abq/version" | |
Gem::Specification.new do |spec| | ||
spec.name = "rspec-abq" | ||
spec.version = RSpec::Abq::VERSION | ||
spec.authors = ["Ayaz Hafiz", "Michael Glass"] | ||
spec.email = ["[email protected]", "me@rwx.com"] | ||
spec.authors = ["rwx", "Ayaz Hafiz", "Michael Glass"] | ||
spec.email = ["support@rwx.com"] | ||
spec.license = "MIT" | ||
spec.required_ruby_version = ">= 3.0.0" | ||
|
||
spec.summary = "RSpec::Abq allows for parallel rspec runs using abq" | ||
spec.description = "RSpec::Abq is an rspec plugin that replaces its ordering with one that is controlled by abq. It allows for parallelization of rspec on a single machine or across multiple workers." | ||
|