Skip to content

Commit

Permalink
Update on url under test
Browse files Browse the repository at this point in the history
  • Loading branch information
AvnerCohen committed Jul 28, 2020
1 parent cd8081e commit bb96f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ The gem is available as open source under the terms of the [MIT License](https:/

## Code of Conduct

Everyone interacting in the Http::Headers::Verifier project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/http-headers-verifier/blob/master/CODE_OF_CONDUCT.md).
Everyone interacting in the `Http Headers Verifier` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/http-headers-verifier/blob/master/CODE_OF_CONDUCT.md).
1 change: 1 addition & 0 deletions exe/http-headers-verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
actual_headers = Typhoeus.get(url, timeout: HTTP_TIMEOUT_IN_SECONDS, followlocation: true).headers

def verify_headers!(actual_headers, rules)
puts "Testing url: #{url}"
puts "Starting verification of policies #{HttpHeadersUtils.bold(@policies.join(", "))}:"
errors = []
checked_already = Set.new
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HttpHeadersVerifier
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit bb96f3a

Please sign in to comment.