stp_client 0.5.0 → 0.5.1

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: 31f09992066ba6228571a886be708005823a6ba2ac8582ee8d88c125f78de948
4
- data.tar.gz: b0293665af046138faf6a4edb9f1ea5d5fe88b734e550ddcfb2f4348816f2fdb
3
+ metadata.gz: 19454b246bdaa5b1ae1d0500db52a7dc175eca4325322fb8e96e88a89905d4ee
4
+ data.tar.gz: 271cc11dfe402344da55196eeea7e6ba65e2fab0511d94fca7edd2133cd1837c
5
5
  SHA512:
6
- metadata.gz: 2086240e685e235707f982b22f8d90f7e84368d42bd0d44a1146d4e5a99fbcf88d77a0c3a428b934219297d68069523d11926b5b145cbfa6365971d10518e26b
7
- data.tar.gz: f37ff3bafb97b88083cc326708d6bb393d52d268565551c5dcbd395fdadd8f6504b1c7ed8d088e8122d815c61899f9ebbf28585a865ed29c1da33d6b605e379c
6
+ metadata.gz: 175549e97a9b69f1ab2923966d3bdd697533604553a7c7ebebc75830c8d4b0e2e84718eb32d8c6f9e98417d575ff26526a151d5521c7ed496a5bbe908edbd54e
7
+ data.tar.gz: 64a9a6cb5d5b5023b1c3bffff9f1e60f960886074fc1b5c36c1c3154560d0a992fe53e3fa08bc5d07393d9e236996a070a4400a772c15cf60fbb7507a88704de
@@ -16,8 +16,8 @@ module STP
16
16
  :interior_number, # numeroInterior
17
17
  :neighborhood, # colonia
18
18
  :municipality, # alcaldiaMunicipio
19
- :zip_code, # cp
20
- :country, # pais
19
+ :zip_code, # codigoPostal
20
+ :country, # paisNacimiento
21
21
  :email, # email
22
22
  :identification_id, # idIdentificacion: credencial para votar (INE/IFE)
23
23
  :phone, # telefono
@@ -49,12 +49,12 @@ module STP
49
49
  entidadFederativa: @state,
50
50
  actividadEconomica: @economic_activity,
51
51
  calle: @street,
52
- numeroExterior: @exterior_number,
53
- numeroInterior: @interior_number,
52
+ numExterior: @exterior_number,
53
+ numInterior: @interior_number,
54
54
  colonia: @neighborhood,
55
55
  alcaldiaMunicipio: @municipality,
56
- cp: @zip_code,
57
- pais: @country,
56
+ codigoPostal: @zip_code,
57
+ paisNacimiento: @country,
58
58
  email: @email,
59
59
  idIdentificacion: @identification_id,
60
60
  telefono: @phone,
@@ -1,3 +1,3 @@
1
1
  module STP
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yellowme