File: version.rb

package info (click to toggle)
ruby-em-http-request 0.3.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: ruby: 2,381; ansic: 999; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
4
5
module EventMachine
  class HttpRequest
    VERSION = "0.3.0"
  end
end