1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
Nobuyoshi Nakada b2d96abb42 Extract version number from the source
"requiring version.rb" strategy has some issues.

- cannot work when cross-compiling
- often introduces wrong namespace
- must know the superclasses
- costs at each runtime than at build-time

etc.
2020-07-30 19:03:18 +09:00
..
ftp Extract version number from the source 2020-07-30 19:03:18 +09:00
http Extract version number from the source 2020-07-30 19:03:18 +09:00
imap Extract version number from the source 2020-07-30 19:03:18 +09:00
pop Extract version number from the source 2020-07-30 19:03:18 +09:00
protocol Extract version number from the source 2020-07-30 19:03:18 +09:00
smtp Extract version number from the source 2020-07-30 19:03:18 +09:00
ftp.rb [ruby/net-ftp] Moved Net::Ftp::Version to Net::FTP 2020-07-28 15:14:01 +09:00
http.rb Extract version number from the source 2020-07-30 19:03:18 +09:00
https.rb
imap.rb Extract version number from the source 2020-07-30 19:03:18 +09:00
pop.rb Extract version number from the source 2020-07-30 19:03:18 +09:00
protocol.rb Extract version number from the source 2020-07-30 19:03:18 +09:00
smtp.rb Extract version number from the source 2020-07-30 19:03:18 +09:00