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 CHANGED
@@ -3,9 +3,6 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in mc-openid.gemspec
4
4
  gemspec
5
5
 
6
- gem "ruby-openid-apps-discovery", :require => 'gapps_openid'
7
- gem "ruby-openid"
8
-
9
6
  #test
10
7
  gem 'rspec'
11
8
  gem 'activesupport'
data/Gemfile.lock CHANGED
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mc-openid (0.0.1.pre)
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)
@@ -1,5 +1,5 @@
1
1
  module ModCloth
2
2
  module OpenID
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/lib/mc-openid.rb CHANGED
@@ -4,7 +4,6 @@ module ModCloth
4
4
  module OpenID
5
5
  include ::OpenIdAuthentication
6
6
 
7
- protected
8
7
 
9
8
  def check_openid
10
9
  unless session && session[:user_email]
data/mc-openid.gemspec CHANGED
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.summary = %q{summary}
13
13
  s.description = %q{description}
14
14
 
15
+ s.add_dependency('ruby-openid-apps-discovery', '1.2.0')
16
+
15
17
  s.rubyforge_project = "mc-openid"
16
18
 
17
19
  s.files = `git ls-files`.split("\n")
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: 29
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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.3.7
92
+ rubygems_version: 1.4.2
78
93
  signing_key:
79
94
  specification_version: 3
80
95
  summary: summary