Skip to content

Commit

Permalink
Add a Requirements section to mention ruby >= 2.0.0 is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 15, 2022
1 parent 671f0ce commit c76632a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Parsing URI query_params embedded within the Fragment Identifier:
URI(url.fragment).query_params
# => {"logged_out"=>"1", "lang"=>"en"}

## Requirements

* [Ruby][ruby] >= 2.0.0

## Install

$ gem install uri-query_params
Expand All @@ -44,3 +48,5 @@ Parsing URI query_params embedded within the Fragment Identifier:
Copyright (c) 2010-2022 Hal Brodigan

See {file:LICENSE.txt} for license information.

[ruby]: https://www.ruby-lang.org/

0 comments on commit c76632a

Please sign in to comment.