psu_identity 0.5.0 → 0.5.1

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: 6d739e41da59f566b5b558d4a61f1d12e818634e2f7de1d46ae5bf21622fbe0a
4
- data.tar.gz: 6d86921f52e9abed163f3406c5aa916ad54758c0573372cf5edd973c426a5cd9
3
+ metadata.gz: ede6bfacb5202361d54d13fa9e8aed416ecffe1030f6c5194f9c1049a0222199
4
+ data.tar.gz: 94da5cb3a5ad4deb0931959d31458e210374d62421d8d4cef25efde920962039
5
5
  SHA512:
6
- metadata.gz: f65a3c573798e0d2ce97b5cff55af6fceeba88f87fca788b1cb1a5113e47922e2ee1cd428acee8d32412a890859ddc41198fa7a3fcabf287321fc0b82ad21f52
7
- data.tar.gz: 3e6c1af64c775ceb1e4e81410b8d25a9b51c43eb754a260c0f43dacbf993ed5eeb9ba9967b11aff2d8dd92bdd9476c3310411ce446f37731aa0b153732da9b7b
6
+ metadata.gz: 4e5ed78f69e1773cf90274c23138a0f6b05ad0f645437379a2b77471ece8232ab767f280d87e251fc04a3967815fc06a0f93cc9f5db8fc6600f5f17c34bf3421
7
+ data.tar.gz: 7a74f77fd41e38db06b86de7885c403a0e4a0fe88cbf7192d05687898cc5b560a976a7587eb14e1ce85e3bb74450293daf5e34023982fb8b2ff4784601606235
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- psu_identity (0.5.0)
4
+ psu_identity (0.5.1)
5
5
  faraday (~> 1.0)
6
6
  json
7
7
  oauth2
@@ -19,7 +19,7 @@ GEM
19
19
  rexml
20
20
  diff-lcs (1.4.4)
21
21
  docile (1.4.0)
22
- faraday (1.9.3)
22
+ faraday (1.10.3)
23
23
  faraday-em_http (~> 1.0)
24
24
  faraday-em_synchrony (~> 1.0)
25
25
  faraday-excon (~> 1.1)
@@ -35,26 +35,27 @@ GEM
35
35
  faraday-em_synchrony (1.0.0)
36
36
  faraday-excon (1.1.0)
37
37
  faraday-httpclient (1.0.1)
38
- faraday-multipart (1.0.3)
39
- multipart-post (>= 1.2, < 3)
38
+ faraday-multipart (1.0.4)
39
+ multipart-post (~> 2)
40
40
  faraday-net_http (1.0.1)
41
41
  faraday-net_http_persistent (1.2.0)
42
42
  faraday-patron (1.0.0)
43
43
  faraday-rack (1.0.0)
44
44
  faraday-retry (1.0.3)
45
45
  hashdiff (1.0.1)
46
+ hashie (5.0.0)
46
47
  json (2.5.1)
47
- jwt (2.3.0)
48
+ jwt (2.7.1)
48
49
  method_source (1.0.0)
49
- multi_json (1.15.0)
50
50
  multi_xml (0.6.0)
51
- multipart-post (2.1.1)
52
- oauth2 (1.4.7)
53
- faraday (>= 0.8, < 2.0)
51
+ multipart-post (2.3.0)
52
+ oauth2 (2.0.9)
53
+ faraday (>= 0.17.3, < 3.0)
54
54
  jwt (>= 1.0, < 3.0)
55
- multi_json (~> 1.3)
56
55
  multi_xml (~> 0.5)
57
- rack (>= 1.2, < 3)
56
+ rack (>= 1.2, < 4)
57
+ snaky_hash (~> 2.0)
58
+ version_gem (~> 1.1)
58
59
  parallel (1.22.1)
59
60
  parser (3.2.1.1)
60
61
  ast (~> 2.4.1)
@@ -65,9 +66,9 @@ GEM
65
66
  byebug (~> 11.0)
66
67
  pry (~> 0.13.0)
67
68
  public_suffix (5.0.1)
68
- rack (2.2.6.4)
69
+ rack (3.0.8)
69
70
  rainbow (3.1.1)
70
- rake (13.0.6)
71
+ rake (13.1.0)
71
72
  regexp_parser (2.7.0)
72
73
  rexml (3.2.5)
73
74
  rspec (3.10.0)
@@ -110,8 +111,12 @@ GEM
110
111
  json (>= 1.8, < 3)
111
112
  simplecov-html (~> 0.10.0)
112
113
  simplecov-html (0.10.2)
114
+ snaky_hash (2.0.1)
115
+ hashie
116
+ version_gem (~> 1.1, >= 1.1.1)
113
117
  unicode-display_width (2.4.2)
114
118
  vcr (6.1.0)
119
+ version_gem (1.1.3)
115
120
  webmock (3.18.1)
116
121
  addressable (>= 2.8.0)
117
122
  crack (>= 0.3.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PsuIdentity
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
data/psu_identity.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Gem for interfacing with psu's search-service"
13
13
  spec.homepage = 'https://github.com/psu-libraries/psu_identity'
14
14
  spec.license = 'MIT'
15
- spec.required_ruby_version = Gem::Requirement.new('>= 3.1.3')
15
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psu_identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kiessling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -241,7 +241,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
241
241
  requirements:
242
242
  - - ">="
243
243
  - !ruby/object:Gem::Version
244
- version: 3.1.3
244
+ version: 3.1.0
245
245
  required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  requirements:
247
247
  - - ">="