auth-lh 0.13.0 → 0.13.1

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: 22bd2ce43c5bc8fdbb378dc67ec702c6d8238344
4
- data.tar.gz: 9aea9637e9a1da011c2976df82aacdf22ddf812a
3
+ metadata.gz: 6bd2ad060985f7dc7738ca261d26bfe6a14e9167
4
+ data.tar.gz: e92248fa8f10c9225a6f0fa12e5c242edf0cbdb5
5
5
  SHA512:
6
- metadata.gz: c40cde2121c358e1eec31079815b791310fa89be8e4421032b6a70f0d0e299180dd0bc968294ad503cd96ae59c34fd8f090e061f2b1daa7921066d68979cbbad
7
- data.tar.gz: bab243d0fcca65ed793a7af79796f4ffdf383eb370ebd856c5b6911454e15f9babe6496c8888a4911107ffff5267347c0299cfca72e02769e56b976f28c1211e
6
+ metadata.gz: 2a994dcd9eb6bfe1d57db12b6057ca9abce4a591fd9919f881fa72f6984852d9f56ebd198e61184d26fb50b015d46b997d8e2a65a33b759c0e294145c3187873
7
+ data.tar.gz: fa4d3d4620427da8d865ef80069590d8431396430c5828f072da8057bf61eab0026ecaefc3f64947a94fc5d7dce9006a94fc49712034ac89c20d70782edab8a0
data/CHANGELOG.md CHANGED
@@ -169,3 +169,7 @@
169
169
  ## v0.13.0
170
170
 
171
171
  * Refactor on authentication module
172
+
173
+ ## v0.13.1
174
+
175
+ * Removed no longer used attributes
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.13.0"
3
+ VERSION = "0.13.1"
4
4
  end
5
5
  end
data/lib/auth_lh/user.rb CHANGED
@@ -2,8 +2,8 @@ module AuthLh
2
2
  class User
3
3
  attr_accessor :email, :jabber, :name, :login, :shop_code,
4
4
  :shop_id, :shop_name, :enabled, :role_codes, :password_expired,
5
- :dni, :has_attendance_control, :has_remote_desktop,
6
- :fingerprint_from, :fingerprint_to, :external_apps
5
+ :has_attendance_control, :has_remote_desktop, :fingerprint_from,
6
+ :fingerprint_to, :external_apps
7
7
 
8
8
  def initialize(attributes={})
9
9
  attributes.each do |k,v|
@@ -2,7 +2,7 @@ module AuthLh
2
2
  class UserExtended
3
3
  attr_accessor :email, :jabber, :name, :login, :password_digest,
4
4
  :password_expired, :enabled, :shop_code, :allow_remote_access,
5
- :session_timeout, :only_working_time, :dni, :allow_multiple_sessions,
5
+ :session_timeout, :only_working_time, :allow_multiple_sessions,
6
6
  :working_time, :has_attendance_control, :has_remote_desktop,
7
7
  :fingerprint_from, :fingerprint_to, :role_codes, :app_codes
8
8
 
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.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick