omniauth-aai 0.3 → 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.
- data/Gemfile.lock +1 -1
- data/lib/omniauth-aai.rb +1 -1
- data/lib/omniauth-aai/version.rb +1 -1
- data/omniauth-aai-0.3.gem +0 -0
- data/spec/example_rails_app/Gemfile +1 -1
- data/spec/example_rails_app/Gemfile.lock +3 -4
- data/spec/example_rails_app/db/.DS_Store +0 -0
- data/spec/example_rails_app/db/migrate/.DS_Store +0 -0
- metadata +6 -1
data/Gemfile.lock
CHANGED
data/lib/omniauth-aai.rb
CHANGED
data/lib/omniauth-aai/version.rb
CHANGED
|
Binary file
|
|
@@ -7,7 +7,7 @@ gem 'rails', '3.2.6'
|
|
|
7
7
|
|
|
8
8
|
gem 'sqlite3'
|
|
9
9
|
|
|
10
|
-
gem 'omniauth-aai', :
|
|
10
|
+
gem 'omniauth-aai', :path => File.join(File.dirname(__FILE__), '../../../omniauth-aai')
|
|
11
11
|
|
|
12
12
|
# Gems used only for assets and not required
|
|
13
13
|
# in production environments by default.
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
remote:
|
|
3
|
-
revision: e10ff9c9ceacec8a798130d157003f20440599b6
|
|
1
|
+
PATH
|
|
2
|
+
remote: /Users/beffa/Development/switch/shibboleth/omniauth-aai
|
|
4
3
|
specs:
|
|
5
|
-
omniauth-aai (0.
|
|
4
|
+
omniauth-aai (0.3)
|
|
6
5
|
omniauth-shibboleth
|
|
7
6
|
|
|
8
7
|
GEM
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-aai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.4'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -117,6 +117,7 @@ files:
|
|
|
117
117
|
- lib/omniauth/strategies/aai.rb
|
|
118
118
|
- lib/omniauth-aai/version.rb
|
|
119
119
|
- lib/omniauth-aai.rb
|
|
120
|
+
- omniauth-aai-0.3.gem
|
|
120
121
|
- omniauth-aai.gemspec
|
|
121
122
|
- Rakefile
|
|
122
123
|
- README.md
|
|
@@ -155,7 +156,9 @@ files:
|
|
|
155
156
|
- spec/example_rails_app/config/locales/en.yml
|
|
156
157
|
- spec/example_rails_app/config/routes.rb
|
|
157
158
|
- spec/example_rails_app/config.ru
|
|
159
|
+
- spec/example_rails_app/db/.DS_Store
|
|
158
160
|
- spec/example_rails_app/db/development.sqlite3
|
|
161
|
+
- spec/example_rails_app/db/migrate/.DS_Store
|
|
159
162
|
- spec/example_rails_app/db/seeds.rb
|
|
160
163
|
- spec/example_rails_app/doc/README_FOR_APP
|
|
161
164
|
- spec/example_rails_app/Gemfile
|
|
@@ -262,7 +265,9 @@ test_files:
|
|
|
262
265
|
- spec/example_rails_app/config/locales/en.yml
|
|
263
266
|
- spec/example_rails_app/config/routes.rb
|
|
264
267
|
- spec/example_rails_app/config.ru
|
|
268
|
+
- spec/example_rails_app/db/.DS_Store
|
|
265
269
|
- spec/example_rails_app/db/development.sqlite3
|
|
270
|
+
- spec/example_rails_app/db/migrate/.DS_Store
|
|
266
271
|
- spec/example_rails_app/db/seeds.rb
|
|
267
272
|
- spec/example_rails_app/doc/README_FOR_APP
|
|
268
273
|
- spec/example_rails_app/Gemfile
|