зеркало из https://github.com/github/github-ds.git
Require the top library
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:
Родитель
9311f23233
Коммит
7f6b8abf80
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче