auth-lh 0.11.0 → 0.11.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: f0a76114a78358627330bf6466708047341ea6b1
4
- data.tar.gz: f1fd2beef57605835ce65342745f4c60f73bc4b6
3
+ metadata.gz: 9fc9f0e88f2b9ed076526b42637fa1da568ff317
4
+ data.tar.gz: a5be5c3fa8ced31f68412a997d78bbbf76576ff7
5
5
  SHA512:
6
- metadata.gz: 79c6376b24006cb03e8611de49f1f92c629ee0628fb8ff2823e5fed2d04441d89992d98bf7e1118995d340212f31670e51593cdede0e9b175fc6f1c36918e593
7
- data.tar.gz: dd10bd357424085a137a7d6f42b89930276b301f11b4218d0d0525e350242ecfbd5c0f809f8a98ab731a5adbb87b95bdd13b3d2e04e4ab91750ff9bfa8a27249
6
+ metadata.gz: dd4050e077113ce731021f67d39f894e7d8110a5b04213ad4da013ef2dcce316ebae46e4ead18c4e1e46d1e4aec9ac88b5883d34ce0475b4eccfc0045b92e039
7
+ data.tar.gz: 8b300fc684f24fa9dfb484eaab4fa33005ae25734362580f9b68fa84f6b73d7d646c10d509b228dc0ea0806dab01a713ab9e514564ac9f0217f083fc8e244944
data/CHANGELOG.md CHANGED
@@ -149,3 +149,7 @@
149
149
  ## v0.11.0
150
150
 
151
151
  * Attributes refactor
152
+
153
+ ## v0.11.1
154
+
155
+ * Bugfix
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.11.0"
3
+ VERSION = "0.11.1"
4
4
  end
5
5
  end
data/lib/auth_lh/user.rb CHANGED
@@ -3,7 +3,7 @@ module AuthLh
3
3
  attr_accessor :email, :jabber, :name, :login, :shop_code,
4
4
  :shop_id, :shop_name, :enabled, :role_codes, :password_expired,
5
5
  :dni, :has_attendance_control, :has_remote_desktop,
6
- :fingerprint_from, :fingerprint_to
6
+ :fingerprint_from, :fingerprint_to, :external_apps
7
7
 
8
8
  def initialize(attributes={})
9
9
  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.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick