mojeid 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/attributes.rb +30 -22
- data/mojeid.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
data/lib/attributes.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module MojeIDAttributes
|
4
4
|
AVAILABLE_ATTRIBUTES = %W(
|
5
5
|
http://axschema.org/namePerson
|
6
|
-
|
6
|
+
http://axschema.org/namePerson/first
|
7
7
|
http://axschema.org/namePerson/last
|
8
8
|
http://axschema.org/namePerson/friendly
|
9
9
|
http://axschema.org/company/name
|
@@ -22,33 +22,41 @@ module MojeIDAttributes
|
|
22
22
|
http://specs.nic.cz/attr/addr/bill/cc
|
23
23
|
http://specs.nic.cz/attr/addr/bill/pc
|
24
24
|
http://specs.nic.cz/attr/addr/ship/street
|
25
|
-
http://
|
26
|
-
http://
|
27
|
-
http://
|
28
|
-
http://
|
29
|
-
http://
|
30
|
-
http://
|
31
|
-
http://
|
32
|
-
http://specs.nic.cz/attr/addr/
|
33
|
-
http://
|
34
|
-
http://
|
35
|
-
http://
|
36
|
-
http://
|
37
|
-
http://specs.nic.cz/attr/addr/
|
38
|
-
http://
|
39
|
-
http://
|
40
|
-
http://
|
41
|
-
http://
|
42
|
-
http://
|
43
|
-
http://
|
44
|
-
http://specs.nic.cz/attr/
|
25
|
+
http://specs.nic.cz/attr/addr/ship/street2
|
26
|
+
http://specs.nic.cz/attr/addr/ship/street3
|
27
|
+
http://specs.nic.cz/attr/addr/ship/city
|
28
|
+
http://specs.nic.cz/attr/addr/ship/sp
|
29
|
+
http://specs.nic.cz/attr/addr/ship/cc
|
30
|
+
http://specs.nic.cz/attr/addr/ship/pc
|
31
|
+
http://specs.nic.cz/attr/addr/mail/street
|
32
|
+
http://specs.nic.cz/attr/addr/mail/street2
|
33
|
+
http://specs.nic.cz/attr/addr/mail/street3
|
34
|
+
http://specs.nic.cz/attr/addr/mail/city
|
35
|
+
http://specs.nic.cz/attr/addr/mail/sp
|
36
|
+
http://specs.nic.cz/attr/addr/mail/cc
|
37
|
+
http://specs.nic.cz/attr/addr/mail/pc
|
38
|
+
http://axschema.org/contact/phone/default
|
39
|
+
http://axschema.org/contact/phone/home
|
40
|
+
http://axschema.org/contact/phone/business
|
41
|
+
http://axschema.org/contact/phone/cell
|
42
|
+
http://axschema.org/contact/phone/fax
|
43
|
+
http://axschema.org/contact/email
|
44
|
+
http://specs.nic.cz/attr/email/notify
|
45
|
+
http://specs.nic.cz/attr/email/next
|
46
|
+
http://axschema.org/contact/web/default
|
47
|
+
http://axschema.org/contact/web/blog
|
48
|
+
http://specs.nic.cz/attr/url/personal
|
49
|
+
http://specs.nic.cz/attr/url/work
|
50
|
+
http://specs.nic.cz/attr/url/rss
|
51
|
+
http://specs.nic.cz/attr/url/facebook
|
52
|
+
http://specs.nic.cz/attr/url/twitter
|
45
53
|
http://specs.nic.cz/attr/url/linkedin
|
46
54
|
http://axschema.org/contact/IM/ICQ
|
47
55
|
http://axschema.org/contact/IM/Jabber
|
48
56
|
http://axschema.org/contact/IM/Skype
|
49
57
|
http://specs.nic.cz/attr/im/google_talk
|
50
58
|
http://specs.nic.cz/attr/im/windows_live
|
51
|
-
http://specs.nic.cz/attr/contact/ident/
|
59
|
+
http://specs.nic.cz/attr/contact/ident/vat_id
|
52
60
|
http://specs.nic.cz/attr/contact/vat
|
53
61
|
http://specs.nic.cz/attr/contact/ident/card
|
54
62
|
http://specs.nic.cz/attr/contact/ident/pass
|
data/mojeid.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "mojeid"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Richard \305\230\303\255man"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-06-20"
|
13
13
|
s.description = "Gem with common functionality for authentication using MojeID provider. Uses ruby-openid gem for this."
|
14
14
|
s.email = "riman.richard@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mojeid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 6
|
10
|
+
version: 0.1.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Richard \xC5\x98\xC3\xADman"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-06-20 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
type: :runtime
|