summaryrefslogtreecommitdiff
path: root/lib/shogun.rb
blob: 05b1a6a2f0a08925b1c08222717e4f9ae5066d34 (plain)
1
2
3
4
5
6
7
8
9
10
require "net/http"
require "uri"
require "json"

require "shogun/github_score"

module Shogun
  class UserNotFound < ArgumentError
  end
end