-
Name
-
addressable
-
Version
-
2.8.7
-
Platform
-
ruby
-
Authors
-
Bob Aman
-
Bindir
-
bin
-
Date
-
2024-06-21 00:00:00 UTC
-
Dependencies
-
public_suffix (>= 2.0.2, < 7.0)
bundler (>= 1.0, < 3.0, development)
-
Description
-
Addressable is an alternative implementation to the URI implementation that is
part of Ruby's standard library. It is flexible, offers heuristic parsing, and
additionally provides extensive support for IRIs and URI templates.
-
Email
-
bob@sporkmonger.com
-
Extra rdoc files
-
README.md
-
Files
-
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
addressable.gemspec
data/unicode.data
lib/addressable.rb
lib/addressable/idna.rb
lib/addressable/idna/native.rb
lib/addressable/idna/pure.rb
lib/addressable/template.rb
lib/addressable/uri.rb
lib/addressable/version.rb
spec/addressable/idna_spec.rb
spec/addressable/net_http_compat_spec.rb
spec/addressable/security_spec.rb
spec/addressable/template_spec.rb
spec/addressable/uri_spec.rb
spec/spec_helper.rb
tasks/clobber.rake
tasks/gem.rake
tasks/git.rake
tasks/metrics.rake
tasks/profile.rake
tasks/rspec.rake
tasks/yard.rake
-
Homepage
-
https://github.com/sporkmonger/addressable
-
Licenses
-
Apache-2.0
-
Metadata
-
{"changelog_uri"=>"https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md#v2.8.7"}
-
Rdoc options
-
--main
README.md
-
Require paths
-
lib
-
Required ruby version
-
>= 2.2
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.11
-
Specification version
-
4
-
Summary
-
URI Implementation
-
Original platform
-
ruby
-
New platform
-
ruby