printos 0.3.14 → 0.3.15

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
  SHA1:
3
- metadata.gz: d55159b491456c4aef62f7521df750ccef81f125
4
- data.tar.gz: 7fc2f8193fe74c90019e62b2def766cf359f1286
3
+ metadata.gz: 96d3534d23cadbe059647fcc4f615a254821994d
4
+ data.tar.gz: 66cf7b8ae6c33e18ebcd8b0bf5dc3114920858c0
5
5
  SHA512:
6
- metadata.gz: 1a3a7f21a1afc9bb143b6a092bf3a935963855e71a2e6a1ccaafb3114294fda989e0730f901df30e2213d1bad0eb82cf99c109cd91b2f0f90e15be6a0ceb4c12
7
- data.tar.gz: 66ee85a0fc92f70162c8c0ad97031de83ffddc134ce8fcaba9a34581e5a3f4a923954ebe1bd3e42d879466ba0f64404b1f9c5dce131dc65fc4dba0bcb23dbb53
6
+ metadata.gz: 13ed95c782b49fafaf6b4a8878485f011e067bbd679d5e7431b9a8220a990a3a55fe236bfeed8c606e34553a3e96029942edc5f2ecc6fd16fe100a0e0e4734f6
7
+ data.tar.gz: e26d461dc9859db745a2c66cbb03deb3f840c7909f261ff6023f580f201db38d8c4357d9ce44f8e6cf4ff326f041405db1f5c594caed9905fb1ee0c4a8751e94
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- printos (0.3.14)
4
+ printos (0.3.15)
5
5
  request_store (~> 1.3.2)
6
6
  rest-client (~> 2.0.2)
7
7
 
@@ -58,11 +58,6 @@ class PrintosClient
58
58
  }
59
59
 
60
60
  @authorization ||= Printos::AaaService.authorize(body, true)
61
-
62
- # Cache user
63
- @user = @authorization[:user] unless @authorization[:user].nil?
64
-
65
- @authorization
66
61
  end
67
62
 
68
63
  def permissions
@@ -1,3 +1,3 @@
1
1
  module Printos
2
- VERSION = '0.3.14'
2
+ VERSION = '0.3.15'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: printos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Dalmir"
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2018-03-27 00:00:00.000000000 Z
15
+ date: 2018-03-28 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler