omniauth-aai 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- omniauth-aai (0.2)
11
+ omniauth-aai (0.3)
12
12
  omniauth-shibboleth
13
13
 
14
14
  GEM
data/lib/omniauth-aai.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require "omniauth-aai/version"
2
2
  require "omniauth"
3
- require "generators/aai/install_generator"
3
+ #require "generators/aai/install_generator"
4
4
 
5
5
  module OmniAuth
6
6
  module Strategies
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Aai
3
- VERSION = "0.3"
3
+ VERSION = "0.4"
4
4
  end
5
5
  end
Binary file
@@ -7,7 +7,7 @@ gem 'rails', '3.2.6'
7
7
 
8
8
  gem 'sqlite3'
9
9
 
10
- gem 'omniauth-aai', :git => 'git://github.com/switch-ch/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
- GIT
2
- remote: git://github.com/switch-ch/omniauth-aai
3
- revision: e10ff9c9ceacec8a798130d157003f20440599b6
1
+ PATH
2
+ remote: /Users/beffa/Development/switch/shibboleth/omniauth-aai
4
3
  specs:
5
- omniauth-aai (0.1)
4
+ omniauth-aai (0.3)
6
5
  omniauth-shibboleth
7
6
 
8
7
  GEM
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.3'
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