Sha256: f2074bfd50f898b4e2d55f436810b0194c57b5b992a7f6d6ed2de8b43b3bdb41

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

module RallyRestVersion #:nodoc:
  module LIBRARY_VERSION #:nodoc:
    MAJOR = 1
    MINOR = 0
    TINY  = 6

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rally_rest_api-1.0.6 lib/rally_rest_api/version.rb