omniauth-wsfed 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MDVjMGFmYjFiNmU3MjQxYjk1YmJiYjg4MmMzMTk5MmU0ZTJjZDdlZQ==
5
- data.tar.gz: !binary |-
6
- YzQwNjJmOWQ2MjU3OGQ1NjMwYjNiOGI1MWRkNWM1YTFjYTNhMDkyOQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MTIwYjdjZDQwZWVlZjJkNDlmODc1MmRjMDc3ODU5Njk0YTg2YjQ0OTNjNDkz
10
- YTY2ZDM5NjNkMjM3MmUzMTNkMDg3ZjM0YzMyMjJjOTIxN2UxNTIzZmYzYjJl
11
- NmY1YjA5NjVlMDgxOTJjN2M0YTIzYzFmODg0Y2VlOTYwMzVkMzU=
12
- data.tar.gz: !binary |-
13
- MGZlNGRiMGQwYmNhNjMyYThkMGQwOTE3MjM3ZGJkMzhmNGY4Y2U3NzlmMjgy
14
- MDk2YjEzOTE2YWFlNGM2NWM4YzAyNGY5ZjAzYzE0M2Q5ODJiOGRhNDFlYTIx
15
- Yzg4MjE3MzQyZTI1YTQ0Yjk4NWRhOGRhZTQ4NDg5M2U2MDdlNzI=
2
+ SHA1:
3
+ metadata.gz: c782dd9ff495220f89c9e8f2153af266936601ec
4
+ data.tar.gz: 1c404a36387c791b54652f494f5d866123d52249
5
+ SHA512:
6
+ metadata.gz: e4379070cb40a7eed0e3ea001bc41a02167dec3ba09343aa1339f2974475f5c2389d05f5dac0b5a06662f6d0055efb6011ae79f8596b32abb48b2f7314b574ad
7
+ data.tar.gz: 2b26e2f895769020c4e1613d3dd507ac49b5cefc1295051038fcdc7e366dab1adccc4c519afe229a30ed37dbb8c49a961b98d70a99372f74ab5154c111515ec5
@@ -3,6 +3,15 @@ rvm:
3
3
  - 1.9.2
4
4
  - 1.9.3
5
5
  - 2.0.0
6
- - rbx-19mode
6
+ - 2.1
7
+ - ruby-head
8
+ - rbx-2
7
9
  - jruby-19mode
10
+ - jruby-head
8
11
  script: bundle exec rspec spec
12
+ matrix:
13
+ allow_failures:
14
+ - rvm: ruby-head
15
+ - rvm: rbx-2
16
+ - rvm: jruby-head
17
+ fast_finish: true
@@ -0,0 +1,20 @@
1
+ Copyright &copy; 2011-2014 Keith Beckman, http://coding4streetcred.com/blog<br>
2
+ All rights reserved. Released under the MIT license.
3
+
4
+ Portions Copyright &copy; 2007 Sun Microsystems Inc.
5
+
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
8
+ associated documentation files (the "Software"), to deal in the Software without restriction,
9
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
10
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all copies or
14
+ substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
17
+ NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
19
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
20
+ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module WSFed
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
  end
@@ -11,13 +11,14 @@ Gem::Specification.new do |gem|
11
11
  gem.authors = ['Keith Beckman']
12
12
  gem.email = ['kbeckman.c4sc@gmail.com']
13
13
  gem.homepage = 'https://github.com/kbeckman/omniauth-wsfed'
14
+ gem.license = 'MIT'
14
15
 
15
- gem.add_runtime_dependency 'omniauth', '~> 1.1.0'
16
- gem.add_runtime_dependency 'xmlcanonicalizer', '0.1.1'
16
+ gem.add_runtime_dependency 'omniauth', '~> 1.2', '>= 1.2.2'
17
+ gem.add_runtime_dependency 'xmlcanonicalizer', '~> 0.1', '>= 0.1.2'
17
18
 
18
- gem.add_development_dependency 'rspec', '>= 2.12.0'
19
- gem.add_development_dependency 'rake', '>= 10.0.3'
20
- gem.add_development_dependency 'rack-test', '>= 0.6.2'
19
+ gem.add_development_dependency 'rspec', '~> 2.12', '>= 2.12.0'
20
+ gem.add_development_dependency 'rake', '~> 10.1', '>= 10.1.0'
21
+ gem.add_development_dependency 'rack-test', '~> 0.6', '>= 0.6.2'
21
22
 
22
23
  gem.files = `git ls-files`.split($\)
23
24
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,83 +1,113 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-wsfed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Beckman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-02 00:00:00.000000000 Z
11
+ date: 2014-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.0
19
+ version: '1.2'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.2.2
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ~>
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.2'
30
+ - - ">="
25
31
  - !ruby/object:Gem::Version
