Sha256: d1d31ad7fee411def2b58cce6d5a68ab3515dfafee222e21e0bfacea5fd65c77
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
require 'github_api' require 'lexhub/version' require 'lexhub/base' require 'lexhub/repo' # Internal: Your application's auth token # # This will become a config GITHUB_AUTH_TOKEN = ENV['GITHUB_AUTH_TOKEN'] # Internal: The github object for making API requests # # This will become a config GITHUB = Github.new(:oauth => GITHUB_AUTH_TOKEN) # Find out the most common words in your commit messages module Lexhub end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lexhub-0.0.1.alpha | lib/lexhub.rb |