sticapi_client 0.3.5 → 0.3.6

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: 6cff576602faba9bcf0e0d3e52daf1e0b4e33b4866209b0907a178d4aed05f9a
4
- data.tar.gz: c986f37f2867cddf13e9bf468ecb38b4e0a5dc73d3fa3cae02f19b59b871499b
3
+ metadata.gz: 63de177b486ff717dcc3ae8971c398c169246a0d0c03b6f2b0e696b863390010
4
+ data.tar.gz: 2bca5ae50c3d18a4973781b0e36bd9b1261601739373def22dc0473283e67ac3
5
5
  SHA512:
6
- metadata.gz: 3f43946e4cd5739e33042f5bd02d29304c585490243b76168533749c536a2d7d75bcfde566dbda3e918d167ac0cbd7d2c257138f400e0d792621e4b3c45583cc
7
- data.tar.gz: cdf8b17f9e33567ea148c8d3d588451ba69e8fa8c10ba69dd23635ee4b7db9cc84d02792082ecc527423ede3a1365fe986dafd10a24363f6b8b465386b88767c
6
+ metadata.gz: fa77249d0d41b87a65ad2497d63034b1748af3bdc56f78a861704d4d41a5e15c022b8ea020aef18dd632b74fc6996963331b08349b4581cdda42893ac119f389
7
+ data.tar.gz: 6f93004a043dbfef9cd6c5cdd0eb4e5282ba6d4dc54a1aeb804ca94fbd4110270da7af0b5a6b04775154190fc6a750921f079a93f8e1a7c6800430ac4affe0ba
@@ -0,0 +1,7 @@
1
+ module SticapiClient
2
+ class Sip
3
+ def self.unidades
4
+ Sticapi::SticapiClient.instance.sticapi_request('/sip/unidades')
5
+ end
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
@@ -7,6 +7,7 @@ require 'sticapi_client/sticapi_devise_strategy'
7
7
  require 'sticapi_client/sticapi_controller'
8
8
  require 'sticapi_client/etjpi'
9
9
  require 'sticapi_client/intranet'
10
+ require 'sticapi_client/sip'
10
11
  require 'net/http'
11
12
 
12
13
  module Sticapi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
@@ -106,6 +106,7 @@ files:
106
106
  - lib/sticapi_client.rb
107
107
  - lib/sticapi_client/etjpi.rb
108
108
  - lib/sticapi_client/intranet.rb
109
+ - lib/sticapi_client/sip.rb
109
110
  - lib/sticapi_client/sticapi_controller.rb
110
111
  - lib/sticapi_client/sticapi_devise_strategy.rb
111
112
  - lib/sticapi_client/version.rb