File: version.rb

package info (click to toggle)
ruby-rails-deprecated-sanitizer 1.0.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 244 kB
  • sloc: ruby: 1,737; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Rails
  module DeprecatedSanitizer
    VERSION = "1.0.3"
  end
end