File: version.rb

package info (click to toggle)
ruby-file-validators 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 388 kB
  • sloc: ruby: 1,601; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module FileValidators
  VERSION = '3.0.0'
end