Sha256: 665efb736ae80c00f9ed49a1d8005fccffa65b56d590c5c103fe9d02536e14fb

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 = 1
    TINY  = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

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