auth-lh 0.21.0 → 0.21.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: 91fe36c4c406bc28b91b4b2b0586d844ce941e55
4
- data.tar.gz: 880ad85c804d85da07f22754a99aca9035d0d499
3
+ metadata.gz: 266683ceb83cadee752cc0ae2df2985728fb6546
4
+ data.tar.gz: 311264069c9c7bd1791beb3c4a9b0bcc45c689bb
5
5
  SHA512:
6
- metadata.gz: b3adec353faa191a022755987ead2094b048dfb41d27016822f56259ffbbd6a871cfd30a71d681c8b44c58e0488100366a74a946e68c4c944721cef05364d1a7
7
- data.tar.gz: 6a0d1fcdb8be33e24fa0c4c5294a2987dd18a0a36bd9d6eab1bfdd84255c063a2d03cd1c0438054f9f4ff6d0121a1aba0db1bf08c146c14e1835ecce5548d739
6
+ metadata.gz: 186e86f0b54a90992b8df07270c47f8abbb6dc87eb35cc043ed343b7119466d3d7e058bb50818e1eeae342768da0be1b616da125d6b4731fce8e3408e7b5a673
7
+ data.tar.gz: 80c0c7fee4508b51cd623ce6b1a37a0fad66251e8b3f7f3c565795263164a70c4d58f1bac77bb9f6a8739dd1431a9fa286e0606bc9b0b9a4f176666836c25c3d
data/CHANGELOG.md CHANGED
@@ -218,6 +218,10 @@
218
218
 
219
219
  * Refactor on attributes for user and user extended.
220
220
 
221
- ## v0.20.1
221
+ ## v0.21
222
222
 
223
223
  * Refactor on attributes for users and roles.
224
+
225
+ ## v0.21.1
226
+
227
+ * Removed no longer used attribute from users.
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.21.0"
3
+ VERSION = "0.21.1"
4
4
  end
5
5
  end
@@ -3,8 +3,8 @@ module AuthLh
3
3
  attr_accessor :email, :jabber, :login, :password_digest, :password_expired,
4
4
  :enabled, :shop_code, :shop_id, :allow_remote_access, :session_timeout, :only_working_time,
5
5
  :allow_multiple_sessions, :working_time, :has_remote_desktop, :fingerprint_from,
6
- :fingerprint_to, :pending_password_refresh, :first_name, :last_name, :attendance_mode,
7
- :testing_user, :disable_time, :password_remember_enabled, :external_apps, :roles
6
+ :fingerprint_to, :first_name, :last_name, :attendance_mode, :testing_user, :disable_time,
7
+ :password_remember_enabled, :external_apps, :roles
8
8
 
9
9
  def initialize(attributes={})
10
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.0
4
+ version: 0.21.1
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-04 00:00:00.000000000 Z
11
+ date: 2017-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler