cropio-ruby 0.19 → 0.20
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a20b1892eee7c583544a099873c23b21d0a3d292f3cc85e22c0c6e4bccbd7e63
|
4
|
+
data.tar.gz: adf3177b00cfe063aae9552d846c6ceb1e18bda4da319cc7a10fcd5859106fd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82c1ead15e22f999cbaf74d36df2f37c7d333d327cab188113c32a2d7245cb574441f4d9e0553de3344dc4630278f2b2932607048d678aeae057a03aec8f05b8
|
7
|
+
data.tar.gz: fb992dc5971306f34ab89df2f1eee169828a74763ffb76bd3722567ff5d040095a67916585e7593a3a9a6d0476d2b6840f32197cfc5447898055c4771e185f48
|
Binary file
|
data/lib/cropio/resources.rb
CHANGED
@@ -63,6 +63,8 @@ require_relative './resources/land_parcel'
|
|
63
63
|
require_relative './resources/protected_document'
|
64
64
|
require_relative './resources/productivity_estimate_history'
|
65
65
|
require_relative './resources/fuel_hourly_data_item'
|
66
|
+
require_relative './resources/productivity_estimate'
|
67
|
+
require_relative './resources/productivity_estimate_peer'
|
66
68
|
|
67
69
|
module Cropio
|
68
70
|
module Resources
|
data/lib/cropio/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cropio-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.20'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Vernidub
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- bin/login
|
115
115
|
- bin/setup
|
116
116
|
- cropio-ruby-0.18.gem
|
117
|
+
- cropio-ruby-0.19.gem
|
117
118
|
- cropio-ruby.gemspec
|
118
119
|
- lib/cropio.rb
|
119
120
|
- lib/cropio/connection.rb
|
@@ -175,7 +176,9 @@ files:
|
|
175
176
|
- lib/cropio/resources/note.rb
|
176
177
|
- lib/cropio/resources/photo.rb
|
177
178
|
- lib/cropio/resources/plant_threat.rb
|
179
|
+
- lib/cropio/resources/productivity_estimate.rb
|
178
180
|
- lib/cropio/resources/productivity_estimate_history.rb
|
181
|
+
- lib/cropio/resources/productivity_estimate_peer.rb
|
179
182
|
- lib/cropio/resources/protected_document.rb
|
180
183
|
- lib/cropio/resources/satellite_image.rb
|
181
184
|
- lib/cropio/resources/seed.rb
|