drone_view_api 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27407d251bcaefeda71580e96e4de326c34c517381366a127a76be9be531a90d
4
- data.tar.gz: 7a3da58293dd3e123017073d5aa77bf233e86d170029b186dae4b2b377d0d777
3
+ metadata.gz: 8d93d76bdcca6d2748e0eef31b5f09f7c4857ee623b4edfda918d3252a1be647
4
+ data.tar.gz: a3a70fb01a1ce776c90a6241a8f67695c5b4abb4148fcf19f5cce57d8ac66fac
5
5
  SHA512:
6
- metadata.gz: 3a6bae0b679f6038e593ded001e1c21d1a48097b672af6ef1816c58af5dbdcf21f6dfac8cad200ebc723184fd6539879107f0046317b6e13f0fd522080ecac5a
7
- data.tar.gz: feec7594f7d0314f68d9db8836e697a00a9ac56655cc22ae443d8ebb9c7443c6113489b30f764b4aec5a5114146ddb77fc749137daa3316b5be810b9338d3fc1
6
+ metadata.gz: 3cf43bd92de59cf2afa85df4f521f631c60d501cda40e1a38d72b413d9d71655d64f4af9ac97d878082afcb882bccd34fcf766e9364bd3532f604405c467217d
7
+ data.tar.gz: 4517ca63212509e605c95f8113fe13a8f6aba42c000d84729ed04bd4ddf2cd0d5fa1da986626f5c8162de858be2f36ba714a6cff72e4172c82e93179439616e6
@@ -3,6 +3,8 @@ class DroneApi::Inspections::Create < DroneApi::Base
3
3
  :name,
4
4
  :inspection_date,
5
5
  :building,
6
+ :building_id,
7
+ :client_id,
6
8
  keyword_init: true
7
9
  )
8
10
 
@@ -34,7 +36,8 @@ class DroneApi::Inspections::Create < DroneApi::Base
34
36
  inspection: {
35
37
  name: @params.email,
36
38
  inspection_date: @params.inspection_date,
37
- building: @params.building
39
+ building: @params.building_id,
40
+ building: @params.building
38
41
  }
39
42
  }
40
43
  end
@@ -1,3 +1,3 @@
1
1
  module DroneApi
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drone_view_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - saurabh gulati
@@ -47,8 +47,6 @@ files:
47
47
  - bin/console
48
48
  - bin/setup
49
49
  - drone_api.gemspec
50
- - drone_view_api-0.1.2.gem
51
- - drone_view_api-0.1.3.gem
52
50
  - lib/drone_api.rb
53
51
  - lib/drone_api/accounts.rb
54
52
  - lib/drone_api/accounts/create.rb
Binary file
Binary file