mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
s/GNU wordexp/wordexp/
This commit is contained in:
parent
fb1bc1a910
commit
16bb5e7c19
2 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
||||
[](https://codeclimate.com/github/samsonjs/wordexp/maintainability)
|
||||
|
||||
A Ruby gem for performing shell word expansion using [GNU wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in \``backticks`\` or `$(dollar parentheses)`.
|
||||
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in \``backticks`\` or `$(dollar parentheses)`.
|
||||
|
||||
[GNU wordexp]: https://www.gnu.org/software/libc/manual/html_node/Word-Expansion.html
|
||||
[wordexp]: https://man7.org/linux/man-pages/man3/wordexp.3.html
|
||||
[Shellwords]: https://ruby-doc.org/stdlib-3.1.0/libdoc/shellwords/rdoc/Shellwords.html
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|||
spec.authors = ['Sami Samhuri']
|
||||
spec.email = ['sami@samhuri.net']
|
||||
|
||||
spec.summary = 'A Ruby gem for performing shell word expansion using GNU wordexp'
|
||||
spec.summary = 'A Ruby gem for performing shell word expansion using wordexp'
|
||||
spec.homepage = 'https://github.com/samsonjs/wordexp'
|
||||
spec.license = 'MIT'
|
||||
spec.required_ruby_version = '>= 2.6.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue