omniauth-geeklist 0.0.1 → 0.0.3
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/.DS_Store +0 -0
- data/lib/omniauth-geeklist/version.rb +1 -1
- data/lib/omniauth/strategies/geeklist.rb +2 -2
- data/omniauth-geeklist.gemspec +5 -5
- metadata +9 -8
data/.DS_Store
ADDED
Binary file
|
@@ -7,9 +7,9 @@ module OmniAuth
|
|
7
7
|
option :name, 'geeklist'
|
8
8
|
|
9
9
|
option :client_options, {
|
10
|
-
:site => 'http://
|
10
|
+
:site => 'http://geekli.st',
|
11
11
|
:request_token_url => 'http://api.geekli.st/v1/oauth/request_token',
|
12
|
-
:
|
12
|
+
:authorize_path => '/oauth/authorize',
|
13
13
|
:access_token_url => 'http://api.geekli.st/v1/oauth/access_token'
|
14
14
|
}
|
15
15
|
|
data/omniauth-geeklist.gemspec
CHANGED
@@ -6,12 +6,12 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = "omniauth-geeklist"
|
7
7
|
s.version = Omniauth::Geeklist::VERSION
|
8
8
|
s.authors = ["Diego Araos"]
|
9
|
-
s.email = ["
|
10
|
-
s.homepage = "https://github.com/daraosn/omniauth-geeklist
|
11
|
-
s.summary = %q{OmniAuth strategy for Geeklist
|
12
|
-
s.description = %q{OmniAuth strategy for Geeklist
|
9
|
+
s.email = ["d@wehack.it"]
|
10
|
+
s.homepage = "https://github.com/daraosn/omniauth-geeklist"
|
11
|
+
s.summary = %q{OmniAuth strategy for Geeklist}
|
12
|
+
s.description = %q{OmniAuth strategy for Geeklist}
|
13
13
|
|
14
|
-
s.rubyforge_project = "omniauth-geeklist
|
14
|
+
s.rubyforge_project = "omniauth-geeklist"
|
15
15
|
|
16
16
|
s.files = `git ls-files`.split("\n")
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Diego Araos
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-
|
17
|
+
date: 2012-04-09 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -79,9 +79,9 @@ dependencies:
|
|
79
79
|
version: "0"
|
80
80
|
type: :development
|
81
81
|
version_requirements: *id005
|
82
|
-
description: OmniAuth strategy for Geeklist
|
82
|
+
description: OmniAuth strategy for Geeklist
|
83
83
|
email:
|
84
|
-
-
|
84
|
+
- d@wehack.it
|
85
85
|
executables: []
|
86
86
|
|
87
87
|
extensions: []
|
@@ -89,6 +89,7 @@ extensions: []
|
|
89
89
|
extra_rdoc_files: []
|
90
90
|
|
91
91
|
files:
|
92
|
+
- .DS_Store
|
92
93
|
- .gitignore
|
93
94
|
- .rspec
|
94
95
|
- .travis.yml
|
@@ -102,7 +103,7 @@ files:
|
|
102
103
|
- spec/omniauth/strategies/geeklist_spec.rb
|
103
104
|
- spec/spec_helper.rb
|
104
105
|
has_rdoc: true
|
105
|
-
homepage: https://github.com/daraosn/omniauth-geeklist
|
106
|
+
homepage: https://github.com/daraosn/omniauth-geeklist
|
106
107
|
licenses: []
|
107
108
|
|
108
109
|
post_install_message:
|
@@ -126,11 +127,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
127
|
version: "0"
|
127
128
|
requirements: []
|
128
129
|
|
129
|
-
rubyforge_project: omniauth-geeklist
|
130
|
+
rubyforge_project: omniauth-geeklist
|
130
131
|
rubygems_version: 1.3.6
|
131
132
|
signing_key:
|
132
133
|
specification_version: 3
|
133
|
-
summary: OmniAuth strategy for Geeklist
|
134
|
+
summary: OmniAuth strategy for Geeklist
|
134
135
|
test_files:
|
135
136
|
- spec/omniauth/strategies/geeklist_spec.rb
|
136
137
|
- spec/spec_helper.rb
|