diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-21 10:04:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-21 10:04:34 -0700 |
| commit | 1da7737f8970000fc7bd592c19aa6c647d49c347 (patch) | |
| tree | 8374631214504ecdae929013638d5d73dc80e889 /lib/shogun.rb | |
| parent | 752ec386ab387a76f60b2571d43c42faf71e2e29 (diff) | |
refactor: move files to lib/spec/bin
Diffstat (limited to 'lib/shogun.rb')
| -rw-r--r-- | lib/shogun.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/shogun.rb b/lib/shogun.rb new file mode 100644 index 0000000..818e0a5 --- /dev/null +++ b/lib/shogun.rb @@ -0,0 +1,5 @@ +require "net/http" +require "uri" +require "json" + +require "shogun/github_score" |
