-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow software_versions
to accept and parse version range Strings
#149
Comments
postmodern
changed the title
Allow
Allow Dec 9, 2024
software_versions
to accept a String representing a version rangesoftware_versions
to accept version range Strings
postmodern
changed the title
Allow
Allow Dec 9, 2024
software_versions
to accept version range Stringssoftware_versions
to accept and parse version range Strings
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
postmodern
added a commit
that referenced
this issue
Dec 9, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
Implemented by 8c7d90b. |
postmodern
added a commit
that referenced
this issue
Dec 10, 2024
postmodern
added a commit
that referenced
this issue
Dec 10, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
postmodern
added a commit
that referenced
this issue
Dec 10, 2024
postmodern
added a commit
that referenced
this issue
Dec 10, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
postmodern
added a commit
that referenced
this issue
Dec 13, 2024
postmodern
added a commit
that referenced
this issue
Dec 13, 2024
#149). * Use the new `Ronin::Support::Software::VersionRange` class in `ronin-support` 1.2.0. * `software_versions` now accepts both a single String and an Array of Strings. * `software_versions` will now return an Array of parsed `Ronin::Support::Software::VersionRange` objects.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow
software_versions
to accept version range strings (ex:>= 1.2.3, < 2.0.0
). It should automatically parse the version range strings into aRonin::Support::Software::VersionRange
object.Depends on ronin-rb/ronin-support#546
Example
The text was updated successfully, but these errors were encountered: