diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2022-04-27 10:11:53 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2022-04-27 10:13:23 +0900 |
commit | 0bab4c4addef3421f8ff1c45564f4a392b860f15 () | |
tree | 10233f5be2533061f6522b515e5be62fba891aba | |
parent | 72628c1ccc5e7d85fe297312d740eed929ab78bb (diff) |
[DOC] Change URLs from git.io
see https://.blog/changelog/2022-04-25-git-io-deprecation/
-rw-r--r-- | doc/ChangeLog-2.3.0 | 5 | ||||
-rw-r--r-- | lib/rubygems/text.rb | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -5283,7 +5283,7 @@ Sat Aug 1 06:54:36 2015 Aaron Patterson <[email protected]> * ext/openssl/ossl_ssl.c (Init_ossl_ssl): OpenSSL declares these constants as longs, so we should follow that and use LONG2NUM. - http://git.io/vOqxD Sat Aug 1 04:06:29 2015 Aaron Patterson <[email protected]> @@ -6754,7 +6754,8 @@ Thu Jul 2 09:51:44 2015 SHIBATA Hiroshi <[email protected]> Thu Jul 2 06:49:44 2015 SHIBATA Hiroshi <[email protected]> * lib/rubygems: Update to RubyGems HEAD(c202db2). - this version contains many enhancements see http://git.io/vtNwF * test/rubygems: ditto. Wed Jul 1 23:50:34 2015 Kazuhiro NISHIYAMA <[email protected]> @@ -51,7 +51,7 @@ module Gem::Text # 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 - # https://git.io/JJgZI def levenshtein_distance(str1, str2) n = str1.length m = str2.length |