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