bitrix_webhook 0.2.9 → 0.2.10

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
- SHA1:
3
- metadata.gz: 9ed68e72f2a82cd86d8e70d392343b205fa03497
4
- data.tar.gz: 00fb863431145af167a40ab6ea3c3e50f011c5bc
2
+ SHA256:
3
+ metadata.gz: 3f195492895f4e36fc8091e41512ca1d5552dd08db0d085565e9d63a637081bc
4
+ data.tar.gz: ae57bbbcd61fa6535a10cbf4a27708fa86b40e06a8b73a08f50f7e4675af64d7
5
5
  SHA512:
6
- metadata.gz: 72384cec413552bbbd9f74c21ca627a3d39c223a073b78f42b7116bc6d1ce74f16a857fe9e7a7b9b675771a9ad0c1a84b638a227d95414fe2a90c00088167035
7
- data.tar.gz: 402818710307db81e9f192063bedf9f8233c2114e470fd90bbbedd1508e4372e66285a2d12e51493b97cd922e58e8cd8a9f47129add7fea4ee34b14320a6b6aa
6
+ metadata.gz: 51cb70aa3e07d480cc316795193b3a15910008e26935f068fdf1be16d14005b221d8114d52863216ac7c7a735ec15b26ebb984a9a7ce62a7fee88d540e95c095
7
+ data.tar.gz: 3d01ed43e10c69b3a90a976af9e3a01f35e729820d154ea4de5d61fb26e2d57684dfb8be5180d59817ccf8532816ef3d979ac01365339fe8c64994587598a146
@@ -25,6 +25,9 @@ module BitrixWebhook
25
25
  NAME: options[:fname],
26
26
  LAST_NAME: options[:lname],
27
27
  STATUS_ID: options[:status_id],
28
+ ADDRESS_CITY: options[:address_city],
29
+ ADDRESS_COUNTRY: options[:address_country],
30
+ ADDRESS_REGION: options[:address_region],
28
31
  OPENED: options[:opened],
29
32
  ASSIGNED_BY_ID: options[:assigned_by_id],
30
33
  PHONE: { '0': { VALUE: options[:phone] } },
@@ -75,4 +78,4 @@ module BitrixWebhook
75
78
 
76
79
  LEAD.singleton_class.send(:alias_method, :update_one_field, :update_one_filed)
77
80
  end
78
- end
81
+ end
@@ -1,3 +1,3 @@
1
1
  module BitrixWebhook
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitrix_webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii Danovskyi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-22 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.6.12
89
+ rubygems_version: 2.7.7
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: bitrix24 webhook rails