psu_identity 0.7.2 → 0.7.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: 5230427f1fdf1aa0bd9a9777f41de102d50c238f82fd8191965e8919646da34a
4
- data.tar.gz: 27d001fe4f66714e380a25947aaa52c8a614f79782ba2ac45fa465a3fae11666
3
+ metadata.gz: 3653840903617d714a70a95805887fb2062a15510e97ccb3de660eee21643502
4
+ data.tar.gz: 740f098fb5bf194e8dd9388724e0d1160743bb2a99e7f676c2ce9c925dff885e
5
5
  SHA512:
6
- metadata.gz: 7040eb8ac1b8b4462c5410ebd32232e69a88ecbc39f7a988b2c60522139829dcabea00412a88eb94d02d328c81dd9536b66673eb5af4bc63c966d2440d1552e4
7
- data.tar.gz: d49a4e1d633c207187f6c67146def8e2ca7823084aad3bf5d003916a3aa531aa9acd22e2e8f6a8d3ffb81f3efaf9247913598f015402246d4cc9c0a4b637ff2b
6
+ metadata.gz: e7eea2ef93f7691c727bedc026f8251f52823184f990e89d2e7aedc191118e2c22ccc7e51d27e06b028161537133ba3ee5b59d519bcede6b3cb3ccda5e754b75
7
+ data.tar.gz: dadf821b0e09fcc966fac54c732bbd641b5c1af426c300dd336ff398177436a3ae1fe671509596e2546a871fa93b386500d16549bf38e72a2dfc0972f61d5f87
data/.circleci/config.yml CHANGED
@@ -24,12 +24,6 @@ jobs:
24
24
  name: "Bundle Install"
25
25
  command: bundle install
26
26
 
27
- - run:
28
- name: Setup Code Climate test-reporter
29
- command: |
30
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > bin/cc-test-reporter
31
- chmod +x bin/cc-test-reporter
32
-
33
27
  - run:
34
28
  name: "Rubocop"
35
29
  command: bundle exec rubocop
@@ -39,7 +33,5 @@ jobs:
39
33
  command: |
40
34
  export PSU_ID_OAUTH_CLIENT_ID=foo
41
35
  export PSU_ID_OAUTH_CLIENT_SECRET=bar
42
- RAILS_ENV=test bundle exec rspec &&
43
- bin/cc-test-reporter format-coverage -t simplecov -o coverage/codeclimate.json coverage/.resultset.json &&
44
- bin/cc-test-reporter upload-coverage
36
+ RAILS_ENV=test bundle exec rspec
45
37
 
data/Gemfile CHANGED
@@ -12,7 +12,7 @@ group :development do
12
12
  gem 'rubocop', '~> 1.72'
13
13
  gem 'rubocop-performance', '~> 1.24'
14
14
  gem 'rubocop-rspec', '~> 3.5'
15
- gem 'simplecov', '= 0.17'
15
+ gem 'simplecov'
16
16
  gem 'vcr', '~> 6.1'
17
17
  gem 'webmock', '~> 3.18'
18
18
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- psu_identity (0.7.2)
4
+ psu_identity (0.7.3)
5
5
  faraday (~> 2.0)
6
6
  json
7
7
  oauth2
@@ -60,11 +60,11 @@ GEM
60
60
  pry (>= 0.13, < 0.15)
61
61
  public_suffix (6.0.1)
62
62
  racc (1.8.1)
63
- rack (3.1.16)
63
+ rack (3.2.4)
64
64
  rainbow (3.1.1)
65
65
  rake (13.2.1)
66
66
  regexp_parser (2.10.0)
67
- rexml (3.4.1)
67
+ rexml (3.4.4)
68
68
  rspec (3.13.0)
69
69
  rspec-core (~> 3.13.0)
70
70
  rspec-expectations (~> 3.13.0)
@@ -133,7 +133,7 @@ DEPENDENCIES
133
133
  rubocop (~> 1.72)
134
134
  rubocop-performance (~> 1.24)
135
135
  rubocop-rspec (~> 3.5)
136
- simplecov (= 0.17)
136
+ simplecov
137
137
  vcr (~> 6.1)
138
138
  webmock (~> 3.18)
139
139
 
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
1
  [![CircleCI](https://circleci.com/gh/psu-libraries/psu_identity.svg?style=svg)](https://circleci.com/gh/psu-libraries/psu_identity)
2
- [![Maintainability](https://api.codeclimate.com/v1/badges/4add85571dd35c111426/maintainability)](https://codeclimate.com/github/psu-libraries/psu_identity/maintainability)
3
- [![Test Coverage](https://api.codeclimate.com/v1/badges/4add85571dd35c111426/test_coverage)](https://codeclimate.com/github/psu-libraries/psu_identity/test_coverage)
4
2
 
5
3
  # PsuIdentity
6
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PsuIdentity
4
- VERSION = '0.7.2'
4
+ VERSION = '0.7.3'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psu_identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kiessling
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-08-14 00:00:00.000000000 Z
10
+ date: 2025-11-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday