Skip to content

Commit

Permalink
Update gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Jul 5, 2020
1 parent 8145aa0 commit 85e0eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rspecq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ require_relative "lib/rspecq/version"
Gem::Specification.new do |s|
s.name = "rspecq"
s.version = RSpecQ::VERSION
s.summary = "Distribute an RSpec suite among many workers"
s.summary = "Optimally distribute and run RSpec suites among parallel " \
"workers; for faster CI builds"
s.authors = "Agis Anastasopoulos"
s.email = "[email protected]"
s.files = Dir["lib/**/*", "CHANGELOG.md", "LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit 85e0eb2

Please sign in to comment.