Sha256: 1912a5acb90d988877f0e0aa1b07f88af4d94a85ba8b646c83619b105ef7e49e
Contents?: true
Size: 929 Bytes
Versions: 2
Compression:
Stored size: 929 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'xolphin/api/version' Gem::Specification.new do |spec| spec.name = "xolphin-api" spec.version = Xolphin::Api::VERSION spec.authors = ["Xolphin", "Bart van Kalmthout - Faber"] spec.email = ["api@xolphin.com", "bart@xolphin.nl"] spec.summary = "Xolphin API module for Ruby" spec.homepage = "https://xolphin.nl/" 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", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xolphin-api-1.9.0 | xolphin-api.gemspec |
xolphin-api-1.8.0 | xolphin-api.gemspec |