cropio-ruby 0.17 → 0.18

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: 73a111ae58885832bf418645eb97912065323767f743c6f29bd25cdd82b54e3a
4
- data.tar.gz: bfd01fd02aab5cd353a542b2471f75202238799fde0eb2e7abaf30cac04cbece
3
+ metadata.gz: 3f7584d25e7edb117467e4226828dd527d71954d15f937c3910da10781ba0020
4
+ data.tar.gz: e1da509697904f9d4a5abb5249098fcfac97422e3c64074219cee7eeb3d54f4d
5
5
  SHA512:
6
- metadata.gz: 66d0186ca520dd213a8192293f44fe9335009917a94933b7743863f5b6c1cefcda9486b2c17db79a84dc52d1f0872ab2687eff7a938e5e541dbf1030c01cb6f1
7
- data.tar.gz: 351fde7b76ad56e8db8eef1989d7f5798137d590c1a8e3c7162f7119b6e92662a327159e3a2a283914c0e90790dd571ae1e061e9142fb68dc66d9c5899adf733
6
+ metadata.gz: 6c939aba948e8aa8f4e5960127ef80b3309aa009209d00dad4126ba0bb744f13b6e68b9261e0c194078497869d689cca35440d5bfbf197b77ace0d72842b215e
7
+ data.tar.gz: 5c265726d59ab9dcdcc2037674467261415d97a6ea0ce80b8ba4890eac25de3251f2cc10ef334f3027ef359f07dea7b540d5ceff42dcb253aeb849f62a47f9e5
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Cropio
4
+ module Resources
5
+ class ProductivityEstimateHistory < Cropio::Resource::Base
6
+ end
7
+ end
8
+ end
@@ -61,6 +61,7 @@ require_relative './resources/land_document'
61
61
  require_relative './resources/land_document_land_parcel_mapping_item'
62
62
  require_relative './resources/land_parcel'
63
63
  require_relative './resources/protected_document'
64
+ require_relative './resources/productivity_estimate_history'
64
65
 
65
66
 
66
67
  module Cropio
@@ -1,3 +1,3 @@
1
1
  module Cropio
2
- VERSION = '0.17'.freeze
2
+ VERSION = '0.18'.freeze
3
3
  end
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.17'
4
+ version: '0.18'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Vernidub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -173,6 +173,7 @@ files:
173
173
  - lib/cropio/resources/note.rb
174
174
  - lib/cropio/resources/photo.rb
175
175
  - lib/cropio/resources/plant_threat.rb
176
+ - lib/cropio/resources/productivity_estimate_history.rb
176
177
  - lib/cropio/resources/protected_document.rb
177
178
  - lib/cropio/resources/satellite_image.rb
178
179
  - lib/cropio/resources/seed.rb