wcc_ministries_client 1.0.3 → 1.0.4.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83660a89294ddeb66b82b63d6bd683419b6420b3b9163f37d0607e975038dba5
4
- data.tar.gz: 8c46cc56b6226a6ed1ae12edd4a4f8642dc9e8a8747139d6c41accd056b7f0c7
3
+ metadata.gz: 7c724000006c0f22238e951d513561b17be2f60ce92be75c14c63302482233ab
4
+ data.tar.gz: bf8325c97cf5a6e70e85559dcebdb06482d4915df12c10d207cf1cafb0875b77
5
5
  SHA512:
6
- metadata.gz: bab4d0ae60d989639ec66590c847d23128c33e8115b680b4321dc16bb103fcb33f1c9548bcd5e692bd7db072cfd7d417e56b4a5597c1d928d3e914fec21ea4db
7
- data.tar.gz: 153d8e2c926c5a6517b497406bc1f5cba1f260e6afbb188514a44e05d24a443da08b3d0b41e0daeb60c8d453a8f2b7a47c3452288609c3ea3f0671941a370f27
6
+ metadata.gz: 684089c24fe0ef6d707e51888c7240caff895fe8cf286faf4fe04f71d90fbd8f24c574ba367157d0fb31b1c23c7334db70c6c8951523b5149503b9a7c5eeea70
7
+ data.tar.gz: c83fe38a1aaf773340b66a48ea693b20771792528e6fe75c7095572c4510aec7f10a583b82d90c38361e964b7b6843575062b5f1947ca41cec0559e51d58885b
data/Gemfile CHANGED
@@ -5,5 +5,8 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 0.66.0'
8
+ gem 'rspec_junit_formatter', '~> 0.4.1'
9
+ gem 'rubocop', '~> 0.59.2', require: false
10
+ gem 'simplecov', '~> 0.21.2', require: false
11
+ gem 'simplecov-cobertura', '~> 1.4'
9
12
  end
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wcc_ministries_client (1.0.3)
5
- faraday (>= 0.9, < 2.0)
6
- faraday-http-cache (>= 1.0, < 3.0)
7
- faraday_middleware (>= 0.13, < 2.0)
4
+ wcc_ministries_client (1.0.4)
5
+ faraday (>= 2.0, < 3.0)
6
+ faraday-follow_redirects
7
+ faraday-http-cache (>= 2.0, < 3.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -12,61 +12,79 @@ GEM
12
12
  ast (2.4.2)
13
13
  byebug (11.1.3)
14
14
  coderay (1.1.3)
15
- diff-lcs (1.4.4)
16
- faraday (0.15.4)
17
- multipart-post (>= 1.2, < 3)
18
- faraday-http-cache (1.3.1)
19
- faraday (~> 0.8)
20
- faraday_middleware (0.13.1)
21
- faraday (>= 0.7.4, < 1.0)
22
- jaro_winkler (1.5.4)
15
+ diff-lcs (1.5.0)
16
+ docile (1.4.0)
17
+ faraday (2.7.10)
18
+ faraday-net_http (>= 2.0, < 3.1)
19
+ ruby2_keywords (>= 0.0.4)
20
+ faraday-follow_redirects (0.3.0)
21
+ faraday (>= 1, < 3)
22
+ faraday-http-cache (2.5.0)
23
+ faraday (>= 0.8)
24
+ faraday-net_http (3.0.2)
25
+ jaro_winkler (1.5.6)
23
26
  method_source (1.0.0)
24
- multipart-post (2.1.1)
25
- parallel (1.21.0)
26
- parser (3.0.2.0)
27
+ parallel (1.23.0)
28
+ parser (3.2.2.3)
27
29
  ast (~> 2.4.1)
28
- pry (0.13.1)
30
+ racc
31
+ powerpack (0.1.3)
32
+ pry (0.14.2)
29
33
  coderay (~> 1.1)
30
34
  method_source (~> 1.0)
31
- pry-byebug (3.9.0)
35
+ pry-byebug (3.10.1)
32
36
  byebug (~> 11.0)
33
- pry (~> 0.13.0)
34
- psych (4.0.1)
35
- rainbow (3.0.0)
37
+ pry (>= 0.13, < 0.15)
38
+ racc (1.7.1)
39
+ rainbow (3.1.1)
36
40
  rake (13.0.6)
37
- rspec (3.10.0)
38
- rspec-core (~> 3.10.0)
39
- rspec-expectations (~> 3.10.0)
40
- rspec-mocks (~> 3.10.0)
41
- rspec-core (3.10.1)
42
- rspec-support (~> 3.10.0)
43
- rspec-expectations (3.10.1)
41
+ rspec (3.12.0)
42
+ rspec-core (~> 3.12.0)
43
+ rspec-expectations (~> 3.12.0)
44
+ rspec-mocks (~> 3.12.0)
45
+ rspec-core (3.12.2)
46
+ rspec-support (~> 3.12.0)
47
+ rspec-expectations (3.12.3)
44
48
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.10.0)
46
- rspec-mocks (3.10.2)
49
+ rspec-support (~> 3.12.0)
50
+ rspec-mocks (3.12.6)
47
51
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.10.0)
49
- rspec-support (3.10.2)
50
- rubocop (0.66.0)
52
+ rspec-support (~> 3.12.0)
53
+ rspec-support (3.12.1)
54
+ rspec_junit_formatter (0.4.1)
55
+ rspec-core (>= 2, < 4, != 2.12.0)
56
+ rubocop (0.59.2)
51
57
  jaro_winkler (~> 1.5.1)
52
58
  parallel (~> 1.10)
53
59
  parser (>= 2.5, != 2.5.1.1)
54
- psych (>= 3.1.0)
60
+ powerpack (~> 0.1)
55
61
  rainbow (>= 2.2.2, < 4.0)
56
62
  ruby-progressbar (~> 1.7)
57
- unicode-display_width (>= 1.4.0, < 1.6)
58
- ruby-progressbar (1.11.0)
59
- unicode-display_width (1.5.0)
63
+ unicode-display_width (~> 1.0, >= 1.0.1)
64
+ ruby-progressbar (1.13.0)
65
+ ruby2_keywords (0.0.5)
66
+ simplecov (0.21.2)
67
+ docile (~> 1.1)
68
+ simplecov-html (~> 0.11)
69
+ simplecov_json_formatter (~> 0.1)
70
+ simplecov-cobertura (1.4.2)
71
+ simplecov (~> 0.8)
72
+ simplecov-html (0.12.3)
73
+ simplecov_json_formatter (0.1.4)
74
+ unicode-display_width (1.8.0)
60
75
 
61
76
  PLATFORMS
62
- ruby
77
+ arm64-darwin-22
63
78
 
64
79
  DEPENDENCIES
65
80
  pry-byebug
66
81
  rake (~> 13.0.1)
67
82
  rspec (~> 3.6, >= 3.6.0)
68
- rubocop (~> 0.66.0)
83
+ rspec_junit_formatter (~> 0.4.1)
84
+ rubocop (~> 0.59.2)
85
+ simplecov (~> 0.21.2)
86
+ simplecov-cobertura (~> 1.4)
69
87
  wcc_ministries_client!
70
88
 
71
89
  BUNDLED WITH
72
- 1.17.3
90
+ 2.3.17
@@ -0,0 +1,5 @@
1
+ {
2
+ "result": {
3
+ "line": 41.5
4
+ }
5
+ }