26
- version: 1.1.0
32
+ version: 1.2.2
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: xmlcanonicalizer
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - '='
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.1'
40
+ - - ">="
32
41
  - !ruby/object:Gem::Version
33
- version: 0.1.1
42
+ version: 0.1.2
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
37
46
  requirements:
38
- - - '='
47
+ - - "~>"
39
48
  - !ruby/object:Gem::Version
40
- version: 0.1.1
49
+ version: '0.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 0.1.2
41
53
  - !ruby/object:Gem::Dependency
42
54
  name: rspec
43
55
  requirement: !ruby/object:Gem::Requirement
44
56
  requirements:
45
- - - ! '>='
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '2.12'
60
+ - - ">="
46
61
  - !ruby/object:Gem::Version
47
62
  version: 2.12.0
48
63
  type: :development
49
64
  prerelease: false
50
65
  version_requirements: !ruby/object:Gem::Requirement
51
66
  requirements:
52
- - - ! '>='
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '2.12'
70
+ - - ">="
53
71
  - !ruby/object:Gem::Version
54
72
  version: 2.12.0
55
73
  - !ruby/object:Gem::Dependency
56
74
  name: rake
57
75
  requirement: !ruby/object:Gem::Requirement
58
76
  requirements:
59
- - - ! '>='
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '10.1'
80
+ - - ">="
60
81
  - !ruby/object:Gem::Version
61
- version: 10.0.3
82
+ version: 10.1.0
62
83
  type: :development
63
84
  prerelease: false
64
85
  version_requirements: !ruby/object:Gem::Requirement
65
86
  requirements:
66
- - - ! '>='
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '10.1'
90
+ - - ">="
67
91
  - !ruby/object:Gem::Version
68
- version: 10.0.3
92
+ version: 10.1.0
69
93
  - !ruby/object:Gem::Dependency
70
94
  name: rack-test
71
95
  requirement: !ruby/object:Gem::Requirement
72
96
  requirements:
73
- - - ! '>='
97
+ - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '0.6'
100
+ - - ">="
74
101
  - !ruby/object:Gem::Version
75
102
  version: 0.6.2
76
103
  type: :development
77
104
  prerelease: false
78
105
  version_requirements: !ruby/object:Gem::Requirement
79
106
  requirements:
80
- - - ! '>='
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '0.6'
110
+ - - ">="
81
111
  - !ruby/object:Gem::Version
82
112
  version: 0.6.2
83
113
  description: OmniAuth WS-Federation strategy enabling integration with Windows Azure
@@ -90,10 +120,10 @@ executables: []
90
120
  extensions: []
91
121
  extra_rdoc_files: []
92
122
  files:
93
- - .gitignore
94
- - .travis.yml
123
+ - ".gitignore"
124
+ - ".travis.yml"
95
125
  - Gemfile
96
- - LICENSE
126
+ - LICENSE.md
97
127
  - README.md
98
128
  - Rakefile
99
129
  - lib/omniauth-wsfed.rb
@@ -112,7 +142,8 @@ files:
112
142
  - spec/spec_helper.rb
113
143
  - spec/support/acs_example.xml
114
144
  homepage: https://github.com/kbeckman/omniauth-wsfed
115
- licenses: []
145
+ licenses:
146
+ - MIT
116
147
  metadata: {}
117
148
  post_install_message:
118
149
  rdoc_options: []
@@ -120,17 +151,17 @@ require_paths:
120
151
  - lib
121
152
  required_ruby_version: !ruby/object:Gem::Requirement
122
153
  requirements:
123
- - - ! '>='
154
+ - - ">="
124
155
  - !ruby/object:Gem::Version
125
156
  version: '0'
126
157
  required_rubygems_version: !ruby/object:Gem::Requirement
127
158
  requirements:
128
- - - ! '>='
159
+ - - ">="
129
160
  - !ruby/object:Gem::Version
130
161
  version: '0'
131
162
  requirements: []
132
163
  rubyforge_project:
133
- rubygems_version: 2.0.6
164
+ rubygems_version: 2.2.2
134
165
  signing_key:
135
166
  specification_version: 4
136
167
  summary: A WS-Federation + WS-Trust strategy for OmniAuth.
data/LICENSE DELETED
@@ -1,24 +0,0 @@
1
- Copyright (c) 2011-2013 Keith Beckman, http://coding4streetcred.com/blog
2
- All rights reserved. Released under the MIT license.
3
-
4
- Portions Copyright (c) 2007 Sun Microsystems Inc.
5
-
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- "Software"), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.