File: version.rb

package info (click to toggle)
ruby-with-advisory-lock 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ruby: 818; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module WithAdvisoryLock
  VERSION = Gem::Version.new('5.3.0')
end