Module: Grape::OAuth2::VERSION

Defined in:
lib/grape_oauth2/gem_version.rb

Overview

Grape::OAuth2 semantic versioning module. Contains detailed info about gem version.

Constant Summary collapse

MAJOR =

Major version of the gem

0
MINOR =

Minor version of the gem

1
TINY =

Tiny version of the gem

1
STRING =

Full gem version string

[MAJOR, MINOR, TINY].compact.join('.')