forked from ThriveTRM/capybara-chromedriver-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
6 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec| | |
spec.authors = ["David Balatero"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = %q{Adds realtime console.log output to Capybara + Selenium + Chromedriver} | ||
spec.summary = 'Adds realtime console.log output to Capybara + Selenium + Chromedriver' | ||
spec.homepage = "https://github.com/dbalatero/capybara-chromedriver-logger" | ||
spec.license = "MIT" | ||
|
||
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec| | |
"public gem pushes." | ||
end | ||
|
||
spec.files = `git ls-files -z`.split("\x0").reject do |f| | ||
spec.files = `git ls-files -z`.split("\x0").reject do |f| | ||
f.match(%r{^(test|spec|features)/}) | ||
end | ||
spec.bindir = "exe" | ||
|
@@ -34,6 +34,7 @@ Gem::Specification.new do |spec| | |
|
||
spec.add_development_dependency "bundler", "~> 1.16" | ||
spec.add_development_dependency "chromedriver-helper" | ||
spec.add_development_dependency "gem-release" | ||
spec.add_development_dependency "pry" | ||
spec.add_development_dependency "rake", "~> 10.0" | ||
spec.add_development_dependency "rspec", "~> 3.0" | ||
|