cropio-ruby 0.34 → 0.35
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: 6334b0aac2373e3c9568a53af9c2392bcd14faeb98cad7813f55542a80f22ad5
|
4
|
+
data.tar.gz: c5421132faf518f9436d55b23b39e23a9852b7b3c2fb2469ea589f84b2b69c70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27c270c4fd1b51657be157f984d492e25bc83f35ae994e429a6484f7c9c768ffcce04c8af09b89aa96c90b530b5b4a485a0d6be20bb404f8168d9c0e62be9027
|
7
|
+
data.tar.gz: 1de7ae2af062d29b312cc83d35b2dbf2934aaff5ee4fd89eaddc820706cba4d211b7665cec8538c8bed9814e3820fe002a850bfa394cba603c45ef1fb9c3688f
|
data/lib/cropio/resources.rb
CHANGED
@@ -81,6 +81,7 @@ require_relative './resources/growth_scale'
|
|
81
81
|
require_relative './resources/growth_stage'
|
82
82
|
require_relative './resources/growth_stage_group'
|
83
83
|
require_relative './resources/growth_stages_prediction'
|
84
|
+
require_relative './resources/growth_stage_structure_mapping_item'
|
84
85
|
|
85
86
|
module Cropio
|
86
87
|
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.35'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Vernidub
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -114,7 +114,6 @@ files:
|
|
114
114
|
- bin/console
|
115
115
|
- bin/login
|
116
116
|
- bin/setup
|
117
|
-
- cropio-ruby-0.33.gem
|
118
117
|
- cropio-ruby.gemspec
|
119
118
|
- lib/cropio.rb
|
120
119
|
- lib/cropio/connection.rb
|
@@ -157,6 +156,7 @@ files:
|
|
157
156
|
- lib/cropio/resources/growth_scale.rb
|
158
157
|
- lib/cropio/resources/growth_stage.rb
|
159
158
|
- lib/cropio/resources/growth_stage_group.rb
|
159
|
+
- lib/cropio/resources/growth_stage_structure_mapping_item.rb
|
160
160
|
- lib/cropio/resources/growth_stages_prediction.rb
|
161
161
|
- lib/cropio/resources/harvest_weighing.rb
|
162
162
|
- lib/cropio/resources/historical_value.rb
|
data/cropio-ruby-0.33.gem
DELETED
Binary file
|