omniauth-whoplusyou 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9668ffa66228f67a0e6e8673602ba6625111102014e34ecd3520c99369e2379f
4
- data.tar.gz: 908d9ddcaae1e5693189ffd8164eac7d75f6c4c4a2a55732a147b5f156ef7ed9
3
+ metadata.gz: ef23034343e7b5dea6a70c776541382e288943354b1023ac733535d5c6e5891b
4
+ data.tar.gz: 32883e949aa31c79f0472aa3953a11fe3e4f5d8ef18e1794179451e80b2ead47
5
5
  SHA512:
6
- metadata.gz: f511025679a88c79ac729dab31db8d7f82204c505d8187fe841dff7ba0e30e5474d55e0f1f98970ec2c6728436c10f87a15791f123cd0fb7b616f7dd83150662
7
- data.tar.gz: fda32ef809d6d135c2980913f8dd0da9ec2af8e054774b4f5b98c8e7354c2217ec9fc589c1c30aba69d9748b157269b394433c0621cceba230bf6260b2fc5028
6
+ metadata.gz: d6db8a264e0c4029dc16625f988f6145b7955ab688ca1b362004742da4bf7c219aa250af8ec576c84461da4f9e5a6d669932849a9cb18ef8cbd5993208d4338f
7
+ data.tar.gz: 32f9acbdecc50c02ba844ec64380c2fdf947ebfca4279312f208bfbfed4fae2481d40c3e3324d2c4c637170574bf46c17f01630676638159c4c49187b77e09de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## [Unreleased]
2
-
3
- ## [0.1.0] - 2023-06-19
1
+ ## [0.1.0] - 2023-06-22
4
2
 
5
3
  - Initial release
4
+
5
+ ## [Unreleased]
data/Gemfile CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "omniauth", "~> 2.1.1"
5
+ gem "omniauth", "~> 2.1.3"
6
6
  gem "omniauth-oauth2", "~> 1.8.0"
7
7
 
8
8
  group :development, :test do
9
9
  gem "rake", "~> 13.0.6"
10
10
  gem "rspec", "~> 3.12.0"
11
11
  gem "rspec_junit_formatter", "~> 0.6.0"
12
- gem "rubocop", "~> 1.52.1"
12
+ gem "rubocop", "~> 1.69.2"
13
13
  gem "rubocop-rspec", "~> 2.22.0"
14
14
  end
data/Gemfile.lock CHANGED
@@ -2,14 +2,17 @@ GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
4
  ast (2.4.2)
5
+ base64 (0.2.0)
5
6
  diff-lcs (1.5.0)
6
7
  faraday (2.7.6)
7
8
  faraday-net_http (>= 2.0, < 3.1)
8
9
  ruby2_keywords (>= 0.0.4)
9
10
  faraday-net_http (3.0.2)
10
11
  hashie (5.0.0)
11
- json (2.6.3)
12
+ json (2.9.1)
12
13
  jwt (2.7.1)
14
+ language_server-protocol (3.17.0.3)
15
+ logger (1.7.0)
13
16
  multi_xml (0.6.0)
14
17
  oauth2 (2.0.9)
15
18
  faraday (>= 0.17.3, < 3.0)
@@ -18,25 +21,26 @@ GEM
18
21
  rack (>= 1.2, < 4)
19
22
  snaky_hash (~> 2.0)
20
23
  version_gem (~> 1.1)
21
- omniauth (2.1.1)
24
+ omniauth (2.1.3)
22
25
  hashie (>= 3.4.6)
23
26
  rack (>= 2.2.3)
24
27
  rack-protection
25
28
  omniauth-oauth2 (1.8.0)
26
29
  oauth2 (>= 1.4, < 3)
27
30
  omniauth (~> 2.0)
28
- parallel (1.23.0)
29
- parser (3.2.2.3)
31
+ parallel (1.26.3)
32
+ parser (3.3.6.0)
30
33
  ast (~> 2.4.1)
31
34
  racc
32
- racc (1.7.1)
33
- rack (3.0.8)
34
- rack-protection (3.0.6)
35
- rack
35
+ racc (1.8.1)
36
+ rack (3.1.13)
37
+ rack-protection (4.1.1)
38
+ base64 (>= 0.1.0)
39
+ logger (>= 1.6.0)
40
+ rack (>= 3.0.0, < 4)
36
41
  rainbow (3.1.1)
37
42
  rake (13.0.6)
38
- regexp_parser (2.8.1)
39
- rexml (3.2.5)
43
+ regexp_parser (2.10.0)
40
44
  rspec (3.12.0)
41
45
  rspec-core (~> 3.12.0)
42
46
  rspec-expectations (~> 3.12.0)
@@ -52,18 +56,18 @@ GEM
52
56
  rspec-support (3.12.0)
