File: version.rb

package info (click to toggle)
ruby-rack-cors 0.4.0-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • ctags: 145
  • sloc: ruby: 648; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 57 bytes parent folder | download
1
2
3
4
5
module Rack
  class Cors
    VERSION = "0.4.0"
  end
end