Sha256: e82b6c82cb16ad76dbbc00b87da37ad9eb210a1ea6f666a734dcf4a965c95bc4
Contents?: true
Size: 951 Bytes
Versions: 3
Compression:
Stored size: 951 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'coingate/version' Gem::Specification.new do |spec| spec.name = 'coingate' spec.version = CoinGate::VERSION spec.authors = ['Tomas Achmedovas', 'Irmantas Bačiulis'] spec.email = ['info@coingate.com'] spec.summary = %q{Library for CoinGate} spec.description = %q{Library for CoinGate} spec.homepage = 'https://coingate.com' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_dependency 'rest-client' spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
coingate-2.0.0 | coingate.gemspec |
coingate-1.0.1 | coingate.gemspec |
coingate-1.0.0 | coingate.gemspec |