mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Change URLs from git.io
see https://github.blog/changelog/2022-04-25-git-io-deprecation/
This commit is contained in:
parent
72628c1ccc
commit
0bab4c4add
2 changed files with 4 additions and 3 deletions
|
@ -5283,7 +5283,7 @@ Sat Aug 1 06:54:36 2015 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_ssl.c (Init_ossl_ssl): OpenSSL declares these
|
* ext/openssl/ossl_ssl.c (Init_ossl_ssl): OpenSSL declares these
|
||||||
constants as longs, so we should follow that and use LONG2NUM.
|
constants as longs, so we should follow that and use LONG2NUM.
|
||||||
http://git.io/vOqxD
|
https://github.com/openssl/openssl/blob/34750dc25d74e3db4c1ba43cd219d3f4825e4c65/include/openssl/ssl.h#L391
|
||||||
|
|
||||||
Sat Aug 1 04:06:29 2015 Aaron Patterson <tenderlove@ruby-lang.org>
|
Sat Aug 1 04:06:29 2015 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||||
|
|
||||||
|
@ -6754,7 +6754,8 @@ Thu Jul 2 09:51:44 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
Thu Jul 2 06:49:44 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Thu Jul 2 06:49:44 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rubygems: Update to RubyGems HEAD(c202db2).
|
* lib/rubygems: Update to RubyGems HEAD(c202db2).
|
||||||
this version contains many enhancements see http://git.io/vtNwF
|
this version contains many enhancements see
|
||||||
|
https://github.com/rubygems/rubygems/blob/c202db2d681eb3c3a02f187d346fbb2e8d733b26/History.txt#L3
|
||||||
* test/rubygems: ditto.
|
* test/rubygems: ditto.
|
||||||
|
|
||||||
Wed Jul 1 23:50:34 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Wed Jul 1 23:50:34 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
|
@ -51,7 +51,7 @@ module Gem::Text
|
||||||
|
|
||||||
# Returns a value representing the "cost" of transforming str1 into str2
|
# Returns a value representing the "cost" of transforming str1 into str2
|
||||||
# Vendored version of DidYouMean::Levenshtein.distance from the ruby/did_you_mean gem @ 1.4.0
|
# Vendored version of DidYouMean::Levenshtein.distance from the ruby/did_you_mean gem @ 1.4.0
|
||||||
# https://git.io/JJgZI
|
# https://github.com/ruby/did_you_mean/blob/2ddf39b874808685965dbc47d344cf6c7651807c/lib/did_you_mean/levenshtein.rb#L7-L37
|
||||||
def levenshtein_distance(str1, str2)
|
def levenshtein_distance(str1, str2)
|
||||||
n = str1.length
|
n = str1.length
|
||||||
m = str2.length
|
m = str2.length
|
||||||
|
|
Loading…
Reference in a new issue