File: version.rb

package info (click to toggle)
ruby-net-ldap 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: ruby: 4,583; sh: 53; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 57 bytes parent folder | download
1
2
3
4
5
module Net
  class LDAP
    VERSION = "0.19.0"
  end
end