http-cookie/lib/http/cookie/version.rb
2013-09-10 14:52:55 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.2"
end
end