Sha256: f01d814f7f4d9e70dd352101f4ca456dfa08c8d05a3b4d9b65351af498a6cb8a

Contents?: true

Size: 147 Bytes

Versions: 1

Compression:

Stored size: 147 Bytes

Contents

module ActionWebService
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 1
    TINY  = 6

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
actionwebservice-1.1.6 lib/action_web_service/version.rb