oa-basic 0.2.0.beta4 → 0.2.0.beta5
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/lib/oa-basic.rb +1 -0
- metadata +5 -4
data/lib/oa-basic.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'omniauth/basic'
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: oa-basic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 0.2.0.
|
|
5
|
+
version: 0.2.0.beta5
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Michael Bleigh
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-03-01 00:00:00 -06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.2.0.
|
|
23
|
+
version: 0.2.0.beta5
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: *id001
|
|
@@ -132,6 +132,7 @@ extensions: []
|
|
|
132
132
|
extra_rdoc_files: []
|
|
133
133
|
|
|
134
134
|
files:
|
|
135
|
+
- lib/oa-basic.rb
|
|
135
136
|
- lib/omniauth/basic.rb
|
|
136
137
|
- lib/omniauth/strategies/http_basic.rb
|
|
137
138
|
- README.rdoc
|
|
@@ -150,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
151
|
requirements:
|
|
151
152
|
- - ">="
|
|
152
153
|
- !ruby/object:Gem::Version
|
|
153
|
-
hash:
|
|
154
|
+
hash: 3989927982780173119
|
|
154
155
|
segments:
|
|
155
156
|
- 0
|
|
156
157
|
version: "0"
|