File: version.rb

package info (click to toggle)
ruby-rails-html-sanitizer 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ruby: 1,658; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Rails
  module HTML
    class Sanitizer
      VERSION = "1.6.2"
    end
  end
end