Sha256: 9f1dd4fbee9c67a81631e63dd035c1f8d5c705347a39478489daedbc688e1f61
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
require 'ostruct' require "uri" require 'active_support' require 'githu3/version' require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/string/inflections' require 'active_support/inflections' module Githu3 require 'githu3/error' require 'githu3/store' require 'githu3/relations' require 'githu3/resource' require 'githu3/resource_collection' require 'githu3/client' Resources = %w{ issue org team user tag branch repo key event comment label milestone } Resources.each do |r| autoload r.camelize.to_sym, "githu3/#{r}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
githu3-0.0.3 | lib/githu3.rb |