Sha256: bff7029205473b77aec67fc59a515ad0446269f8360c6714f6e1b1b50d44bc63
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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 = ["bryce@agdeveloper.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/AgDevelopers/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", "< 4" spec.add_dependency "oauth2", "< 2" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
agx-0.2.4 | agx.gemspec |
agx-0.2.3 | agx.gemspec |