authpwn_rails 0.8.1 → 0.8.2

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.
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
  gem "fbgraph_rails", ">= 0.1.7"
3
- gem "rails", ">= 3.0.0"
3
+ gem "rails", ">= 3.1.0.rc4"
4
4
 
5
5
  group :development do
6
6
  gem "bundler", "~> 1.0.0"
data/Gemfile.lock CHANGED
@@ -1,42 +1,45 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.7)
6
- actionpack (= 3.0.7)
7
- mail (~> 2.2.15)
8
- actionpack (3.0.7)
9
- activemodel (= 3.0.7)
10
- activesupport (= 3.0.7)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
13
- i18n (~> 0.5.0)
14
- rack (~> 1.2.1)
15
- rack-mount (~> 0.6.14)
16
- rack-test (~> 0.5.7)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.7)
19
- activesupport (= 3.0.7)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.5.0)
22
- activerecord (3.0.7)
23
- activemodel (= 3.0.7)
24
- activesupport (= 3.0.7)
25
- arel (~> 2.0.2)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.7)
28
- activemodel (= 3.0.7)
29
- activesupport (= 3.0.7)
30
- activesupport (3.0.7)
4
+ actionmailer (3.1.0.rc4)
5
+ actionpack (= 3.1.0.rc4)
6
+ mail (~> 2.3.0)
7
+ actionpack (3.1.0.rc4)
8
+ activemodel (= 3.1.0.rc4)
9
+ activesupport (= 3.1.0.rc4)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ i18n (~> 0.6)
13
+ rack (~> 1.3.0)
14
+ rack-cache (~> 1.0.1)
15
+ rack-mount (~> 0.8.1)
16
+ rack-test (~> 0.6.0)
17
+ sprockets (~> 2.0.0.beta.10)
18
+ tzinfo (~> 0.3.27)
19
+ activemodel (3.1.0.rc4)
20
+ activesupport (= 3.1.0.rc4)
21
+ bcrypt-ruby (~> 2.1.4)
22
+ builder (~> 3.0.0)
23
+ i18n (~> 0.6)
24
+ activerecord (3.1.0.rc4)
25
+ activemodel (= 3.1.0.rc4)
26
+ activesupport (= 3.1.0.rc4)
27
+ arel (~> 2.1.1)
28
+ tzinfo (~> 0.3.27)
29
+ activeresource (3.1.0.rc4)
30
+ activemodel (= 3.1.0.rc4)
31
+ activesupport (= 3.1.0.rc4)
32
+ activesupport (3.1.0.rc4)
33
+ multi_json (~> 1.0)
31
34
  addressable (2.2.6)
32
- arel (2.0.9)
33
- builder (2.1.2)
34
- erubis (2.6.6)
35
- abstract (>= 1.0.0)
35
+ arel (2.1.3)
36
+ bcrypt-ruby (2.1.4)
37
+ builder (3.0.0)
38
+ erubis (2.7.0)
36
39
  faraday (0.6.1)
37
40
  addressable (~> 2.2.4)
38
41
  multipart-post (~> 1.1.0)
39
- rack (>= 1.1.0, < 2)
42
+ rack (< 2, >= 1.1.0)
40
43
  fbgraph (1.8.0)
41
44
  activesupport
42
45
  activesupport
@@ -59,54 +62,66 @@ GEM
59
62
  oauth2 (>= 0.0.8)
60
63
  git (1.2.5)
61
64
  hashie (1.0.0)
62
- i18n (0.5.0)
63
- jeweler (1.6.0)
64
- bundler (~> 1.0.0)
65
+ hike (1.1.0)
66
+ i18n (0.6.0)
67
+ jeweler (1.6.2)
68
+ bundler (~> 1.0)
65
69
  git (>= 1.2.5)
66
70
  rake
67
- json (1.5.1)
68
- mail (2.2.19)
69
- activesupport (>= 2.3.6)
71
+ json (1.5.3)
72
+ mail (2.3.0)
70
73
  i18n (>= 0.4.0)
71
74
  mime-types (~> 1.16)
72
75
  treetop (~> 1.4.8)
73
76
  mime-types (1.16)
74
- multi_json (1.0.2)
75
- multipart-post (1.1.1)
77
+ multi_json (1.0.3)
78
+ multipart-post (1.1.2)
76
79
  oauth2 (0.4.1)
77
80
  faraday (~> 0.6.1)
78
81
  multi_json (>= 0.0.5)
79
82
  polyglot (0.3.1)
80
- rack (1.2.2)
81
- rack-mount (0.6.14)
83
+ rack (1.3.0)
84
+ rack-cache (1.0.2)
85
+ rack (>= 0.4)
86
+ rack-mount (0.8.1)
82
87
  rack (>= 1.0.0)
83
- rack-test (0.5.7)
88
+ rack-ssl (1.3.2)
89
+ rack
90
+ rack-test (0.6.0)
84
91
  rack (>= 1.0)
