fake_idp 1.0.2 → 1.0.3

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,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78b104e243cacefdf72fa55eabe91f2a78dac82439ce21cb6f733c5a0afd45a0
4
- data.tar.gz: 13bfecf694d125db4a766c0d311e3760048e6a5a89e90bfcf7580e3a88cbe707
3
+ metadata.gz: 27d64107cfc8fe46e5d8012033072000258dec5451c6de51acbecf4ed12b4227
4
+ data.tar.gz: 4c11730b037596fcf12578ace6552d3ac7affaa76bcfc4ec49f44eb90f2c7c55
5
5
  SHA512:
6
- metadata.gz: f629ea591343efe35bbc99ac33c97ce893db59f61b7036fb1a76e7ad6cf8461513d29aaf0407bf594994cc606654d1567627eb50288ebe0307e53d4e2b167579
7
- data.tar.gz: 4fa0e2420db97a9aa670414d36b71dca0328d733d92aada64283b53896eab075aa076bf509b2a8b44ac036e31e66af9732b09411f3d28f7c2147a207173ba21c
6
+ metadata.gz: 1a8c8d1ad01ba11c79b4fa998d2ad746253d7c25b52c630fe73d3e9a7741d68ca1d4e9d363e5f13419deb9e9857d7a6cf3d40007a4492dd770d14589054ce7aa
7
+ data.tar.gz: c34ef283e90b7a3cdc3f30575c7040b1013bff98a35c300874294dcfa15e3dee89b5234aee93ea0cf4e02c9e9c7a13183a5ba68818be39c6c6b733fb94316570
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ PATH
12
12
  activemodel (>= 5.2.5, < 7.0)
13
13
  builder (>= 3.2.2)
14
14
  nokogiri (>= 1.10.5)
15
- ruby-saml (~> 1.11.0)
15
+ ruby-saml (<= 1.12.0)
16
16
  ruby-saml-idp
17
17
  sinatra (~> 2.0.0)
18
18
  xmlenc (>= 0.7.1)
@@ -102,4 +102,4 @@ DEPENDENCIES
102
102
  ruby-saml-idp!
103
103
 
104
104
  BUNDLED WITH
105
- 2.1.4
105
+ 2.2.16
data/README.md CHANGED
@@ -46,7 +46,9 @@ Then navigate to `http://localhost:9292/saml/auth` to begin making your SAML req
46
46
  If you are using this gem to provide a Fake IDP server in a test suite, add the gem to the Gemfile:
47
47
 
48
48
  ```ruby
49
- gem 'fake_idp', github: 'healthify/fake_idp'
49
+ group :test do
50
+ gem 'fake_idp'
51
+ end
50
52
  ```
51
53
 
52
54
  ### Configuration
data/fake_idp.gemspec CHANGED
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
35
35
 
36
36
  spec.add_runtime_dependency "sinatra", "~> 2.0.0"
37
37
  spec.add_runtime_dependency "ruby-saml-idp"
38
- spec.add_runtime_dependency "ruby-saml", "~> 1.11.0"
38
+ spec.add_runtime_dependency "ruby-saml", "<= 1.12.0"
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module FakeIdp
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake_idp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shelby Switzer
8
8
  - Tyler Willingham
9
9
  - Robyn-Dale Samuda
10
10
  - Chet Bortz
11
- autorequire:
11
+ autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2021-04-16 00:00:00.000000000 Z
14
+ date: 2021-04-23 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: nokogiri
@@ -177,17 +177,17 @@ dependencies:
177
177
  name: ruby-saml
178
178
  requirement: !ruby/object:Gem::Requirement
179
179
  requirements:
180
- - - "~>"
180
+ - - "<="
181
181
  - !ruby/object:Gem::Version
182
- version: 1.11.0
182
+ version: 1.12.0
183
183
  type: :runtime
184
184
  prerelease: false
185
185
  version_requirements: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - "~>"
187
+ - - "<="
188
188
  - !ruby/object:Gem::Version
189
- version: 1.11.0
190
- description:
189
+ version: 1.12.0
190
+ description:
191
191
  email:
192
192
  - engineering@healthify.us
193
193
  executables: []
@@ -215,11 +215,11 @@ files:
215
215
  - lib/fake_idp/version.rb
216
216
  - lib/fake_idp/views/auth.erb
217
217
  - license.txt
218
- homepage:
218
+ homepage:
219
219
  licenses:
220
220
  - MIT
221
221
  metadata: {}
222
- post_install_message:
222
+ post_install_message:
223
223
  rdoc_options: []
224
224
  require_paths:
225
225
  - lib
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  version: '0'
236
236
  requirements: []
237
237
  rubygems_version: 3.0.3
238
- signing_key:
238
+ signing_key:
239
239
  specification_version: 4
240
240
  summary: Fake IDP to test SAML authentication
241
241
  test_files: []