Sha256: 29d0e4473cdec3a32806cfb99d568ca10521befc0e4e1098cdb37ac12d056117

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

lib_dir = File.join(File.dirname(__FILE__),'lib')
$LOAD_PATH << lib_dir unless $LOAD_PATH.include?(lib_dir)
require 'customer_miner/version'

Gem::Specification.new do |s|
  s.name        = 'customer_miner'
  s.version =  CustomerMiner::VERSION
  s.date        = '2017-05-25'
  s.summary     = "Fetch customer data using Clearbit API"
  s.description = "Fetch customer data using Clearbit API"
  s.authors     = ["ocowchun"]
  s.email       = 'ocowchun@gmail.com'
  s.executables = ["cm"]
  s.files = `git ls-files`.split($/)
  s.homepage    =
  'https://github.com/ocowchun/customer_miner'
  s.license       = 'MIT'

  s.add_dependency('thor',["~> 0.19.4"])
  s.add_dependency('httparty',["~> 0.15.5"])
  s.add_dependency('typhoeus',["~> 1.1"])
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
customer_miner-0.0.3 customer_miner.gemspec
customer_miner-0.0.2 customer_miner.gemspec