http-cookie/lib/http/cookie/version.rb
2013-04-21 21:46:31 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.1"
end
end