File: version.rb

package info (click to toggle)
ruby-em-http-request 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 680 kB
  • sloc: ruby: 4,011; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
module EventMachine
  class HttpRequest
    VERSION = "1.1.7"
  end
end