Sha256: 92a7d08459411b678f5f271ebb8c1b4168605a8e444eed23968cace3306bd84f
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'agx/version' Gem::Specification.new do |spec| spec.name = "agx" spec.version = Agx::VERSION spec.authors = ["Bryce Johnston"] spec.email = ["johnstonbrc@gmail.com"] spec.summary = %q{Ruby client for accessing agX Platform APIs.} spec.description = %q{Ruby client for accessing SST Software's agX Platform APIs.} spec.homepage = "https://github.com/brycejohnston/agx-ruby" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "oj", "~> 2.18" spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
agx-0.1.2 | agx.gemspec |