ruby-saml 0.9.1 → 0.9.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.

Potentially problematic release.


This version of ruby-saml might be problematic. Click here for more details.

metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-saml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OneLogin LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuid
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: nokogiri
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.6.0
33
+ version: 1.5.10
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 1.6.0
40
+ version: 1.5.10
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -152,6 +152,8 @@ files:
152
152
  - README.md
153
153
  - Rakefile
154
154
  - changelog.md
155
+ - gemfiles/nokogiri-1.5.gemfile
156
+ - lib/onelogin/ruby-saml.rb
155
157
  - lib/onelogin/ruby-saml/attribute_service.rb
156
158
  - lib/onelogin/ruby-saml/attributes.rb
157
159
  - lib/onelogin/ruby-saml/authrequest.rb
@@ -216,6 +218,7 @@ files:
216
218
  - test/responses/simple_saml_php.xml
217
219
  - test/responses/slo_request.xml
218
220
  - test/responses/starfield_response.xml.base64
221
+ - test/responses/test_sign.xml
219
222
  - test/responses/wrapped_response_2.xml.base64
220
223
  - test/settings_test.rb
221
224
  - test/slo_logoutrequest_test.rb
@@ -281,6 +284,7 @@ test_files:
281
284
  - test/responses/simple_saml_php.xml
282
285
  - test/responses/slo_request.xml
283
286
  - test/responses/starfield_response.xml.base64
287
+ - test/responses/test_sign.xml
284
288
  - test/responses/wrapped_response_2.xml.base64
285
289
  - test/settings_test.rb
286
290
  - test/slo_logoutrequest_test.rb