File: version.rb

package info (click to toggle)
ruby-rack-test 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: ruby: 2,269; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download
1
2
3
4
5
module Rack
  module Test
    VERSION = '2.2.0'.freeze
  end
end