Sha256: ea93dbfbbc4e35da63adb4e253fc8b6345d42188b63817d3bbe6a9cd88e13e1c
Contents?: true
Size: 139 Bytes
Versions: 2
Compression:
Stored size: 139 Bytes
Contents
module HTTParty module VERSION #:nodoc: MAJOR = 0 MINOR = 1 TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
francxk-httparty-0.1.4 | lib/httparty/version.rb |
jnunemaker-httparty-0.1.4 | lib/httparty/version.rb |