Sha256: ea7026292bd88c98319576b01a9082a5c2493f0a51763acfab96eaf41eb51f18

Contents?: true

Size: 662 Bytes

Versions: 1

Compression:

Stored size: 662 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"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
customer_miner-0.0.1 customer_miner.gemspec