sticapi_client 1.0.7 → 1.0.8

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: 562733461a0e8c6111e1148514d0eade5dd92f1d7d6fd78c73963de3c9726a51
4
- data.tar.gz: edcea5c8f9f52be206c10460bc829a758bbbebfd401ba0955cb8ce40531843e9
3
+ metadata.gz: 114b4fb750cfce0b61e112aa485f5b83d1af6c2b14cf7332bb05b527f520bb5c
4
+ data.tar.gz: fd2569c1664773f6beff5607dcef3bbc7f4adc8dc964594f59c06deee6354f65
5
5
  SHA512:
6
- metadata.gz: 4cbd8fae3471eabe0e2b895c8d1f9a87e1ae061427780b56b63b8f5a763cf8274cc81ab696bef2a231e97d80d4a62d5ae25648f9204570dfc7c25b2399f934b3
7
- data.tar.gz: bf5dfe5ab653d71dac5e0726abd3daf3eebe9a8bec01e338beac41108743f3944f508f3aae95e92f513066ef9def0f20ba0c703d11e8d76a824825ee8f5b29c4
6
+ metadata.gz: ebed65f5801c08db09b053cd2e82abcdb8cfe87a15d89e2015362c9828530d00e6ee3a3d44b5d5622aca979e640b09be42fb11d1c1741a4275e463766cea0461
7
+ data.tar.gz: 720fd66556479caf392c93180420bb529305d8819573ac045c4168aebbdb0ab988149612d2d33cd5a5a41dd82416029b10d6e5367fdbb17f19c0ae5e76a68857
@@ -9,7 +9,7 @@ module SticapiClient
9
9
  end
10
10
 
11
11
  def self.pre_pessoa_info(cpf)
12
- Sticapi::SticapiClient.instance.sticapi_request('/intranet/pessoa_info', cpf: cpf)
12
+ Sticapi::SticapiClient.instance.sticapi_request('/intranet/pre_pessoa_info', cpf: cpf)
13
13
  end
14
14
 
15
15
  def self.unidade_info(id)
@@ -1,4 +1,4 @@
1
1
  module SticapiClient
2
- VERSION = "1.0.7"
3
- # VERSION = "0.4.6"
2
+ VERSION = "1.0.8"
3
+ # VERSION = "0.4.7"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails