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