Sha256: 8d693a06fa82b48a01f108052b6aac38d89cd49ebdaaed4b1248825b09393e82

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.17.1"

  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.1 agx.gemspec