mojeid 0.1.6 → 0.1.7

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/attributes.rb +1 -1
  3. data/mojeid.gemspec +2 -2
  4. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6
1
+ 0.1.7
@@ -3,7 +3,7 @@
3
3
  module MojeIDAttributes
4
4
  AVAILABLE_ATTRIBUTES = %W(
5
5
  http://axschema.org/namePerson
6
- http://axschema.org/namePerson/first
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
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "mojeid"
8
- s.version = "0.1.6"
8
+ s.version = "0.1.7"
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-06-20"
12
+ s.date = "2012-06-22"
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
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-06-20 00:00:00 Z
18
+ date: 2012-06-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :runtime