riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Switch to Addressable #78

Closed skalee closed 6 years ago

skalee commented 6 years ago

Use Addressable gem. It is more feature-complete and behaves consistently in various VMs, contrary to stdlib's URI.

codecov[bot] commented 6 years ago

Codecov Report

Merging #78 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #78   +/-   ##
======================================
  Coverage    99.6%   99.6%           
======================================
  Files          11      11           
  Lines         501     501           
======================================
  Hits          499     499           
  Misses          2       2
Impacted Files Coverage Δ
...b/uri_format_validator/validators/uri_validator.rb 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff357dd...5ed8b4e. Read the comment docs.