Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
ruby
зеркало из
https://github.com/github/ruby.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули ruby
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
c4bdb6428e
ruby
/
lib
/
did_you_mean
/
version.rb
4 строки
42 B
Ruby
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Promote did_you_mean to default gem At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
2019-10-29 17:08:37 +03:00
module
DidYouMean
Sync did_you_mean
2019-12-25 02:41:26 +03:00
VERSION
=
"
1.4.0
"
Promote did_you_mean to default gem At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
2019-10-29 17:08:37 +03:00
end