auth-lh 0.8.0 → 0.8.1

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: 0308be4e06baff2d2d161ccb804f9f92d73550a8
4
- data.tar.gz: 5909a95e9bdc526c2bca3fd5aa0acc02227f4a99
3
+ metadata.gz: fec788f94b94ec721dab1acad889e6fbb3985469
4
+ data.tar.gz: 2fb8d63148e5bf4f2e296a496917ab1aea6f4316
5
5
  SHA512:
6
- metadata.gz: 2ba3782b79e60f698217dc06bd522d160ecdc16f29f00eda5e29cfa23c2d7cdee1fd1930e5f54dc0f216e755402a8710bde4f9598222ca4e39551069a7a1883e
7
- data.tar.gz: 149bfc51f93a0584ba62b0eae3685bf6662c8c4e708fc3be7f8c3f01e33b2c4202fb17dc5687ed1a32c5da77f6b3b07523badaa7fdb9462bfe479100af4df7e6
6
+ metadata.gz: af3cf0966028379c4c9793f03c15d8c04f42703cba0a0786c1bae2bd7eaacc4c9dce12ee7584e7b794c749cb8551a653731f4dcde24fcf8ba5a19bf0f653dbb8
7
+ data.tar.gz: dc82953450ff41328a6309fc41dad5b8a618b9963b004d1cbfe3d79a6ecc85e29e2842945b2b49d4d87d77add50dc87079655d605467969c17cd4b061740d6e5
data/CHANGELOG.md CHANGED
@@ -117,3 +117,7 @@
117
117
  ## v0.8.0
118
118
 
119
119
  * Added has attendance control field
120
+
121
+ ## v0.8.1
122
+
123
+ * Removed birthdate field
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
5
5
  end
data/lib/auth_lh/user.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module AuthLh
2
2
  class User
3
3
  attr_accessor :code, :email, :jabber, :name, :login, :shop_code,
4
- :shop_id, :enabled, :role_codes, :password_expired, :birthdate, :dni,
4
+ :shop_id, :enabled, :role_codes, :password_expired, :dni,
5
5
  :has_attendance_control
6
6
 
7
7
  def initialize(attributes={})
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rest-client
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.6.7
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.6.7
55
55
  description: Authentication with auth lh api
@@ -59,11 +59,12 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - CHANGELOG.md
62
63
  - LICENSE.md
63
64
  - README.md
64
- - CHANGELOG.md
65
- - lib/auth/lh/version.rb
66
65
  - lib/auth/lh.rb
66
+ - lib/auth/lh/version.rb
67
+ - lib/auth_lh.rb
67
68
  - lib/auth_lh/authentication.rb
68
69
  - lib/auth_lh/external_app.rb
69
70
  - lib/auth_lh/role.rb
@@ -71,7 +72,6 @@ files:
71
72
  - lib/auth_lh/shop.rb
72
73
  - lib/auth_lh/user.rb
73
74
  - lib/auth_lh/user_extended.rb
74
- - lib/auth_lh.rb
75
75
  homepage: https://github.com/unformattmh/auth-lh
76
76
  licenses:
77
77
  - MIT
@@ -82,17 +82,17 @@ require_paths:
82
82
  - lib
83
83
  required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
- - - '>='
85
+ - - ">="
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - '>='
90
+ - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.0.14
95
+ rubygems_version: 2.2.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Authentication with auth lh api