Project

General

Profile

Feature #17873

Updated by hsbt (Hiroshi SHIBATA) almost 3 years ago

I promoted many standard libraries to the default gems. You can see them at https://stdgems.org/#default-gems-ruby-301 

 I propose the following libraries to promote the bundled gems from the default gems. 

 ``` 
 ostruct 
 ostruct:  
 matrix 
 prime 
 net/smtp 
 net/ftp 
 net/pop 
 net/imap 
 prime 
 ``` 

 They have primary maintainer in the canonical repository in github. So, they can release the new version with their convenience.  

 @shugo @marcandre Any thought? 

 And I also propose to extract the following libraries from the default gems. 

 ``` 
 tracer 
 syslog 
 ``` 

 They are no longer actively maintained and not widely used today. 

Back