witei_web_api 0.2.2 → 0.2.3

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: 55fa8909edd37b50158593031164021ea1538a790b691749036b6427df17ed7f
4
- data.tar.gz: 3b4f6b8df3963f1b0315dbf23a141fb1794489176b454f77919fc0c302209ea5
3
+ metadata.gz: 1f056ba620a7473d7f6aede7f5d8bb221af6c0ec783250b2121fbad05f650dc7
4
+ data.tar.gz: baf9f163f55d8e2776efd03613545cc30f6db6d42241421f37c3c8a1453981b5
5
5
  SHA512:
6
- metadata.gz: 500cfd38841b45a275860ce2fe3ab11e1c90fa53d442e1f1ebcdb1b4086bf17e5240bfa404481fbc6738e956eba527c18231dd4c5258741865ae05e3f0a441ed
7
- data.tar.gz: f75144f12ca548c8dc7dd6fdc3b0348f705ab9322fa890fd6d986c5af30bfd0425753538889f9c9ff18476af52b66c13eeacdc85d17325b157587ed7302a3e78
6
+ metadata.gz: 0de90ecd2e40b4463c250628e9e954f7f4f260a0dc263203a2a06dbc176bb4fcd013ebf6eb5607b70f565c2f7fd75ba96fc8292755adae5c6079d3ac8ebeeb3e
7
+ data.tar.gz: e9b176be5ae4f4b2cf6a259d7552489965f777815d5c2caae1daccd0973c08e6bdbf85d034ae3c41c2a3818b1926a2d47a5ed68d3f85a7b852a55050a14b9248
@@ -13,7 +13,19 @@ class WiteiWebApi::House < WiteiWebApi::Base
13
13
  :agreement_valid_until,
14
14
  :commission_amount,
15
15
  :commission_shared_percent,
16
- :commission_percent
16
+ :commission_percent,
17
+ :street,
18
+ :street_number,
19
+ :province,
20
+ :town,
21
+ :zip_code,
22
+ :district,
23
+ :zone,
24
+ :urbanization,
25
+ :block,
26
+ :doorway,
27
+ :door,
28
+ :floor
17
29
 
18
30
  has_one(:owner) { WiteiWebApi::Contact }
19
31
  has_one(:partner) { WiteiWebApi::Contact }
@@ -43,7 +55,19 @@ class WiteiWebApi::House < WiteiWebApi::Base
43
55
  agreement_valid_until: form['agreement_valid_until'],
44
56
  commission_amount: form['commission_amount'],
45
57
  commission_shared_percent: form['commission_shared_percent'],
46
- commission_percent: form['commission_percent']
58
+ commission_percent: form['commission_percent'],
59
+ street: form['street'],
60
+ street_number: form['street_number'],
61
+ province: form['province'],
62
+ town: form['town'],
63
+ zip_code: form['zip_code'],
64
+ district: form['district'],
65
+ zone: form['zone'],
66
+ urbanization: form['urbanization'],
67
+ block: form['block'],
68
+ doorway: form['doorway'],
69
+ door: form['door'],
70
+ floor: form['floor']
47
71
  )
48
72
  house
49
73
  end
@@ -1,3 +1,3 @@
1
1
  module WiteiWebApi
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: witei_web_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Polushkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -227,7 +227,6 @@ extra_rdoc_files: []
227
227
  files:
228
228
  - ".gitignore"
229
229
  - Gemfile
230
- - Gemfile.lock
231
230
  - LICENSE
232
231
  - README.md
233
232
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,95 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- witei_web_api (0.2.2)
5
- activemodel (~> 5.0)
6
- mechanize (~> 2.7)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (5.2.1)
12
- activesupport (= 5.2.1)
13
- activesupport (5.2.1)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 0.7, < 2)
16
- minitest (~> 5.1)
17
- tzinfo (~> 1.1)
18
- addressable (2.5.2)
19
- public_suffix (>= 2.0.2, < 4.0)
20
- concurrent-ruby (1.1.4)
21
- connection_pool (2.2.2)
22
- crack (0.4.3)
23
- safe_yaml (~> 1.0.0)
24
- docile (1.3.1)
25
- domain_name (0.5.20180417)
26
- unf (>= 0.0.5, < 1.0.0)
27
- hashdiff (0.3.7)
28
- http-cookie (1.0.3)
29
- domain_name (~> 0.5)
30
- i18n (1.5.3)
31
- concurrent-ruby (~> 1.0)
32
- json (2.1.0)
33
- mechanize (2.7.6)
34
- domain_name (~> 0.5, >= 0.5.1)
35
- http-cookie (~> 1.0)
36
- mime-types (>= 1.17.2)
37
- net-http-digest_auth (~> 1.1, >= 1.1.1)
38
- net-http-persistent (>= 2.5.2)
39
- nokogiri (~> 1.6)
40
- ntlm-http (~> 0.1, >= 0.1.1)
41
- webrobots (>= 0.0.9, < 0.2)
42
- mime-types (3.1)
43
- mime-types-data (~> 3.2015)
44
- mime-types-data (3.2016.0521)
45
- mini_portile2 (2.4.0)
46
- minitest (5.11.3)
47
- minitest-line (0.6.5)
48
- minitest (~> 5.0)
49
- minitest-proveit (1.0.0)
50
- minitest (> 5, < 7)
51
- net-http-digest_auth (1.4.1)
52
- net-http-persistent (3.0.0)
53
- connection_pool (~> 2.2)
54
- nokogiri (1.10.1)
55
- mini_portile2 (~> 2.4.0)
56
- ntlm-http (0.1.1)
57
- public_suffix (3.0.2)
58
- rake (12.3.1)
59
- safe_yaml (1.0.4)
60
- simplecov (0.16.1)
61
- docile (~> 1.1)
62
- json (>= 1.8, < 3)
63
- simplecov-html (~> 0.10.0)
64
- simplecov-html (0.10.2)
65
- thread_safe (0.3.6)
66
- tzinfo (1.2.5)
67
- thread_safe (~> 0.1)
68
- unf (0.1.4)
69
- unf_ext
70
- unf_ext (0.0.7.5)
71
- vcr (3.0.3)
72
- webmock (3.4.2)
73
- addressable (>= 2.3.6)
74
- crack (>= 0.3.2)
75
- hashdiff
76
- webrobots (0.1.2)
77
- yard (0.9.14)
78
-
79
- PLATFORMS
80
- ruby
81
-
82
- DEPENDENCIES
83
- bundler (~> 1.15, >= 1.15.4)
84
- minitest (~> 5.9, >= 5.9.0)
85
- minitest-line (~> 0.6, >= 0.6.3)
86
- minitest-proveit (~> 1.0, >= 1.0.0)
87
- rake (~> 12.1, >= 12.1.0)
88
- simplecov (~> 0.11, >= 0.11.2)
89
- vcr (~> 3.0, >= 3.0.3)
90
- webmock (~> 3.0, >= 3.0.1)
91
- witei_web_api!
92
- yard (~> 0.9, >= 0.9.11)
93
-
94
- BUNDLED WITH
95
- 1.17.1