cropio-ruby 0.30 → 0.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cropio/resources/fuel_movement.rb +8 -0
- data/lib/cropio/resources/fuel_pump.rb +8 -0
- data/lib/cropio/resources/fuel_station.rb +8 -0
- data/lib/cropio/resources/fuel_tank.rb +8 -0
- data/lib/cropio/resources/fuel_type.rb +8 -0
- data/lib/cropio/resources.rb +5 -0
- data/lib/cropio/version.rb +1 -1
- metadata +12 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a09b01ad2cd226e3d591674de9aaa57a007943ca2cbb1bc6358c65033bdad55d
|
4
|
+
data.tar.gz: ba52a445b1b305910025d0e6d7a83a3fa609beb6d78eecbbb6a918cfbe9729fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b596498baa740efbe0a7bc351969c420d7118d0e5a69e00a64c01b2a0868dc5159f5c3d9b74a07d1e33243452906417386de65d6a68e261d22b84b811870dec
|
7
|
+
data.tar.gz: 74b8d87d49bf12ea9e409d09cd6718f8525017f92202be56456e5ecc1f52e64d1ce5321b646a91cc1abe7eba72a8ba5188eae6c2427d3cac1669fc8718645f04
|
data/lib/cropio/resources.rb
CHANGED
@@ -65,6 +65,11 @@ require_relative './resources/productivity_estimate_history'
|
|
65
65
|
require_relative './resources/fuel_hourly_data_item'
|
66
66
|
require_relative './resources/productivity_estimate'
|
67
67
|
require_relative './resources/productivity_estimate_peer'
|
68
|
+
require_relative './resources/fuel_station'
|
69
|
+
require_relative './resources/fuel_type'
|
70
|
+
require_relative './resources/fuel_tank'
|
71
|
+
require_relative './resources/fuel_pump'
|
72
|
+
require_relative './resources/fuel_movement'
|
68
73
|
|
69
74
|
module Cropio
|
70
75
|
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.31'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Vernidub
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: '0'
|
97
97
|
description: 'Cropio-Ruby provides simple ActiveRecord-like wrappings for Cropio API
|
98
98
|
|
99
|
-
'
|
99
|
+
'
|
100
100
|
email:
|
101
101
|
- info@cropio.com
|
102
102
|
executables: []
|
@@ -146,6 +146,11 @@ files:
|
|
146
146
|
- lib/cropio/resources/field_shape.rb
|
147
147
|
- lib/cropio/resources/field_shape_land_parcel_mapping_item.rb
|
148
148
|
- lib/cropio/resources/fuel_hourly_data_item.rb
|
149
|
+
- lib/cropio/resources/fuel_movement.rb
|
150
|
+
- lib/cropio/resources/fuel_pump.rb
|
151
|
+
- lib/cropio/resources/fuel_station.rb
|
152
|
+
- lib/cropio/resources/fuel_tank.rb
|
153
|
+
- lib/cropio/resources/fuel_type.rb
|
149
154
|
- lib/cropio/resources/group_folder.rb
|
150
155
|
- lib/cropio/resources/harvest_weighing.rb
|
151
156
|
- lib/cropio/resources/historical_value.rb
|
@@ -198,7 +203,7 @@ homepage: https://github.com/cropio/cropio-ruby
|
|
198
203
|
licenses:
|
199
204
|
- MIT
|
200
205
|
metadata: {}
|
201
|
-
post_install_message:
|
206
|
+
post_install_message:
|
202
207
|
rdoc_options: []
|
203
208
|
require_paths:
|
204
209
|
- lib
|
@@ -213,8 +218,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
218
|
- !ruby/object:Gem::Version
|
214
219
|
version: '0'
|
215
220
|
requirements: []
|
216
|
-
rubygems_version: 3.
|
217
|
-
signing_key:
|
221
|
+
rubygems_version: 3.2.15
|
222
|
+
signing_key:
|
218
223
|
specification_version: 4
|
219
224
|
summary: Cropio API bindings for Ruby
|
220
225
|
test_files: []
|