cotag / ruby-tls

Generic TLS for ruby
Other
6 stars 5 forks source link

The README example uses invalid Ruby syntax #13

Open eregon opened 4 years ago

eregon commented 4 years ago

Specifically, class transport is not valid Ruby syntax:

$ ruby -ve 'class transport; end'
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
-e:1: class/module name must be CONSTANT

Related, it would also be useful to have a one-sentence summary of the status of this project.

stakach commented 4 years ago

Just a typo in the readme? Technically we still run it in production so it's in maintenance mode. We've moved to using https://crystal-lang.org/ for all new projects

eregon commented 4 years ago

Yeah probably just a typo?

Technically we still run it in production so it's in maintenance mode.

I think that would be very useful to mention in the README, could you add it?