readability-engine 0.0.3 → 0.0.4
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.
|
@@ -4,7 +4,7 @@ class Readability::SessionController < ApplicationController
|
|
|
4
4
|
|
|
5
5
|
def show
|
|
6
6
|
flash[:alert] = "Could not authenticate with Readability" unless access_token
|
|
7
|
-
redirect_to
|
|
7
|
+
redirect_to readability_callback_path
|
|
8
8
|
end
|
|
9
9
|
|
|
10
10
|
def new
|
|
@@ -17,6 +17,7 @@ class Readability::SessionController < ApplicationController
|
|
|
17
17
|
|
|
18
18
|
def destroy
|
|
19
19
|
dereadabilify
|
|
20
|
+
redirect_to readability_logout_path
|
|
20
21
|
end
|
|
21
22
|
|
|
22
23
|
private
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: readability-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Luke van der Hoeven
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-04-
|
|
13
|
+
date: 2011-04-22 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -73,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
requirements:
|
|
74
74
|
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
hash:
|
|
76
|
+
hash: 213718141850509228
|
|
77
77
|
segments:
|
|
78
78
|
- 0
|
|
79
79
|
version: "0"
|