Sha256: cfd5931a5e149ef96985064685590272897e9c406d0c76acd4153b689c32cccc
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'earnshark_sdk/version' Gem::Specification.new do |spec| spec.name = "earnshark_sdk" spec.version = EarnsharkSdk::VERSION spec.authors = ["Chamath Palihawadana"] spec.email = ["chamathpali123@gmail.com"] spec.summary = %q{EarnShark SDK} spec.description = %q{This is a Ruby SDK to call https://app.earnshark.com API endpoints. Contains methods to call the EarnShark API making the application integration fast.} spec.homepage = "https://github.com/99xt/earnshark-sdk-ruby" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
earnshark_sdk-0.1.0 | earnshark_sdk.gemspec |