http-cookie/lib/http/cookie/version.rb
2016-09-30 20:01:40 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.3"
end
end