persona-ruby 0.1.3 → 0.1.4
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +13 -12
- data/lib/persona-ruby/version.rb +1 -1
- data/persona-ruby-0.1.3.gem +0 -0
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 204ebc23f6ace3484b14d77d85e7954b09dadbfaf09a964ab69ebd201e2db6e7
|
4
|
+
data.tar.gz: b38e4c03268977aa80aee498935699483812caba74abe2141174d9dabe724414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c7a0334cde2cee4c732353c4e3a9b5dd8b416f7c0dafe18858ce51a67d549aa00f018d61e029fc750792014072c5d0fa7e0412f3548bbc5300d95d1e1d1b4b
|
7
|
+
data.tar.gz: 299c50fa79a6565111e7d1612baa473ffa02bf22d510fdaa49b50be8bd1fa6c0b0aac6d2237b0274d8c20c180252e3cdfb53d37e2ebfd39fe1c6b99e326bb659
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -14,19 +14,19 @@ GEM
|
|
14
14
|
faraday-net_http (3.1.0)
|
15
15
|
net-http
|
16
16
|
hashdiff (1.1.0)
|
17
|
-
json (2.
|
17
|
+
json (2.9.1)
|
18
18
|
language_server-protocol (3.17.0.3)
|
19
19
|
net-http (0.4.1)
|
20
20
|
uri
|
21
|
-
parallel (1.26.
|
22
|
-
parser (3.3.
|
21
|
+
parallel (1.26.3)
|
22
|
+
parser (3.3.6.0)
|
23
23
|
ast (~> 2.4.1)
|
24
24
|
racc
|
25
25
|
public_suffix (5.0.5)
|
26
26
|
racc (1.8.1)
|
27
27
|
rainbow (3.1.1)
|
28
28
|
rake (13.0.6)
|
29
|
-
regexp_parser (2.
|
29
|
+
regexp_parser (2.10.0)
|
30
30
|
rexml (3.3.8)
|
31
31
|
rspec (3.12.0)
|
32
32
|
rspec-core (~> 3.12.0)
|
@@ -43,23 +43,24 @@ GEM
|
|
43
43
|
rspec-support (3.12.2)
|
44
44
|
rspec_junit_formatter (0.6.0)
|
45
45
|
rspec-core (>= 2, < 4, != 2.12.0)
|
46
|
-
rubocop (1.
|
46
|
+
rubocop (1.69.2)
|
47
47
|
json (~> 2.3)
|
48
48
|
language_server-protocol (>= 3.17.0)
|
49
49
|
parallel (~> 1.10)
|
50
50
|
parser (>= 3.3.0.2)
|
51
51
|
rainbow (>= 2.2.2, < 4.0)
|
52
|
-
regexp_parser (>= 2.
|
53
|
-
|
54
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
52
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
53
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
55
54
|
ruby-progressbar (~> 1.7)
|
56
|
-
unicode-display_width (>= 2.4.0, <
|
57
|
-
rubocop-ast (1.
|
55
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
56
|
+
rubocop-ast (1.37.0)
|
58
57
|
parser (>= 3.3.1.0)
|
59
58
|
rubocop-rspec (3.0.4)
|
60
59
|
rubocop (~> 1.61)
|
61
60
|
ruby-progressbar (1.13.0)
|
62
|
-
unicode-display_width (
|
61
|
+
unicode-display_width (3.1.3)
|
62
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
63
|
+
unicode-emoji (4.0.4)
|
63
64
|
uri (0.13.0)
|
64
65
|
webmock (3.18.1)
|
65
66
|
addressable (>= 2.8.0)
|
@@ -75,7 +76,7 @@ DEPENDENCIES
|
|
75
76
|
rake (~> 13.0.6)
|
76
77
|
rspec (~> 3.12.0)
|
77
78
|
rspec_junit_formatter (~> 0.6.0)
|
78
|
-
rubocop (~> 1.
|
79
|
+
rubocop (~> 1.69.2)
|
79
80
|
rubocop-rspec (~> 3.0.4)
|
80
81
|
webmock (~> 3.18.1)
|
81
82
|
|
data/lib/persona-ruby/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: persona-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ravi Trivedi
|
@@ -9,12 +9,15 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
+
- - "~>"
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '2.0'
|
18
21
|
- - ">="
|
19
22
|
- !ruby/object:Gem::Version
|
20
23
|
version: 2.0.1
|
@@ -22,6 +25,9 @@ dependencies:
|
|
22
25
|
prerelease: false
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
24
27
|
requirements:
|
28
|
+
- - "~>"
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: '2.0'
|
25
31
|
- - ">="
|
26
32
|
- !ruby/object:Gem::Version
|
27
33
|
version: 2.0.1
|
@@ -47,12 +53,12 @@ files:
|
|
47
53
|
- lib/persona-ruby/connection.rb
|
48
54
|
- lib/persona-ruby/error.rb
|
49
55
|
- lib/persona-ruby/version.rb
|
56
|
+
- persona-ruby-0.1.3.gem
|
50
57
|
homepage: https://github.com/riipen/persona-ruby
|
51
58
|
licenses:
|
52
59
|
- MIT
|
53
60
|
metadata:
|
54
61
|
homepage_uri: https://github.com/riipen/persona-ruby
|
55
|
-
source_code_uri: https://github.com/riipen/persona-ruby
|
56
62
|
changelog_uri: https://github.com/riipen/persona-ruby/blob/master/CHANGELOG.md
|
57
63
|
rubygems_mfa_required: 'true'
|
58
64
|
post_install_message:
|