omniauth-tipalti 0.1.0 → 0.1.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: ce3ba078add86f383ff98c6c7f3ed6399bfd174dce152f40567aab50fa8eaae0
4
- data.tar.gz: 7af735ab4cea723c1507d74af57f63e03a2a4d981a038e4b992197446c42be87
3
+ metadata.gz: e5548bbadee1bba51904a01f24403728833a6514485ab29a8fd2d9199fa81c95
4
+ data.tar.gz: c9c503a23caf6cda43a7b30b40bd4b78ccdf873c5bac2b9a040b9232b4df67d7
5
5
  SHA512:
6
- metadata.gz: 503883ab328a1d22f2b2029cdd4383ea0082992257feac9bef652cd0ae6ce11c19d9993fec5a4af7a98ef13852e40a9962a425ba3d6402516674c2a60899ced4
7
- data.tar.gz: 4504988a2e8e95bfd302fc6b9b325edd61d71b97e29b8408415f2907d64e4c10bc50eb45ffbf6d4edf70f6d56ffa8fa427467341fbadd3c484df16356b1ba170
6
+ metadata.gz: b947f60ed825a162d55819909c32766f06c25dd6ca49f716511b93a8b65ec22e9d62cd8310a77a4fcf66770e7f6f46ac73d710384c4004189b6e18404c23c0ab
7
+ data.tar.gz: c5a3cfc22609a10407144adbf3d242d99cf29e93a2feb0800a76bc72519a7bdb66056c93c7d6b8fce864b574ea16bedb2c8eb7affc6b7980fbb1010a0b9467e0
data/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
+ ## [0.1.1] - 2025-05-02
2
+
3
+ - Upgraded `omniauth` gem
4
+ - Upgraded `rack` gem
5
+
1
6
  ## [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,9 +32,11 @@ 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.13)
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)
@@ -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.1"
6
6
  end
7
7
  end
Binary file
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.1
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: []
@@ -59,15 +57,14 @@ files:
59
57
  - lib/omniauth/strategies/tipalti.rb
60
58
  - lib/omniauth/tipalti.rb
61
59
  - lib/omniauth/tipalti/version.rb
60
+ - omniauth-tipalti-0.1.0.gem
62
61
  homepage: https://github.com/riipen/omniauth-tipalti
63
62
  licenses:
64
63
  - MIT
65
64
  metadata:
66
65
  homepage_uri: https://github.com/riipen/omniauth-tipalti
67
- source_code_uri: https://github.com/riipen/omniauth-tipalti
68
66
  changelog_uri: https://github.com/riipen/omniauth-tipalti/blob/master/CHANGELOG.md
69
67
  rubygems_mfa_required: 'true'
70
- post_install_message:
71
68
  rdoc_options: []
72
69
  require_paths:
73
70
  - lib
@@ -82,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
79
  - !ruby/object:Gem::Version
83
80
  version: '0'
84
81
  requirements: []
85
- rubygems_version: 3.3.26
86
- signing_key:
82
+ rubygems_version: 3.6.8
87
83
  specification_version: 4
88
84
  summary: OmniAuth Oauth2 strategy for Tipalti.
89
85
  test_files: []