85
- rails (3.0.7)
86
- actionmailer (= 3.0.7)
87
- actionpack (= 3.0.7)
88
- activerecord (= 3.0.7)
89
- activeresource (= 3.0.7)
90
- activesupport (= 3.0.7)
92
+ rails (3.1.0.rc4)
93
+ actionmailer (= 3.1.0.rc4)
94
+ actionpack (= 3.1.0.rc4)
95
+ activerecord (= 3.1.0.rc4)
96
+ activeresource (= 3.1.0.rc4)
97
+ activesupport (= 3.1.0.rc4)
91
98
  bundler (~> 1.0)
92
- railties (= 3.0.7)
93
- railties (3.0.7)
94
- actionpack (= 3.0.7)
95
- activesupport (= 3.0.7)
99
+ railties (= 3.1.0.rc4)
100
+ railties (3.1.0.rc4)
101
+ actionpack (= 3.1.0.rc4)
102
+ activesupport (= 3.1.0.rc4)
103
+ rack-ssl (~> 1.3.2)
96
104
  rake (>= 0.8.7)
97
- thor (~> 0.14.4)
98
- rake (0.8.7)
105
+ rdoc (~> 3.4)
106
+ thor (~> 0.14.6)
107
+ rake (0.9.2)
99
108
  rcov (0.9.9)
100
- rest-client (1.6.1)
109
+ rdoc (3.8)
110
+ rest-client (1.6.3)
101
111
  mime-types (>= 1.16)
112
+ sprockets (2.0.0.beta.10)
113
+ hike (~> 1.0)
114
+ rack (~> 1.0)
115
+ tilt (!= 1.3.0, ~> 1.1)
102
116
  sqlite3 (1.3.3)
103
117
  thor (0.14.6)
118
+ tilt (1.3.2)
104
119
  treetop (1.4.9)
105
120
  polyglot (>= 0.3.1)
106
121
  typhoeus (0.2.4)
107
122
  mime-types
108
123
  mime-types
109
- tzinfo (0.3.27)
124
+ tzinfo (0.3.29)
110
125
 
111
126
  PLATFORMS
112
127
  ruby
@@ -115,6 +130,6 @@ DEPENDENCIES
115
130
  bundler (~> 1.0.0)
116
131
  fbgraph_rails (>= 0.1.7)
117
132
  jeweler (~> 1.6.0)
118
- rails (>= 3.0.0)
133
+ rails (>= 3.1.0.rc4)
119
134
  rcov
120
135
  sqlite3 (>= 1.3.3)
data/Rakefile CHANGED
@@ -31,7 +31,7 @@ end
31
31
 
32
32
  task :default => :test
33
33
 
34
- require 'rake/rdoctask'
34
+ require 'rdoc/task'
35
35
  Rake::RDocTask.new do |rdoc|
36
36
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
37
37
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.1
1
+ 0.8.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{authpwn_rails}
8
- s.version = "0.8.1"
8
+ s.version = "0.8.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Victor Costan}]
12
- s.date = %q{2011-05-15}
12
+ s.date = %q{2011-07-01}
13
13
  s.description = %q{Works with Facebook.}
14
14
  s.email = %q{victor@costan.us}
