omniauth-airvantage 0.0.1 → 0.0.2

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTkyYTQ2MTg5ZDhmY2Y5MDI0OGRjNzg3ZjJlOTI5NmRhMTQ2YWJhNg==
5
+ data.tar.gz: !binary |-
6
+ NTdmODIyYTY2MDYyMjQxYTdlNmM4OTNhNjk5MTBiYzUxNmRmZTBjOQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YjY5NzNiMTMxYjI0OWUxODg4YTlkNjA2YjYzYmI5MzI0ODE3NDUxNzdlMWNk
10
+ ZmI3ZTk5YjYzOWYzY2ZhNTM0ZWNiZjEyY2VmOGUzMzE2OWQ4ZjUzNTk3NmVl
11
+ ZGM5Nzk1MTA0Y2EwYmE3OTJjOGI5YjdkZGU4ZjczYzBmM2YyNWY=
12
+ data.tar.gz: !binary |-
13
+ NDRjZjYzMDgxYmZkMjU1MzYzZmYyNzIwYTE1MjZlYWRmYzI0ZTQwMTA2YjY0
14
+ Y2RmMzcxYThlY2VhYjIzN2Q3NDhiOGJiODAxNjExMzRkYjhjOTU4OTNhMzJk
15
+ ZjA5N2E0NTUzZTg0MjcxYWViOTc4ZTRiYzI1Zjc4YTI4ZWM0MWY=
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Airvantage
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -1,7 +1,2 @@
1
1
  require "omniauth-airvantage/version"
2
-
3
- module Omniauth
4
- module Airvantage
5
- # Your code goes here...
6
- end
7
- end
2
+ require 'omniauth/strategies/airvantage'
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-airvantage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Scott Fielder
@@ -28,26 +27,25 @@ files:
28
27
  - omniauth-airvantage.gemspec
29
28
  homepage: ''
30
29
  licenses: []
30
+ metadata: {}
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
34
  - lib
35
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
- none: false
37
36
  requirements:
38
37
  - - ! '>='
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
40
  required_rubygems_version: !ruby/object:Gem::Requirement
42
- none: false
43
41
  requirements:
44
42
  - - ! '>='
45
43
  - !ruby/object:Gem::Version
46
44
  version: '0'
47
45
  requirements: []
48
46
  rubyforge_project:
49
- rubygems_version: 1.8.24
47
+ rubygems_version: 2.0.2
50
48
  signing_key:
51
- specification_version: 3
49
+ specification_version: 4
52
50
  summary: omniauth strategy
53
51
  test_files: []