Class | DepSelector::VersionConstraint |
In: |
lib/dep_selector/version_constraint.rb
|
Parent: | Object |
DEFAULT_CONSTRAINT | = | ">= 0.0.0" |
STANDARD_OPS | = | %w(< > <= >=) |
OPS | = | %w(< > = <= >= ~>) |
PATTERN | = | /^(#{OPS.join('|')}) (.+)$/ |
op | [R] | |
version | [R] |