zoho_hub 0.1.6 → 0.1.7

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: 8d8a71de9f706d946eff1f922d60eff71402959da1661595d6681df43eab9bb4
4
- data.tar.gz: 7609bda6aeff1132269dd46c2ce6aa358b2cebabc1731104893a7b6257758965
3
+ metadata.gz: d2cbec00425f02c791ce36fe7b5906fe81ab0a0fe038233d0b4002a38a04d4a3
4
+ data.tar.gz: e38e359dab1baed51a97832bdf88ec70af91f9277a80793bf37586990e218250
5
5
  SHA512:
6
- metadata.gz: f8f06f6439c94caeb6463e1fcb96bf58fc4afe60694babdb8817132e4bfb60e12ec0eef30ae87cf76a94ff220cd87714ebafd40a69ab5fc30b6770a0b3ba716a
7
- data.tar.gz: ba0097136d9e8aba75c2ac00c70025e9166fc43a556f02acf2416753064613dc0fa8db29044f3801f7488484d1c8806ee758c8c669b5e32402269153ae740338
6
+ metadata.gz: bb0ac1921244a51332e1fde57f4e98b5b3a49874ba2dfa21829c3ceca5bc4eb3786bbfd68082f2caf43e0677884232b7a813194c31d52e0864ff15d58a3fde2c
7
+ data.tar.gz: d4bcbe66a54f67d37fd51e2bfef5d525ae3f7b1b2f77cc3f0cb1aacc9a0889d02c898744c3787c5b854f8e65251848938ae49236bb6b1a40446ac2b170a5782f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zoho_hub (0.1.6)
4
+ zoho_hub (0.1.7)
5
5
  activesupport (~> 5.2)
6
6
  addressable (~> 2.5)
7
7
  faraday (~> 0.15)
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (5.2.0)
15
+ activesupport (5.2.1)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
@@ -30,7 +30,7 @@ GEM
30
30
  multipart-post (>= 1.2, < 3)
31
31
  faraday_middleware (0.12.2)
32
32
  faraday (>= 0.7.4, < 1.0)
33
- i18n (1.0.1)
33
+ i18n (1.1.0)
34
34
  concurrent-ruby (~> 1.0)
35
35
  jaro_winkler (1.5.1)
36
36
  json (2.1.0)
@@ -44,8 +44,10 @@ module ZohoHub
44
44
  if data.dig(:details, :expected_data_type)
45
45
  expected = data.dig(:details, :expected_data_type)
46
46
  field = data.dig(:details, :api_name)
47
+ parent_api_name = data.dig(:details, :parent_api_name)
47
48
 
48
49
  msg << ", expected #{expected} for '#{field}'"
50
+ msg << " in #{parent_api_name}" if parent_api_name
49
51
  end
50
52
 
51
53
  msg
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport