File: version.rb

package info (click to toggle)
ruby-http-cookie 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: ruby: 3,478; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 59 bytes parent folder | download
1
2
3
4
5
module HTTP
  class Cookie
    VERSION = "1.1.0"
  end
end