15
15
  s.extra_rdoc_files = [
@@ -62,7 +62,7 @@ Gem::Specification.new do |s|
62
62
  s.homepage = %q{http://github.com/pwnall/authpwn_rails}
63
63
  s.licenses = [%q{MIT}]
64
64
  s.require_paths = [%q{lib}]
65
- s.rubygems_version = %q{1.8.2}
65
+ s.rubygems_version = %q{1.8.4}
66
66
  s.summary = %q{User authentication for Rails 3 applications.}
67
67
 
68
68
  if s.respond_to? :specification_version then
@@ -70,14 +70,14 @@ Gem::Specification.new do |s|
70
70
 
71
71
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
72
72
  s.add_runtime_dependency(%q<fbgraph_rails>, [">= 0.1.7"])
73
- s.add_runtime_dependency(%q<rails>, [">= 3.0.0"])
73
+ s.add_runtime_dependency(%q<rails>, [">= 3.1.0.rc4"])
74
74
  s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
75
75
  s.add_development_dependency(%q<jeweler>, ["~> 1.6.0"])
76
76
  s.add_development_dependency(%q<rcov>, [">= 0"])
77
77
  s.add_development_dependency(%q<sqlite3>, [">= 1.3.3"])
78
78
  else
79
79
  s.add_dependency(%q<fbgraph_rails>, [">= 0.1.7"])
80
- s.add_dependency(%q<rails>, [">= 3.0.0"])
80
+ s.add_dependency(%q<rails>, [">= 3.1.0.rc4"])
81
81
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
82
82
  s.add_dependency(%q<jeweler>, ["~> 1.6.0"])
83
83
  s.add_dependency(%q<rcov>, [">= 0"])
@@ -85,7 +85,7 @@ Gem::Specification.new do |s|
85
85
  end
86
86
  else
87
87
  s.add_dependency(%q<fbgraph_rails>, [">= 0.1.7"])
88
- s.add_dependency(%q<rails>, [">= 3.0.0"])
88
+ s.add_dependency(%q<rails>, [">= 3.1.0.rc4"])
89
89
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
90
90
  s.add_dependency(%q<jeweler>, ["~> 1.6.0"])
91
91
  s.add_dependency(%q<rcov>, [">= 0"])
@@ -5,18 +5,6 @@ require 'rails'
5
5
  module AuthpwnRails
6
6
 
7
7
  class Engine < Rails::Engine
8
- paths.app = "app"
9
- paths.app.controllers = "app/controllers"
10
- paths.app.helpers = "app/helpers"
11
- paths.app.models = "app/models"
12
- paths.app.views = "app/views"
13
- # paths.lib = "lib"
14
- # paths.lib.tasks = "lib/tasks"
15
- # paths.config = "config"
16
- # paths.config.initializers = "config/initializers"
17
- # paths.config.locales = "config/locales"
18
- # paths.config.routes = "config/routes.rb"
19
-
20
8
  generators do
21
9
  require 'authpwn_rails/generators/facebook_generator.rb'
22
10
  require 'authpwn_rails/generators/session_generator.rb'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authpwn_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 1
10
- version: 0.8.1
9
+ - 2
10
+ version: 0.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,10 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-15 00:00:00 Z
18
+ date: 2011-07-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- version_requirements: &id001 !ruby/object:Gem::Requirement
21
+ type: :runtime
22
+ requirement: &id001 !ruby/object:Gem::Requirement
22
23
  none: false
23
24
  requirements:
24
25
  - - ">="
@@ -29,28 +30,30 @@ dependencies:
29
30
  - 1
30
31
  - 7
31
32
  version: 0.1.7
32
- type: :runtime
33
- requirement: *id001
34
33
  prerelease: false
34
+ version_requirements: *id001
35
35
  name: fbgraph_rails
36
36
  - !ruby/object:Gem::Dependency
37
- version_requirements: &id002 !ruby/object:Gem::Requirement
37
+ type: :runtime
38
+ requirement: &id002 !ruby/object:Gem::Requirement
38
39
  none: false
39
40
  requirements:
40
41
  - - ">="
41
42
  - !ruby/object:Gem::Version
42
- hash: 7
43
+ hash: 15424109
43
44
  segments:
44
45
  - 3
46
+ - 1
45
47
  - 0
46
- - 0
47
- version: 3.0.0
48
- type: :runtime
49
- requirement: *id002
48
+ - rc
49
+ - 4
50
+ version: 3.1.0.rc4
50
51
  prerelease: false
52
+ version_requirements: *id002
51
53
  name: rails
52
54
  - !ruby/object:Gem::Dependency
53
- version_requirements: &id003 !ruby/object:Gem::Requirement
55
+ type: :development
56
+ requirement: &id003 !ruby/object:Gem::Requirement
54
57
  none: false
55
58
  requirements:
56
59
  - - ~>
@@ -61,12 +64,12 @@ dependencies:
61
64
  - 0
62
65
  - 0
63
66
  version: 1.0.0
64
- type: :development
65
- requirement: *id003
66
67
  prerelease: false
68
+ version_requirements: *id003
67
69
  name: bundler
68
70
  - !ruby/object:Gem::Dependency
69
- version_requirements: &id004 !ruby/object:Gem::Requirement
71
+ type: :development
72
+ requirement: &id004 !ruby/object:Gem::Requirement
70
73
  none: false
71
74
  requirements:
72
75
  - - ~>
@@ -77,12 +80,12 @@ dependencies:
77
80
  - 6
78
81
  - 0
79
82
  version: 1.6.0
80
- type: :development
81
- requirement: *id004
82
83
  prerelease: false
84
+ version_requirements: *id004
83
85
  name: jeweler
84
86
  - !ruby/object:Gem::Dependency
85
- version_requirements: &id005 !ruby/object:Gem::Requirement
87
+ type: :development
88
+ requirement: &id005 !ruby/object:Gem::Requirement
86
89
  none: false
87
90
  requirements:
88
91
  - - ">="
@@ -91,12 +94,12 @@ dependencies:
91
94
  segments:
92
95
  - 0
93
96
  version: "0"
94
- type: :development
95
- requirement: *id005
96
97
  prerelease: false
98
+ version_requirements: *id005
97
99
  name: rcov
98
100
  - !ruby/object:Gem::Dependency
99
- version_requirements: &id006 !ruby/object:Gem::Requirement
101
+ type: :development
102
+ requirement: &id006 !ruby/object:Gem::Requirement
100
103
  none: false
101
104
  requirements:
102
105
  - - ">="
@@ -107,9 +110,8 @@ dependencies:
107
110
  - 3
108
111
  - 3
109
112
  version: 1.3.3
110
- type: :development
111
- requirement: *id006
112
113
  prerelease: false
114
+ version_requirements: *id006
113
115
  name: sqlite3
114
116
  description: Works with Facebook.
115
117
  email: victor@costan.us
@@ -191,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
193
  requirements: []
192
194
 
193
195
  rubyforge_project:
194
- rubygems_version: 1.8.2
196
+ rubygems_version: 1.8.4
195
197
  signing_key:
196
198
  specification_version: 3
197
199
  summary: User authentication for Rails 3 applications.