auth-lh 0.11.1 → 0.11.2

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: 9fc9f0e88f2b9ed076526b42637fa1da568ff317
4
- data.tar.gz: a5be5c3fa8ced31f68412a997d78bbbf76576ff7
3
+ metadata.gz: cca18c0e2386b3fa95def7a4b56c52474ac4107f
4
+ data.tar.gz: edec67d69f231720bd7153e2a8c548cf43503ef9
5
5
  SHA512:
6
- metadata.gz: dd4050e077113ce731021f67d39f894e7d8110a5b04213ad4da013ef2dcce316ebae46e4ead18c4e1e46d1e4aec9ac88b5883d34ce0475b4eccfc0045b92e039
7
- data.tar.gz: 8b300fc684f24fa9dfb484eaab4fa33005ae25734362580f9b68fa84f6b73d7d646c10d509b228dc0ea0806dab01a713ab9e514564ac9f0217f083fc8e244944
6
+ metadata.gz: f1f20859a52438ec69634d8fa9baa331e1a4bb552933978fcfa34dc0c2946749df6e80b394b64df12a94f29212f764823f06e6e1ad2d1b669f6ebdb14b55d2db
7
+ data.tar.gz: a67356f990905e57beabc31900f3c643be078ac2fa712e004a903c1b90e1b6bf6e4d5ce7511ea6aae024b0c4531cb15b5900752cd26894c4933ea30f07540a05
data/CHANGELOG.md CHANGED
@@ -153,3 +153,7 @@
153
153
  ## v0.11.1
154
154
 
155
155
  * Bugfix
156
+
157
+ ## v0.11.2
158
+
159
+ * Added attributes to user extended
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.11.1"
3
+ VERSION = "0.11.2"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ module AuthLh
4
4
  :password_expired, :enabled, :shop_code, :allow_remote_access,
5
5
  :session_timeout, :only_working_time, :dni, :allow_multiple_sessions,
6
6
  :working_time, :has_attendance_control, :has_remote_desktop,
7
- :fingerprint_from, :fingerprint_to
7
+ :fingerprint_from, :fingerprint_to, :role_codes, :app_codes
8
8
 
9
9
  def initialize(attributes={})
10
10
  attributes.each do |k,v|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick