artemis_api 0.7.4 → 0.7.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/Gemfile.lock +1 -1
- data/lib/artemis_api.rb +1 -0
- data/lib/artemis_api/completion.rb +1 -0
- data/lib/artemis_api/crop_batch_state.rb +5 -0
- data/lib/artemis_api/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf8193d6392796c8274e2acb172f6de84afa46ae87bda869c4bf8878225e3b61
|
4
|
+
data.tar.gz: c2b81d0f22021e493588bad0796f4864fa3e09eb77afa098e7e572c974fc2641
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e421a1abfdedd4381fbb71caceb12deac62eb1ce8ddb43eb0facdda3cdf0a19581c76e5228a58782aca0ee7bbccc7b8d51da843575dbb45859fbf5d1cdd240
|
7
|
+
data.tar.gz: 3e160124c0562942f0c993f979a21e539ef686a9aa3d99b3c0b756e775dd2349bf2955ba14ea6fb3e0e2128dc4982c4085595336ad77adfa2247882793e2feef
|
data/Gemfile.lock
CHANGED
data/lib/artemis_api.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
module ArtemisApi
|
2
2
|
class Completion < ArtemisApi::Model
|
3
3
|
json_type 'completions'
|
4
|
+
related_to_one :crop_batch_state
|
4
5
|
|
5
6
|
def self.find(id:, facility_id:, client:, include: nil, force: false)
|
6
7
|
client.find_one(self.json_type, id, facility_id: facility_id, include: include, force: force)
|
data/lib/artemis_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: artemis_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamey Hampton
|
8
8
|
- Carlos Betancourt Carrero
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-11-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: oauth2
|
@@ -109,7 +109,7 @@ dependencies:
|
|
109
109
|
- - ">="
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
|
-
description:
|
112
|
+
description:
|
113
113
|
email:
|
114
114
|
- jhampton@artemisag.com
|
115
115
|
- cbetancourt@artemisag.com
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- lib/artemis_api/batch.rb
|
135
135
|
- lib/artemis_api/client.rb
|
136
136
|
- lib/artemis_api/completion.rb
|
137
|
+
- lib/artemis_api/crop_batch_state.rb
|
137
138
|
- lib/artemis_api/crop_variety.rb
|
138
139
|
- lib/artemis_api/custom_data.rb
|
139
140
|
- lib/artemis_api/custom_fields.rb
|
@@ -173,7 +174,7 @@ homepage: https://github.com/artemis-ag/artemis_api/
|
|
173
174
|
licenses:
|
174
175
|
- MIT
|
175
176
|
metadata: {}
|
176
|
-
post_install_message:
|
177
|
+
post_install_message:
|
177
178
|
rdoc_options: []
|
178
179
|
require_paths:
|
179
180
|
- lib
|
@@ -188,8 +189,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
189
|
- !ruby/object:Gem::Version
|
189
190
|
version: '0'
|
190
191
|
requirements: []
|
191
|
-
rubygems_version: 3.0.
|
192
|
-
signing_key:
|
192
|
+
rubygems_version: 3.0.1
|
193
|
+
signing_key:
|
193
194
|
specification_version: 4
|
194
195
|
summary: An API wrapper for the ArtemisAg API
|
195
196
|
test_files: []
|