Sha256: 10318d0b1047420be79e60d42818fda82831987cf6f9b01f0113e49bad70a084
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module ActiveResource module VERSION #:nodoc: MAJOR = 5 MINOR = 1 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
3 entries across 3 versions & 2 rubygems