53
57
  rspec_junit_formatter (0.6.0)
54
58
  rspec-core (>= 2, < 4, != 2.12.0)
55
- rubocop (1.52.1)
59
+ rubocop (1.69.2)
56
60
  json (~> 2.3)
61
+ language_server-protocol (>= 3.17.0)
57
62
  parallel (~> 1.10)
58
- parser (>= 3.2.2.3)
63
+ parser (>= 3.3.0.2)
59
64
  rainbow (>= 2.2.2, < 4.0)
60
- regexp_parser (>= 1.8, < 3.0)
61
- rexml (>= 3.2.5, < 4.0)
62
- rubocop-ast (>= 1.28.0, < 2.0)
65
+ regexp_parser (>= 2.9.3, < 3.0)
66
+ rubocop-ast (>= 1.36.2, < 2.0)
63
67
  ruby-progressbar (~> 1.7)
64
- unicode-display_width (>= 2.4.0, < 3.0)
65
- rubocop-ast (1.29.0)
66
- parser (>= 3.2.1.0)
68
+ unicode-display_width (>= 2.4.0, < 4.0)
69
+ rubocop-ast (1.37.0)
70
+ parser (>= 3.3.1.0)
67
71
  rubocop-capybara (2.18.0)
68
72
  rubocop (~> 1.41)
69
73
  rubocop-factory_bot (2.23.1)
@@ -77,20 +81,23 @@ GEM
77
81
  snaky_hash (2.0.1)
78
82
  hashie
79
83
  version_gem (~> 1.1, >= 1.1.1)
80
- unicode-display_width (2.4.2)
84
+ unicode-display_width (3.1.3)
85
+ unicode-emoji (~> 4.0, >= 4.0.4)
86
+ unicode-emoji (4.0.4)
81
87
  version_gem (1.1.3)
82
88
 
83
89
  PLATFORMS
90
+ arm64-darwin-24
84
91
  x86_64-darwin-22
85
92
  x86_64-linux
86
93
 
87
94
  DEPENDENCIES
88
- omniauth (~> 2.1.1)
95
+ omniauth (~> 2.1.3)
89
96
  omniauth-oauth2 (~> 1.8.0)
90
97
  rake (~> 13.0.6)
91
98
  rspec (~> 3.12.0)
92
99
  rspec_junit_formatter (~> 0.6.0)
93
- rubocop (~> 1.52.1)
100
+ rubocop (~> 1.69.2)
94
101
  rubocop-rspec (~> 2.22.0)
95
102
 
96
103
  BUNDLED WITH
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/omniauth-whoplusyou.svg)](https://badge.fury.io/rb/omniauth-whoplusyou)
1
2
  [![CircleCI](https://dl.circleci.com/status-badge/img/gh/riipen/omniauth-whoplusyou/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/riipen/omniauth-whoplusyou/tree/main)
2
3
 
3
4
  # OmniAuth WhoPlusYou
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Whoplusyou
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-whoplusyou
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Ell
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-06-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: omniauth
@@ -38,8 +37,8 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '1.8'
41
- description: OmniAuth Oauth2 strategy for WhoPlusYou allowing you to connect to a
42
- specific WhoPlusYou instance.
40
+ description: "OmniAuth Oauth2 strategy for WhoPlusYou allowing you to \nconnect to
41
+ a specific WhoPlusYou instance.\n"
43
42
  email:
44
43
  - me@jordanell.com
45
44
  executables: []
@@ -61,15 +60,14 @@ files:
61
60
  - lib/omniauth/strategies/whoplusyou.rb
62
61
  - lib/omniauth/whoplusyou.rb
63
62
  - lib/omniauth/whoplusyou/version.rb
63
+ - omniauth-whoplusyou-0.1.1.gem
64
64
  homepage: https://github.com/riipen/omniauth-whoplusyou
65
65
  licenses:
66
66
  - MIT
67
67
  metadata:
68
68
  homepage_uri: https://github.com/riipen/omniauth-whoplusyou
69
- source_code_uri: https://github.com/riipen/omniauth-whoplusyou
70
69
  changelog_uri: https://github.com/riipen/omniauth-whoplusyou/blob/master/CHANGELOG.md
71
70
  rubygems_mfa_required: 'true'
72
- post_install_message:
73
71
  rdoc_options: []
74
72
  require_paths:
75
73
  - lib
@@ -84,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
82
  - !ruby/object:Gem::Version
85
83
  version: '0'
86
84
  requirements: []
87
- rubygems_version: 3.3.26
88
- signing_key:
85
+ rubygems_version: 3.6.8
89
86
  specification_version: 4
90
87
  summary: OmniAuth Oauth2 strategy for WhoPlusYou.
91
88
  test_files: []