persona-ruby 0.2.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile +5 -5
- data/Gemfile.lock +58 -50
- data/lib/persona-ruby/client.rb +1 -0
- data/lib/persona-ruby/version.rb +1 -1
- data/persona-ruby.gemspec +34 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d877256ca3982a4cc2a28425062770503c9fbb61e2a398649979203c3b70872e
|
|
4
|
+
data.tar.gz: 447098c4ec746d4909292e89d165d2fa049655d8e96788939fa822b5d4fba2b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1543391ae6ee13d6e40e1a985f9df98d27ebdce3211f272d6e9e245c407f5d47df6e22f4e058a4260a1d6d930cc9ea3be4e0d971ee7956cc82571c4cc3ce618
|
|
7
|
+
data.tar.gz: b59e87251ab28166cc28bf5c2e08971e47dce9cb4ed4ab02d10253be09165a512674c82163b6d2c8f02dbf59c16b556e6c3860364ca7586ac147276ee76d3cc1
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -5,10 +5,10 @@ source "https://rubygems.org"
|
|
|
5
5
|
gem "faraday", ">= 2.0.1"
|
|
6
6
|
|
|
7
7
|
group :development, :test do
|
|
8
|
-
gem "rake", "~> 13.
|
|
9
|
-
gem "rspec", "~> 3.
|
|
8
|
+
gem "rake", "~> 13.4.2"
|
|
9
|
+
gem "rspec", "~> 3.13.2"
|
|
10
10
|
gem "rspec_junit_formatter", "~> 0.6.0"
|
|
11
|
-
gem "rubocop", "~> 1.
|
|
12
|
-
gem "rubocop-rspec", "~> 3.0
|
|
13
|
-
gem "webmock", "~> 3.
|
|
11
|
+
gem "rubocop", "~> 1.86.2"
|
|
12
|
+
gem "rubocop-rspec", "~> 3.9.0"
|
|
13
|
+
gem "webmock", "~> 3.26.2"
|
|
14
14
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,68 +1,76 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
addressable (2.
|
|
5
|
-
public_suffix (>= 2.0.2, <
|
|
6
|
-
ast (2.4.
|
|
7
|
-
bigdecimal (
|
|
8
|
-
crack (1.0.
|
|
4
|
+
addressable (2.9.0)
|
|
5
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
6
|
+
ast (2.4.3)
|
|
7
|
+
bigdecimal (4.1.2)
|
|
8
|
+
crack (1.0.1)
|
|
9
9
|
bigdecimal
|
|
10
10
|
rexml
|
|
11
|
-
diff-lcs (1.
|
|
12
|
-
faraday (2.
|
|
13
|
-
faraday-net_http (>= 2.0, < 3.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
11
|
+
diff-lcs (1.6.2)
|
|
12
|
+
faraday (2.14.2)
|
|
13
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
14
|
+
json
|
|
15
|
+
logger
|
|
16
|
+
faraday-net_http (3.4.2)
|
|
17
|
+
net-http (~> 0.5)
|
|
18
|
+
hashdiff (1.2.1)
|
|
19
|
+
json (2.19.5)
|
|
20
|
+
language_server-protocol (3.17.0.5)
|
|
21
|
+
lint_roller (1.1.0)
|
|
22
|
+
logger (1.7.0)
|
|
23
|
+
net-http (0.9.1)
|
|
24
|
+
uri (>= 0.11.1)
|
|
25
|
+
parallel (2.1.0)
|
|
26
|
+
parser (3.3.11.1)
|
|
23
27
|
ast (~> 2.4.1)
|
|
24
28
|
racc
|
|
25
|
-
|
|
29
|
+
prism (1.9.0)
|
|
30
|
+
public_suffix (7.0.5)
|
|
26
31
|
racc (1.8.1)
|
|
27
32
|
rainbow (3.1.1)
|
|
28
|
-
rake (13.
|
|
29
|
-
regexp_parser (2.
|
|
30
|
-
rexml (3.
|
|
31
|
-
rspec (3.
|
|
32
|
-
rspec-core (~> 3.
|
|
33
|
-
rspec-expectations (~> 3.
|
|
34
|
-
rspec-mocks (~> 3.
|
|
35
|
-
rspec-core (3.
|
|
36
|
-
rspec-support (~> 3.
|
|
37
|
-
rspec-expectations (3.
|
|
33
|
+
rake (13.4.2)
|
|
34
|
+
regexp_parser (2.12.0)
|
|
35
|
+
rexml (3.4.4)
|
|
36
|
+
rspec (3.13.2)
|
|
37
|
+
rspec-core (~> 3.13.0)
|
|
38
|
+
rspec-expectations (~> 3.13.0)
|
|
39
|
+
rspec-mocks (~> 3.13.0)
|
|
40
|
+
rspec-core (3.13.6)
|
|
41
|
+
rspec-support (~> 3.13.0)
|
|
42
|
+
rspec-expectations (3.13.5)
|
|
38
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
|
-
rspec-support (~> 3.
|
|
40
|
-
rspec-mocks (3.
|
|
44
|
+
rspec-support (~> 3.13.0)
|
|
45
|
+
rspec-mocks (3.13.8)
|
|
41
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
42
|
-
rspec-support (~> 3.
|
|
43
|
-
rspec-support (3.
|
|
47
|
+
rspec-support (~> 3.13.0)
|
|
48
|
+
rspec-support (3.13.7)
|
|
44
49
|
rspec_junit_formatter (0.6.0)
|
|
45
50
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
46
|
-
rubocop (1.
|
|
51
|
+
rubocop (1.86.2)
|
|
47
52
|
json (~> 2.3)
|
|
48
|
-
language_server-protocol (
|
|
49
|
-
|
|
53
|
+
language_server-protocol (~> 3.17.0.2)
|
|
54
|
+
lint_roller (~> 1.1.0)
|
|
55
|
+
parallel (>= 1.10)
|
|
50
56
|
parser (>= 3.3.0.2)
|
|
51
57
|
rainbow (>= 2.2.2, < 4.0)
|
|
52
58
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
53
|
-
rubocop-ast (>= 1.
|
|
59
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
54
60
|
ruby-progressbar (~> 1.7)
|
|
55
61
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
56
|
-
rubocop-ast (1.
|
|
57
|
-
parser (>= 3.3.
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
rubocop-ast (1.49.1)
|
|
63
|
+
parser (>= 3.3.7.2)
|
|
64
|
+
prism (~> 1.7)
|
|
65
|
+
rubocop-rspec (3.9.0)
|
|
66
|
+
lint_roller (~> 1.1)
|
|
67
|
+
rubocop (~> 1.81)
|
|
60
68
|
ruby-progressbar (1.13.0)
|
|
61
|
-
unicode-display_width (3.
|
|
62
|
-
unicode-emoji (~> 4.
|
|
63
|
-
unicode-emoji (4.0
|
|
64
|
-
uri (
|
|
65
|
-
webmock (3.
|
|
69
|
+
unicode-display_width (3.2.0)
|
|
70
|
+
unicode-emoji (~> 4.1)
|
|
71
|
+
unicode-emoji (4.2.0)
|
|
72
|
+
uri (1.1.1)
|
|
73
|
+
webmock (3.26.2)
|
|
66
74
|
addressable (>= 2.8.0)
|
|
67
75
|
crack (>= 0.3.2)
|
|
68
76
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
@@ -73,12 +81,12 @@ PLATFORMS
|
|
|
73
81
|
|
|
74
82
|
DEPENDENCIES
|
|
75
83
|
faraday (>= 2.0.1)
|
|
76
|
-
rake (~> 13.
|
|
77
|
-
rspec (~> 3.
|
|
84
|
+
rake (~> 13.4.2)
|
|
85
|
+
rspec (~> 3.13.2)
|
|
78
86
|
rspec_junit_formatter (~> 0.6.0)
|
|
79
|
-
rubocop (~> 1.
|
|
80
|
-
rubocop-rspec (~> 3.0
|
|
81
|
-
webmock (~> 3.
|
|
87
|
+
rubocop (~> 1.86.2)
|
|
88
|
+
rubocop-rspec (~> 3.9.0)
|
|
89
|
+
webmock (~> 3.26.2)
|
|
82
90
|
|
|
83
91
|
BUNDLED WITH
|
|
84
92
|
2.5.3
|
data/lib/persona-ruby/client.rb
CHANGED
data/lib/persona-ruby/version.rb
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative "lib/persona-ruby/version"
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "persona-ruby"
|
|
7
|
+
spec.version = Persona::VERSION
|
|
8
|
+
spec.authors = ["Ravi Trivedi", "Stephen Tredger"]
|
|
9
|
+
spec.email = ["stephen.tredger@riipen.com"]
|
|
10
|
+
|
|
11
|
+
spec.summary = "An API client for Persona in ruby."
|
|
12
|
+
spec.description = "Access the Persona REST API."
|
|
13
|
+
spec.homepage = "https://github.com/riipen/persona-ruby"
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
spec.required_ruby_version = ">= 3.3.0"
|
|
16
|
+
|
|
17
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
+
spec.metadata["changelog_uri"] = "https://github.com/riipen/persona-ruby/blob/master/CHANGELOG.md"
|
|
19
|
+
|
|
20
|
+
# Specify which files should be added to the gem when it is released.
|
|
21
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
22
|
+
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
23
|
+
`git ls-files -z`.split("\x0").reject do |f|
|
|
24
|
+
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
spec.bindir = "exe"
|
|
28
|
+
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
29
|
+
spec.require_paths = ["lib"]
|
|
30
|
+
|
|
31
|
+
spec.add_dependency "faraday", "~> 2.0", ">= 2.0.1"
|
|
32
|
+
|
|
33
|
+
spec.metadata["rubygems_mfa_required"] = "true"
|
|
34
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: persona-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ravi Trivedi
|
|
8
8
|
- Stephen Tredger
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -52,6 +52,7 @@ files:
|
|
|
52
52
|
- lib/persona-ruby/connection.rb
|
|
53
53
|
- lib/persona-ruby/error.rb
|
|
54
54
|
- lib/persona-ruby/version.rb
|
|
55
|
+
- persona-ruby.gemspec
|
|
55
56
|
homepage: https://github.com/riipen/persona-ruby
|
|
56
57
|
licenses:
|
|
57
58
|
- MIT
|
|
@@ -73,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
74
|
- !ruby/object:Gem::Version
|
|
74
75
|
version: '0'
|
|
75
76
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
77
|
+
rubygems_version: 3.6.7
|
|
77
78
|
specification_version: 4
|
|
78
79
|
summary: An API client for Persona in ruby.
|
|
79
80
|
test_files: []
|