mbleigh-twitter-auth 0.1.10 → 0.1.11
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/Rakefile +0 -1
- data/VERSION.yml +1 -1
- metadata +2 -16
data/Rakefile
CHANGED
|
@@ -19,7 +19,6 @@ begin
|
|
|
19
19
|
s.homepage = "http://github.com/mbleigh/twitter-auth"
|
|
20
20
|
s.description = "TwitterAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via Twitter. Both OAuth and HTTP Basic are supported."
|
|
21
21
|
s.files = FileList["[A-Z]*", "{bin,generators,lib,spec,config,app,rails}/**/*"]
|
|
22
|
-
s.add_dependency 'schacon-git'
|
|
23
22
|
|
|
24
23
|
s.authors = ["Michael Bleigh"]
|
|
25
24
|
s.add_dependency('oauth', '>= 0.3.1')
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mbleigh-twitter-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Bleigh
|
|
@@ -9,19 +9,9 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-03-
|
|
12
|
+
date: 2009-03-26 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
|
-
- !ruby/object:Gem::Dependency
|
|
16
|
-
name: schacon-git
|
|
17
|
-
type: :runtime
|
|
18
|
-
version_requirement:
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: "0"
|
|
24
|
-
version:
|
|
25
15
|
- !ruby/object:Gem::Dependency
|
|
26
16
|
name: oauth
|
|
27
17
|
type: :runtime
|
|
@@ -69,18 +59,14 @@ files:
|
|
|
69
59
|
- lib/twitter_auth/dispatcher/oauth.rb
|
|
70
60
|
- lib/twitter_auth/dispatcher/shared.rb
|
|
71
61
|
- lib/twitter_auth.rb
|
|
72
|
-
- lib/twitteresque
|
|
73
62
|
- spec/controllers
|
|
74
63
|
- spec/controllers/controller_extensions_spec.rb
|
|
75
64
|
- spec/controllers/sessions_controller_spec.rb
|
|
76
|
-
- spec/debug.log
|
|
77
65
|
- spec/fixtures
|
|
78
66
|
- spec/fixtures/config
|
|
79
67
|
- spec/fixtures/config/twitter_auth.yml
|
|
80
68
|
- spec/fixtures/factories.rb
|
|
81
69
|
- spec/fixtures/fakeweb.rb
|
|
82
|
-
- spec/fixtures/twitter
|
|
83
|
-
- spec/fixtures/twitter/account
|
|
84
70
|
- spec/fixtures/twitter.rb
|
|
85
71
|
- spec/models
|
|
86
72
|
- spec/models/twitter_auth
|