omniauth-tipalti 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: ce3ba078add86f383ff98c6c7f3ed6399bfd174dce152f40567aab50fa8eaae0
4
- data.tar.gz: 7af735ab4cea723c1507d74af57f63e03a2a4d981a038e4b992197446c42be87
3
+ metadata.gz: e6059bc455c4cf1af485a6341ce23706234620a6cd7086968de853ca59fb337b
4
+ data.tar.gz: 2b278adc520bc3a0901458de62f245dcc176af80529b254ed7758f34f86169ca
5
5
  SHA512:
6
- metadata.gz: 503883ab328a1d22f2b2029cdd4383ea0082992257feac9bef652cd0ae6ce11c19d9993fec5a4af7a98ef13852e40a9962a425ba3d6402516674c2a60899ced4
7
- data.tar.gz: 4504988a2e8e95bfd302fc6b9b325edd61d71b97e29b8408415f2907d64e4c10bc50eb45ffbf6d4edf70f6d56ffa8fa427467341fbadd3c484df16356b1ba170
6
+ metadata.gz: 3215274494e0a3f5a77805e0f5e122ec29434711707f9e13a74da259ca2ca920a5188031204a3810277171d31ae81c89d9aa66033e9f7dcd8aab84ffd36cc9fd
7
+ data.tar.gz: 1a6fdb0a689d154db3b8a01dfd493a0682df157eb12cc31f1574b2a8b68eb4ab533d7e9a4782a596c66e8e8bcf0d02bdac5d850604f7b34569c9e8f115658525
data/CHANGELOG.md CHANGED
@@ -1 +1,11 @@
1
+ ## [0.1.2] - 2025-05-14
2
+
3
+ - Upgraded `rack` gem
4
+ - Upgraded `rexml` gem
5
+
6
+ ## [0.1.1] - 2025-05-02
7
+
8
+ - Upgraded `omniauth` gem
9
+ - Upgraded `rack` gem
10
+
1
11
  ## [Unreleased]
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
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
data/Gemfile.lock CHANGED
@@ -2,6 +2,7 @@ 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)
@@ -10,6 +11,7 @@ GEM
10
11
  hashie (5.0.0)
11
12
  json (2.6.3)
12
13
  jwt (2.7.1)
14
+ logger (1.7.0)
13
15
  multi_xml (0.6.0)
14
16
  oauth2 (2.0.9)
15
17
  faraday (>= 0.17.3, < 3.0)
@@ -18,7 +20,7 @@ GEM
18
20
  rack (>= 1.2, < 4)
19
21
  snaky_hash (~> 2.0)
20
22
  version_gem (~> 1.1)
21
- omniauth (2.1.1)
23
+ omniauth (2.1.3)
22
24
  hashie (>= 3.4.6)
23
25
  rack (>= 2.2.3)
24
26
  rack-protection
@@ -30,13 +32,15 @@ GEM
30
32
  ast (~> 2.4.1)
31
33
  racc
32
34
  racc (1.7.1)
33
- rack (3.0.8)
34
- rack-protection (3.0.6)
35
- rack
35
+ rack (3.1.14)
36
+ rack-protection (4.1.1)
37
+ base64 (>= 0.1.0)
38
+ logger (>= 1.6.0)
39
+ rack (>= 3.0.0, < 4)
36
40
  rainbow (3.1.1)
37
41
  rake (13.0.6)
38
42
  regexp_parser (2.8.1)
39
- rexml (3.2.5)
43
+ rexml (3.4.1)
40
44
  rspec (3.12.0)
41
45
  rspec-core (~> 3.12.0)
42
46
  rspec-expectations (~> 3.12.0)
@@ -81,10 +85,11 @@ GEM
81
85
  version_gem (1.1.3)
82
86
 
83
87
  PLATFORMS
88
+ arm64-darwin-24
84
89
  x86_64-linux
85
90
 
86
91
  DEPENDENCIES
87
- omniauth (~> 2.1.1)
92
+ omniauth (~> 2.1.3)
88
93
  omniauth-oauth2 (~> 1.8.0)
89
94
  rake (~> 13.0.6)
90
95
  rspec (~> 3.12.0)
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/omniauth-tipalti.svg)](https://badge.fury.io/rb/omniauth-tipalti)
1
2
  [![CircleCI](https://dl.circleci.com/status-badge/img/gh/riipen/omniauth-tipalti/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/riipen/omniauth-tipalti/tree/main)
2
3
 
3
4
  # OmniAuth Tipalti
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Tipalti
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tipalti
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-08-01 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,7 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '1.8'
41
- description: "OmniAuth Oauth2 strategy for Tipalti allowing you to \nconnect to a
42
- specific Tipalti instance.\n"
40
+ description: OmniAuth Oauth2 strategy for Tipalti.
43
41
  email:
44
42
  - me@jordanell.com
45
43
  executables: []
@@ -64,10 +62,8 @@ licenses:
64
62
  - MIT
65
63
  metadata:
66
64
  homepage_uri: https://github.com/riipen/omniauth-tipalti
67
- source_code_uri: https://github.com/riipen/omniauth-tipalti
68
65
  changelog_uri: https://github.com/riipen/omniauth-tipalti/blob/master/CHANGELOG.md
69
66
  rubygems_mfa_required: 'true'
70
- post_install_message:
71
67
  rdoc_options: []
72
68
  require_paths:
73
69
  - lib
@@ -82,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
78
  - !ruby/object:Gem::Version
83
79
  version: '0'
84
80
  requirements: []
85
- rubygems_version: 3.3.26
86
- signing_key:
81
+ rubygems_version: 3.6.8
87
82
  specification_version: 4
88
83
  summary: OmniAuth Oauth2 strategy for Tipalti.
89
84
  test_files: []