agx 0.1.4 → 0.1.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
  SHA1:
3
- metadata.gz: 9c88179431a894d6172c12239a24f8321d600eb0
4
- data.tar.gz: f78b50d5e87432c1082e8a73bb87fa5c0fd3589d
3
+ metadata.gz: f670e50935fe7a601ed28e0add6de18e538583be
4
+ data.tar.gz: 0bcf76312724978729c8c8ab71a22bfb9527b63d
5
5
  SHA512:
6
- metadata.gz: 8f1c6ed9a337c46b449d4d29948b00ea85b639feb3c7aea677b0f2af3eda1369c7577cc93374d68c3b592c80c7728ca3cc787e011ac0ee5e11e521e7bdb55404
7
- data.tar.gz: b039f0ce6ae6f730344f5b330866ac83564a11f767219430f78d9e5039d2a1c335fd41428d38560b1d769af3a905e1b1aed8182349628602b972427361b11753
6
+ metadata.gz: 050acdd02a5f31dde90b5c485d3d0de629ce6fd0c21883da69a38bbde6675ca4214584db672a1fbb09be7c38274d1b1aa8c01d876798d7a3c8d220ea167baf94
7
+ data.tar.gz: b3a26f2a8f9985f881fcd09305da8ff5ab1abc03bea03e2c6ed206e8edab865d132198d3bd0ba504a98e4cbcab7b6f73b012d024e0059f4365a940abf4a48460
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.3.1
4
+ - 2.4.1
5
5
  before_install: gem install bundler -v 1.12.5
data/README.md CHANGED
@@ -103,11 +103,11 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
103
103
 
104
104
  ## Contributing
105
105
 
106
- Bug reports and pull requests are welcome on GitHub at https://github.com/brycejohnston/agx-ruby.
106
+ Bug reports and pull requests are welcome on GitHub at https://github.com/CropQuest/agx-ruby.
107
107
 
108
108
 
109
109
  ## License
110
110
 
111
- The gem is available as open source under the terms of the MIT License (see [LICENSE.txt](https://github.com/brycejohnston/agx-ruby/blob/master/LICENSE.txt))
111
+ The gem is available as open source under the terms of the MIT License (see [LICENSE.txt](https://github.com/CropQuest/agx-ruby/blob/master/LICENSE.txt))
112
112
 
113
113
  [agX](http://www.agxplatform.com/) is a registered trademark of [SST Software](http://www.sstsoftware.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@agdeveloper.com"]
10
+ spec.email = ["bjohnston@cropquest.com"]
11
11
 
12
12
  spec.summary = %q{Ruby client for accessing agX Platform APIs.}
13
13
  spec.description = %q{Ruby client for accessing SST Software's agX Platform APIs.}
14
- spec.homepage = "https://github.com/brycejohnston/agx-ruby"
14
+ spec.homepage = "https://github.com/CropQuest/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)/}) }
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.add_dependency "oj", "~> 3.0.0"
23
- spec.add_dependency "oauth2", "~> 1.3.1"
22
+ spec.add_dependency "oj", "~> 3.0"
23
+ spec.add_dependency "oauth2", "~> 1.3"
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 1.12"
26
26
  spec.add_development_dependency "rake", "~> 10.0"
data/lib/agx/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Agx
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.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.1.4
4
+ version: 0.1.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: 2017-04-25 00:00:00.000000000 Z
11
+ date: 2017-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.0
26
+ version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: oauth2
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.3.1
33
+ version: '1.3'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.3.1
40
+ version: '1.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '3.0'
83
83
  description: Ruby client for accessing SST Software's agX Platform APIs.
84
84
  email:
85
- - bryce@agdeveloper.com
85
+ - bjohnston@cropquest.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
@@ -104,7 +104,7 @@ files:
104
104
  - lib/agx/sync.rb
105
105
  - lib/agx/sync/client.rb
106
106
  - lib/agx/version.rb
107
- homepage: https://github.com/brycejohnston/agx-ruby
107
+ homepage: https://github.com/CropQuest/agx-ruby
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}