http-cookie/lib/http/cookie/version.rb
2013-03-15 12:14:58 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "0.1.2"
end
end