Sha256: 7fa0e87813660e34b17a07fde3f908570db967e3f302647eb370bce9a73ba164
Contents?: true
Size: 915 Bytes
Versions: 1
Compression:
Stored size: 915 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "arux_app" spec.version = "3.0.0" spec.authors = ["Arux Software"] spec.email = ["sheuer@aruxsoftware.com"] spec.summary = "Ruby gem for interacting with the Arux.app Switchboard APIs." spec.homepage = "https://arux.software" 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_runtime_dependency "httpi", "~> 2.4" spec.add_runtime_dependency "json", ">= 0" spec.add_development_dependency "bundler", ">= 1.14" spec.add_development_dependency "rake", ">= 12.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arux_app-3.0.0 | arux_app.gemspec |