Sha256: 017487cdf729bdd5ab38abb6ce86eea047a430405d7ecd4c476abcb344484dfa
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 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('typhoeus',["~> 1.1"]) s.add_development_dependency("rspec") s.add_development_dependency("webmock") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
customer_miner-0.0.4 | customer_miner.gemspec |