Sha256: bac47ec707f7c97a405f8e445a4061fff3988d63d54e752ceaf46f2768f35e81
Contents?: true
Size: 968 Bytes
Versions: 1
Compression:
Stored size: 968 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'gcen/client/version' Gem::Specification.new do |spec| spec.name = 'gcen-client' spec.version = Gcen::Client::VERSION spec.authors = ['Dmitriy Strukov'] spec.email = ['dmitiry_strukov2011@mail.ru'] spec.summary = 'GCEN API Client' spec.description = 'GCEN API: Generic Investment API 0.1.1' spec.homepage = 'http://github.com/evil-raccoon/gcen-client' 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.16' spec.add_development_dependency 'rake', '~> 10.0' spec.add_dependency 'faraday_middleware', '~> 0.10.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gcen-client-0.1.0 | gcen-client.gemspec |