Sha256: e9cf3e90847010100c2e403f69c322c678e28c5575c9d5a4eec062cce01d30df

Contents?: true

Size: 981 Bytes

Versions: 2

Compression:

Stored size: 981 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'check_issuing/version'

Gem::Specification.new do |spec|
  spec.name          = 'check_issuing'
  spec.version       = CheckIssuing::VERSION
  spec.authors       = ["Iwo Dziechciarow"]
  spec.email         = ["iiwo@o2.pl"]
  spec.summary       = %q{Simple wrapper for checkissuing.com }
  spec.description   = %q{Simple wrapper for checkissuing.com (work in progress) }
  spec.homepage      = "https://github.com/ArcadiaPower/check-issuing"
  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{^(spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency 'httparty', '~> 0.14'

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", '~> 12.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
check_issuing-1.0.3 check_issuing.gemspec
check_issuing-1.0.2 check_issuing.gemspec