ruby-saml-federa 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3d79954a0a04ac94cb3fb9438c079cee67d6559a
4
- data.tar.gz: d7c0e0c3b780e23ec9bfb51d034c1d62058b15c6
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmNmMDFjZWM5YTljOWQzZWU5YjFjNzAwOGRhY2QzNGUwZTc2YTAwZg==
5
+ data.tar.gz: !binary |-
6
+ ZjE1YTRhYzc1MjJlYjdkNGZmMjQ0MzVjMjkyMDQwZGNjMTI3ZjhjNg==
5
7
  SHA512:
6
- metadata.gz: f6f539e6135b8cbfe84606d15d6c2888774f9b55046b2bb2212e184d0000a61dcb7277d95f1e1a68e3ee94eafd11a73628a6ff3774a681f6c17de61f36cd57f4
7
- data.tar.gz: aff98fb7a58416ce76973e6a7515ba76e03aa3b3c369048887d3d286958c2253e54037ab58a81c93693a36fabfa1bb79e0b299c28c76469717a97f2df85b3598
8
+ metadata.gz: !binary |-
9
+ ZGM0OWUyNjdkNzJmOGI0N2Y0ZGNlNTRkMjkyMTIwZDY2ZmY5OTNlMGRmNTUw
10
+ YWIyZGIxMDM2Mjc2NjhiNWEwNDc2NTk3ZjM1Mjc4YjI2ZDM2YTkwODQ0MWY3
11
+ N2QyY2VmZDI3ODlhZWQ0NTllMjYwNDk4NjdhYWE4YzI0NjYzNzU=
12
+ data.tar.gz: !binary |-
13
+ Yzk5MGQzN2E5Mjk0NDU5YzRiMDYyMDc3OGExMzNlNGE5NWI5NmMyYmE2Njlh
14
+ NDU3MjdiYWNhYWJhZjE0YWEyODdmMTVkODY5ZjYyZmI1ZGE1MzViMjRjMmE3
15
+ YTRjZmQzZTI1YThkM2FlZDg4YzlkZjJlODE2OWZhZDg5OTVlNDQ=
data/lib/xml_security.rb CHANGED
@@ -29,7 +29,7 @@ require "openssl"
29
29
  require 'nokogiri'
30
30
  require "digest/sha1"
31
31
  require "digest/sha2"
32
- require "Federa/ruby-saml/validation_error"
32
+ require "federa/ruby-saml/validation_error"
33
33
 
34
34
  module XMLSecurity
35
35
 
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'ruby-saml-federa'
5
- s.version = '0.0.4'
5
+ s.version = '0.0.5'
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Fabiano Pavan"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-saml-federa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabiano Pavan
@@ -28,39 +28,39 @@ dependencies:
28
28
  name: uuid
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.3'
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
40
  version: '2.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: nokogiri
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: 'SAML toolkit for Ruby programs to integrate with federa Emilia Romagna '
55
+ description: ! 'SAML toolkit for Ruby programs to integrate with federa Emilia Romagna '
56
56
  email: fabiano.pavan@soluzionipa.it
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - ".document"
62
- - ".gitignore"
63
- - ".travis.yml"
61
+ - .document
62
+ - .gitignore
63
+ - .travis.yml
64
64
  - Gemfile
65
65
  - LICENSE
66
66
  - README.md
@@ -110,22 +110,22 @@ licenses: []
110
110
  metadata: {}
111
111
  post_install_message:
112
112
  rdoc_options:
113
- - "--charset=UTF-8"
113
+ - --charset=UTF-8
114
114
  require_paths:
115
115
  - lib
116
116
  required_ruby_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ">="
118
+ - - ! '>='
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0'
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - ">="
123
+ - - ! '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.4.8
128
+ rubygems_version: 2.4.3
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: SAML Ruby Tookit