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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ccbe1e848cec1e453b8bc1b13ce4433febcbbd3ebe26e3137abd9159368d5d7
4
- data.tar.gz: fde39187e4f243987f465310d6056fb636e63d245b5a546688729e1cedb70ced
3
+ metadata.gz: c786b01d2fd0875eaa51abaa9f21a3669ee747a754834fb4a01984706a3a18a9
4
+ data.tar.gz: 9f6577a8276c34d4351a43dfdc4aba958724f8ac5ac19578adcbde76495fa63f
5
5
  SHA512:
6
- metadata.gz: 29cc151268d422113fc600b36a18fed72bebd0e547c63e367067543845a6d6f9ff94bdc34c9b5905da7a0cf2e6a4c72dc371ced3efd2cdc430125732d62d50e5
7
- data.tar.gz: 14dcc251d90761f47ba215aadeb8a25503da8cf4049b9788d583eba626c1521242c153391d4f257aaa48c626374e82f5d30949f3722d1e131f10b549c1832f9a
6
+ metadata.gz: 9d28ce15cfc652a053b107bfa83545d000c009621dff0b7028d381e0d3097972a15ab40da6c81ed7183071cc825773eba19bbb9a46dfe6d66fcdd5841821fc9f
7
+ data.tar.gz: 1d189d91067e1ce73c38b5f780b6fb3461db778158c5036d8b36c08cdbc676e9b34c286207b545cd0bdc287c666408b42885a295a6663fc2cfae69de341c7d4f
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.1
5
- before_install: gem install bundler -v 1.12.5
4
+ - 2.5.1
5
+ before_install: gem install bundler -v 1.16.3
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 SST Software's [agX Platform APIs](http://www.agxplatform.com/agx-apis/).
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 [SST Software](http://www.sstsoftware.com/).
153
+ [agX](http://www.agxplatform.com/) is a registered trademark of [Proagrica](http://www.proagrica.com).
@@ -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@agdeveloper.com"]
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 SST Software's agX Platform APIs.}
14
- spec.homepage = "https://github.com/AgDevelopers/agx-ruby"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Agx
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
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
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-10 00:00:00.000000000 Z
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 SST Software's agX Platform APIs.
83
+ description: Ruby client for accessing Proagrica's agX Platform APIs.
84
84
  email:
85
- - bryce@agdeveloper.com
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/AgDevelopers/agx-ruby
109
+ homepage: https://github.com/beaorn/agx-ruby
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}