auth-lh 0.21.1 → 0.22.0

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
  SHA1:
3
- metadata.gz: 266683ceb83cadee752cc0ae2df2985728fb6546
4
- data.tar.gz: 311264069c9c7bd1791beb3c4a9b0bcc45c689bb
3
+ metadata.gz: 818c8f6b0dd637d234df8cae90eef1af92592b3c
4
+ data.tar.gz: d63fd638426ee6a5ca3023128789c9b7b93e2503
5
5
  SHA512:
6
- metadata.gz: 186e86f0b54a90992b8df07270c47f8abbb6dc87eb35cc043ed343b7119466d3d7e058bb50818e1eeae342768da0be1b616da125d6b4731fce8e3408e7b5a673
7
- data.tar.gz: 80c0c7fee4508b51cd623ce6b1a37a0fad66251e8b3f7f3c565795263164a70c4d58f1bac77bb9f6a8739dd1431a9fa286e0606bc9b0b9a4f176666836c25c3d
6
+ metadata.gz: 9aebc07f69b8380ddcc6088a4672e5ee93238c069526373d375dd09a0502c8326c606aee08107eda94ee554072876b14002f477bb1a5731a89f54c0a0c50df16
7
+ data.tar.gz: ee8dad9628da61e70240f37c26116af8d65135de93d195d78f96a3c08f5b25d48c893e6dfaaaf588f79a3d82e98a938bdc374588df7bc97a7718c510490de2e1
data/CHANGELOG.md CHANGED
@@ -225,3 +225,7 @@
225
225
  ## v0.21.1
226
226
 
227
227
  * Removed no longer used attribute from users.
228
+
229
+ ## v0.22
230
+
231
+ * Added local app shops to user
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.21.1"
3
+ VERSION = "0.22.0"
4
4
  end
5
5
  end
data/lib/auth_lh/user.rb CHANGED
@@ -3,7 +3,8 @@ module AuthLh
3
3
  attr_accessor :email, :jabber, :first_name, :last_name, :login,
4
4
  :shop_code, :shop_id, :shop_name, :enabled, :password_expired,
5
5
  :has_remote_desktop, :attendance_mode, :fingerprint_from,
6
- :fingerprint_to, :attendance_mode, :external_apps, :roles
6
+ :fingerprint_to, :attendance_mode, :external_apps, :roles,
7
+ :local_app_shop_codes
7
8
 
8
9
  def initialize(attributes={})
9
10
  attributes.each do |k,v|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.1
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-06 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.4.5.2
97
+ rubygems_version: 2.5.2
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Authentication with auth lh api