This is me guessing, but I think with the rename (the last rename, and
the really last rename) the console script didn't get updated to
require the "github/ds" instead still requiring "github/kv" (which
also works).

This rewords that, the console still works (basically exactly the same
as before) but it is slightly more correct.
This commit is contained in:
pjaspers 2017-04-13 00:06:24 +02:00
Родитель 9311f23233
Коммит 7f6b8abf80
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "github/kv"
require "github/ds"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.