Sha256: 606309e769b3cc9d93f0867d76ab7ee8e76748941414648670b3ef110ba3da10
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
require "brandspotter/version" require "rubygems" require "rest-client" require "json" require File.expand_path('../misc/hash.rb', __FILE__) require File.expand_path('../brandspotter/client.rb', __FILE__) module Brandspotter class << self attr_accessor :configuration end def self.configure self.configuration ||= Configuration.new yield(configuration) end class Configuration attr_accessor :user_token end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
brandspotter-1.0.2 | lib/brandspotter.rb |
brandspotter-1.0.1 | lib/brandspotter.rb |
brandspotter-1.0.0 | lib/brandspotter.rb |
brandspotter-0.1.0 | lib/brandspotter.rb |