Sha256: 55a4e69de54da81d1a99a65f8ab225236188f08ffce944607f169c8af50b926e
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module ActiveResource module VERSION # :nodoc: MAJOR = 6 MINOR = 1 TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeresource-6.1.1 | lib/active_resource/version.rb |