-
Quick script to dump info about OpenSSL in ruby
Ruby can be built with OpenSSL by default or built with an alternate OpenSSL library (for example, if you had Ruby 3.0 and wanted an OpenSSL >= 3.0.0). There are a few constants and methods to check the version and capabilities of you OpenSSL library connected to Ruby, all from the module OpenSSL documentation available…
-
Umlauts in Timezones and %x/popen output on Windows Ruby
Umlauts in Timezones and %x/popen output on Windows Ruby need to be forced to WINDOWS_1252 and IBM437 respectively.
-
Controlling your rake spec run
rake spec SPEC=path/to/file/from/project/root_spec.rb rake spec SPEC_OPTS=”–format documentation”