File: version.rb

package info (click to toggle)
ruby-http-cookie 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: ruby: 3,356; 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.0.5"
  end
end