File: version.rb

package info (click to toggle)
ruby-mail-gpg 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: ruby: 2,289; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 57 bytes parent folder | download
1
2
3
4
5
module Mail
  module Gpg
    VERSION = "0.4.4"
  end
end