Sha256: 8e1d6dbaab2aa38289e183ead59b029683fb6481332899e709d35071c9e7dbdb

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

# Source file identifying the version of AdapterExtensions in this package
module AdapterExtensions#:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adapter_extensions-0.3.0 lib/adapter_extensions/version.rb