sticapi_client 0.3.3 → 0.3.4

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: 697adf8202ba7f3088e57d96e9004f23a48d687dfb77fba08d81fb022c1c3de9
4
- data.tar.gz: b2264c1f17cf37789524de8d6c4e3990033f41bc63eb0c704e2727dabb89140e
3
+ metadata.gz: 2610e775ba351870823615680259f944011e8a2b8ec2479a01711d216c052f1a
4
+ data.tar.gz: 6d912a36e4b548b089e72d810156dec99e54f7b917301848941a3c4fb94ac6ac
5
5
  SHA512:
6
- metadata.gz: 4dc6820c43956c0547bccee67bd3f0d41b8284c8a56064037155f213c25ffb01a0327c3d835ca86da0364cc149f9a6535c50d0df282c59b39836d6e4bcebfe9c
7
- data.tar.gz: 18aab327f6e240fd86e49569221b0e965619407d056d19f0bc84838c1c00bcb882be2d9ae98948d887408ed50c439a843995660b797afc15af3f03731a7d49b7
6
+ metadata.gz: 3c4c1d1bf0026c4e1fb8701bd125b1cce2f3c7763d55e3debe76f1f8824f488dcbe6394c30934e52de38a028ecf65938f73485a208a99fa79d5f296c7e5eddae
7
+ data.tar.gz: 9d477922c2b2d79371172d7431b386924db5298988578396ec7ec21efbedfff90ecbf71fbdaf09b7a4bd1ccd5f9b40747c83883fc6fd2946d2809a0607af225b
File without changes
File without changes
File without changes
File without changes
@@ -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
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-15 00:00:00.000000000 Z
11
+ date: 2019-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -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