cropio-ruby 0.18 → 0.19
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/cropio-ruby-0.18.gem +0 -0
- data/lib/cropio/resources.rb +1 -1
- data/lib/cropio/resources/fuel_hourly_data_item.rb +8 -0
- data/lib/cropio/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ec5f988580a17f1fc412221ce8aaec1ebb0317a67f45d48f662f0c1061cec63
|
|
4
|
+
data.tar.gz: 3f74667bf71cfaa7cfaa818c3e40f8faac0d14042aacc8067b3ccc3ce5d4b32a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad7faf65ddcd80bcf6825f38f3934f845e33b30d5c4d1815f08e77431463d5856895f7878bb86aafdd5c0cacdc8bd1cad5cc8bd757d4b38df7dbf1c18731471d
|
|
7
|
+
data.tar.gz: 4b2e7d8f1574c8c8d751df3e00f393c74a68e97737bfbdee7f301b290fb849c6164c79af6fba4553a5800beacab3d8d24390d9b1f324a59d62d236f26fd21619
|
|
Binary file
|
data/lib/cropio/resources.rb
CHANGED
|
@@ -62,7 +62,7 @@ require_relative './resources/land_document_land_parcel_mapping_item'
|
|
|
62
62
|
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
66
|
|
|
67
67
|
module Cropio
|
|
68
68
|
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.19'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergey Vernidub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -113,6 +113,7 @@ files:
|
|
|
113
113
|
- bin/console
|
|
114
114
|
- bin/login
|
|
115
115
|
- bin/setup
|
|
116
|
+
- cropio-ruby-0.18.gem
|
|
116
117
|
- cropio-ruby.gemspec
|
|
117
118
|
- lib/cropio.rb
|
|
118
119
|
- lib/cropio/connection.rb
|
|
@@ -145,6 +146,7 @@ files:
|
|
|
145
146
|
- lib/cropio/resources/field_scout_report_threat_mapping_item.rb
|
|
146
147
|
- lib/cropio/resources/field_shape.rb
|
|
147
148
|
- lib/cropio/resources/field_shape_land_parcel_mapping_item.rb
|
|
149
|
+
- lib/cropio/resources/fuel_hourly_data_item.rb
|
|
148
150
|
- lib/cropio/resources/group_folder.rb
|
|
149
151
|
- lib/cropio/resources/harvest_weighing.rb
|
|
150
152
|
- lib/cropio/resources/historical_value.rb
|