This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
83e9d6b3f4
ruby--ruby
/
lib
/
net
/
smtp
/
version.rb
7 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Promote net-smtp to default gems
2019-11-07 01:38:40 -05:00
module
Net
Fixed test failure related Net::Protocol
2019-11-07 03:09:22 -05:00
class
Protocol
;
end
class
SMTP
<
Protocol
Promote net-smtp to default gems
2019-11-07 01:38:40 -05:00
VERSION
=
"
0.1.0
"
end
end
Copy permalink