Sha256: 375622a90f2bd6dc53967d3fc2cefcbf159e1b4d06346e9bc14a9085d4701f6d
Contents?: true
Size: 892 Bytes
Versions: 6
Compression:
Stored size: 892 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'okcoin/version' Gem::Specification.new do |spec| spec.name = "okcoin" spec.version = Okcoin::VERSION spec.authors = ["Wu Minzhe"] spec.email = ["wuminzhe@gmail.com"] spec.summary = %q{A ruby wrapper for okcoin.cn} spec.description = %q{A ruby wrapper for okcoin.cn} spec.homepage = "https://github.com/wuminzhe/okcoin" 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" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
okcoin-0.1.6 | okcoin.gemspec |
okcoin-0.1.5 | okcoin.gemspec |
okcoin-0.1.4 | okcoin.gemspec |
okcoin-0.1.3 | okcoin.gemspec |
okcoin-0.1.2 | okcoin.gemspec |
okcoin-0.1.1 | okcoin.gemspec |