Promote net-pop to default gems

This commit is contained in:
Hiroshi SHIBATA 2019-11-07 15:24:59 +09:00
parent 77c94e0dd8
commit eb0b13596d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
6 changed files with 43 additions and 4 deletions

5
lib/net/pop/version.rb Normal file
View file

@ -0,0 +1,5 @@
module Net
class POP3
VERSION = "0.1.0"
end
end