mc-openid 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +0 -3
- data/Gemfile.lock +3 -3
- data/lib/mc-openid/version.rb +1 -1
- data/lib/mc-openid.rb +0 -1
- data/mc-openid.gemspec +2 -0
- metadata +22 -7
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mc-openid (0.0.1
|
4
|
+
mc-openid (0.0.1)
|
5
|
+
ruby-openid-apps-discovery (= 1.2.0)
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: http://rubygems.org/
|
@@ -31,5 +32,4 @@ DEPENDENCIES
|
|
31
32
|
mc-openid!
|
32
33
|
mocha
|
33
34
|
rspec
|
34
|
-
ruby-openid
|
35
|
-
ruby-openid-apps-discovery
|
35
|
+
ruby-openid-apps-discovery (= 1.2.0)
|
data/lib/mc-openid/version.rb
CHANGED
data/lib/mc-openid.rb
CHANGED
data/mc-openid.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mc-openid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 27
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Luis Flores, Juan Esparza, Rudy Sombillo, Sergio Figueroa
|
@@ -17,8 +17,23 @@ cert_chain: []
|
|
17
17
|
|
18
18
|
date: 2011-01-24 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
|
-
dependencies:
|
21
|
-
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: ruby-openid-apps-discovery
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - "="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 31
|
30
|
+
segments:
|
31
|
+
- 1
|
32
|
+
- 2
|
33
|
+
- 0
|
34
|
+
version: 1.2.0
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
22
37
|
description: description
|
23
38
|
email:
|
24
39
|
- l.flores@modcloth, juan.esparza@crowdint.com, r.sombillo@modcloth.com, sergio.figueroa@crowdint.com
|
@@ -74,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
89
|
requirements: []
|
75
90
|
|
76
91
|
rubyforge_project: mc-openid
|
77
|
-
rubygems_version: 1.
|
92
|
+
rubygems_version: 1.4.2
|
78
93
|
signing_key:
|
79
94
|
specification_version: 3
|
80
95
|
summary: summary
|