summaryrefslogtreecommitdiff
path: root/sample/openssl/cert2text.rb
AgeCommit message (Collapse)Author
2021-03-16[ruby/openssl] sample: avoid "include OpenSSL"Kazuki Yamaguchi
It is not a common practice and should not be done since it causes name clash: for example, Digest and Random are provided by other standard libraries of Ruby. Fixes: https://github.com/ruby/openssl/issues/419 https://github.com/ruby/openssl/commit/6a6444984b Notes: Merged: https://github.com/ruby/ruby/pull/4275
2003-09-04* sample/openssl: added. Sample of standard distribution library should benahi
locate in sample/{module_name}/*. * ext/openssl/sample/*: removed. move to sample/openssl/*. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
fafc08aa34ddba39d0bfdb6e7c5de4f7bf7f55e'>[rubygems/rubygems] Remove unneeded trailing conditions on exitstatusDavid Rodríguez 2020-07-15[rubygems/rubygems] Remove unnecessary assertions on exitstatusDavid Rodríguez 2020-07-15[rubygems/rubygems] Bundler specs - Windows - remove skips, File.open => File...MSP-Greg 2020-06-18s/sys_exec!/sys_execDavid Rodríguez 2020-06-18[rubygems/rubygems] s/run!/runDavid Rodríguez 2020-06-18[rubygems/rubygems] s/gem_command!/gem_commandDavid Rodríguez 2020-06-18[rubygems/rubygems] s/install_gemfile!/install_gemfileDavid Rodríguez 2020-06-18[rubygems/rubygems] s/bundle!/bundleDavid Rodríguez 2020-06-18[rubygems/rubygems] Make helpers raise by defaultDavid Rodríguez 2020-06-18[rubygems/rubygems] Fix some sudo specs to do the right thing on bundler 3David Rodríguez 2020-06-05[rubygems/rubygems] Remove `forgotten_command_line_usages` from specsDavid Rodríguez 2020-06-05[rubygems/rubygems] Reword specs to not mention deprecated flagsDavid Rodríguez 2020-06-05[rubygems/rubygems] Rewrite dependency API specs to use new deployment modeDavid Rodríguez 2020-05-22Marked the failing examples with the current master branch on ruby repositoryHiroshi SHIBATA 2020-05-22Sync Bundler PR #3624Hiroshi SHIBATA 2020-05-13Update the bundler version with master branchHiroshi SHIBATA 2019-12-15Prepare to release bundler-2.1.0Hiroshi SHIBATA 2019-08-20Fix some bundler specs (#2380)David Rodríguez 2019-08-03[bundler/bundler] Try make some specs platform independentDavid Rodríguez 2019-08-03[bundler/bundler] Normalize file:// handling in specsDavid Rodríguez 2019-06-09Merge bundler master from upstream.Hiroshi SHIBATA 2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt 2019-01-04Merge Bundler 2.0.1 from upstream.hsbt 2018-12-11Downgrade Bundler 1.17.x from 2.0.0.hsbt 2018-11-04Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt 2018-11-02Added bundler as default gems. Revisit [Feature #12733]hsbt 2017-12-22Postponing the Bundler merge.hsbt 2017-12-07Follow up r60970 for bundler's examples.hsbt 2017-11-01Update bundled bundler to 1.16.0.hsbt 2017-09-19Enabled temporary disabled examples of bundler rspec.hsbt 2017-09-08Merge bundler to standard libraries.hsbt