RubyGems Navigation menu

safe_uri 0.1.0

SafeURI is an alternative implementation that allows you to open an URI with safer approach - with SafeURI.#open, you can always force to use URI.parse(url).open, or File.open(filename) depending on the provided argument. The pipe character '|' is NOT accepted as it does not delegate to Kernel.#open (falls back to File.#open), unlike URI.#open that falls back to Kernel.#open when un-openable arguments are given.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.0 - April 06, 2019 (8.0 KB)

Runtime 相依性套件 (1):

Development 相依性套件 (3):

bundler ~> 2.0
rake ~> 10.0
rspec ~> 3.0

擁有者:

作者:

  • Koji Onishi

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 3,722

這個版本 3,722

授權:

MIT

Ruby 版本需求: >= 2.3.0

相關連結: