File: version.rb

package info (click to toggle)
ruby-mail-gpg 0.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 328 kB
  • sloc: ruby: 2,465; 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.5"
  end
end