lib/github/kv.rb in github-ds-0.2.4 vs lib/github/kv.rb in github-ds-0.2.5

- old
+ new

@@ -1,6 +1,6 @@ -require "github/result" -require "github/sql" +require_relative "result" +require_relative "sql" # GitHub::KV is a key/value data store backed by MySQL (however, the backing # store used should be regarded as an implementation detail). # # Usage tips: