Module: Igloo

Defined in:
lib/igloo-test/core.rb

Defined Under Namespace

Classes: IglooError

Constant Summary collapse

CLIENT_VERSION =
'0.1.0'
URI_REGEX =

Regular expression to extract metadata from self-describing JSON

Regexp.new "^iglu:([a-zA-Z0-9\\-_.]+)\/([a-zA-Z0-9\\-_]+)\/([a-zA-Z0-9\\-_]+)\/([1-9][0-9]*(?:-(?:0|[1-9][0-9]*)){2})$"