Flowdock
class
Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Superclass: Object

No documentation

This class has no description. You can help the Ruby community by adding new notes.

Constants

OPS = { #:nodoc: "=" => lambda { |v, r| v == r }, "!=" => lambda { |v, r| v != r }, ">" => lambda { |v, r| v > r }, "<" => lambda { |v, r| v < r }, ">=" => lambda { |v, r| v >= r }, "<=" => lambda { |v, r| v <= r }, "~>" => lambda { |v, r| v >= r && v.release < r.bump } }

PATTERN = /\A\s*(#{quoted})?\s*(#{Gem::Version::VERSION_PATTERN})\s*\z/

Attributes

[R] requirements

An array of requirement pairs. The first element of the pair is the op, and the second is the Gem::Version.

Show files where this class is defined (1 file)
Register or log in to add new notes.