agx 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/README.md +4 -2
- data/agx.gemspec +3 -3
- data/lib/agx/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c786b01d2fd0875eaa51abaa9f21a3669ee747a754834fb4a01984706a3a18a9
|
|
4
|
+
data.tar.gz: 9f6577a8276c34d4351a43dfdc4aba958724f8ac5ac19578adcbde76495fa63f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d28ce15cfc652a053b107bfa83545d000c009621dff0b7028d381e0d3097972a15ab40da6c81ed7183071cc825773eba19bbb9a46dfe6d66fcdd5841821fc9f
|
|
7
|
+
data.tar.gz: 1d189d91067e1ce73c38b5f780b6fb3461db778158c5036d8b36c08cdbc676e9b34c286207b545cd0bdc287c666408b42885a295a6663fc2cfae69de341c7d4f
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[gem]: https://rubygems.org/gems/agx
|
|
6
6
|
|
|
7
|
-
Ruby client for accessing
|
|
7
|
+
Ruby client for accessing Proagrica's [agX Platform APIs](http://www.agxplatform.com/agx-apis/).
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -106,6 +106,8 @@ user_transaction_id = nil
|
|
|
106
106
|
|
|
107
107
|
### agX Pictures API
|
|
108
108
|
|
|
109
|
+
*Note: The pictures API client implementation still needs more work.*
|
|
110
|
+
|
|
109
111
|
Setup agX Pictures Client
|
|
110
112
|
|
|
111
113
|
```ruby
|
|
@@ -148,4 +150,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/beaorn
|
|
|
148
150
|
|
|
149
151
|
The gem is available as open source under the terms of the MIT License (see [LICENSE.txt](https://github.com/beaorn/agx-ruby/blob/master/LICENSE.txt))
|
|
150
152
|
|
|
151
|
-
[agX](http://www.agxplatform.com/) is a registered trademark of [
|
|
153
|
+
[agX](http://www.agxplatform.com/) is a registered trademark of [Proagrica](http://www.proagrica.com).
|
data/agx.gemspec
CHANGED
|
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "agx"
|
|
8
8
|
spec.version = Agx::VERSION
|
|
9
9
|
spec.authors = ["Bryce Johnston"]
|
|
10
|
-
spec.email = ["bryce@
|
|
10
|
+
spec.email = ["bryce@beaorn.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Ruby client for accessing agX Platform APIs.}
|
|
13
|
-
spec.description = %q{Ruby client for accessing
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.description = %q{Ruby client for accessing Proagrica's agX Platform APIs.}
|
|
14
|
+
spec.homepage = "https://github.com/beaorn/agx-ruby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/agx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryce Johnston
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oj
|
|
@@ -80,9 +80,9 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '3.0'
|
|
83
|
-
description: Ruby client for accessing
|
|
83
|
+
description: Ruby client for accessing Proagrica's agX Platform APIs.
|
|
84
84
|
email:
|
|
85
|
-
- bryce@
|
|
85
|
+
- bryce@beaorn.com
|
|
86
86
|
executables: []
|
|
87
87
|
extensions: []
|
|
88
88
|
extra_rdoc_files: []
|
|
@@ -106,7 +106,7 @@ files:
|
|
|
106
106
|
- lib/agx/sync.rb
|
|
107
107
|
- lib/agx/sync/client.rb
|
|
108
108
|
- lib/agx/version.rb
|
|
109
|
-
homepage: https://github.com/
|
|
109
|
+
homepage: https://github.com/beaorn/agx-ruby
|
|
110
110
|
licenses:
|
|
111
111
|
- MIT
|
|
112
112
|
metadata: {}
|