wcc_ministries_client 1.0.2 → 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: b96140c4e35013a90b6a4905f48568e2489f85488b659ebb6ab31c3b2b330637
4
- data.tar.gz: '05569aac8a34144e765b5aa3717e28463f9f045591415e010acca83f5b24c907'
3
+ metadata.gz: 7c724000006c0f22238e951d513561b17be2f60ce92be75c14c63302482233ab
4
+ data.tar.gz: bf8325c97cf5a6e70e85559dcebdb06482d4915df12c10d207cf1cafb0875b77
5
5
  SHA512:
6
- metadata.gz: 86d2b2841adae8e81d80912809510471cd73de14532c5a7bd461a81263b0e69bba6c6e573e718eea4ef779cb60b9f70ae6ab985096997c062d07979e20e39ca3
7
- data.tar.gz: 656932c3195877d7f06a979c634e29250ad17531d3a0957c2b76f554b241f716741b4580203cb6b076c5445270a7e3b664a744c1f07820ac0dcad96449cdf874
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,8 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wcc_ministries_client (1.0.2)
5
- typhoeus (~> 1.0, >= 1.0.1)
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)
6
8
 
7
9
  GEM
8
10
  remote: https://rubygems.org/
@@ -10,59 +12,79 @@ GEM
10
12
  ast (2.4.2)
11
13
  byebug (11.1.3)
12
14
  coderay (1.1.3)
13
- diff-lcs (1.4.4)
14
- ethon (0.15.0)
15
- ffi (>= 1.15.0)
16
- ffi (1.15.4)
17
- 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)
18
26
  method_source (1.0.0)
19
- parallel (1.21.0)
20
- parser (3.0.2.0)
27
+ parallel (1.23.0)
28
+ parser (3.2.2.3)
21
29
  ast (~> 2.4.1)
22
- pry (0.13.1)
30
+ racc
31
+ powerpack (0.1.3)
32
+ pry (0.14.2)
23
33
  coderay (~> 1.1)
24
34
  method_source (~> 1.0)
25
- pry-byebug (3.9.0)
35
+ pry-byebug (3.10.1)
26
36
  byebug (~> 11.0)
27
- pry (~> 0.13.0)
28
- psych (4.0.1)
29
- rainbow (3.0.0)
37
+ pry (>= 0.13, < 0.15)
38
+ racc (1.7.1)
39
+ rainbow (3.1.1)
30
40
  rake (13.0.6)
31
- rspec (3.10.0)
32
- rspec-core (~> 3.10.0)
33
- rspec-expectations (~> 3.10.0)
34
- rspec-mocks (~> 3.10.0)
35
- rspec-core (3.10.1)
36
- rspec-support (~> 3.10.0)
37
- 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)
38
48
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.10.0)
40
- rspec-mocks (3.10.2)
49
+ rspec-support (~> 3.12.0)
50
+ rspec-mocks (3.12.6)
41
51
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.10.0)
43
- rspec-support (3.10.2)
44
- 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)
45
57
  jaro_winkler (~> 1.5.1)
46
58
  parallel (~> 1.10)
47
59
  parser (>= 2.5, != 2.5.1.1)
48
- psych (>= 3.1.0)
60
+ powerpack (~> 0.1)
49
61
  rainbow (>= 2.2.2, < 4.0)
50
62
  ruby-progressbar (~> 1.7)
51
- unicode-display_width (>= 1.4.0, < 1.6)
52
- ruby-progressbar (1.11.0)
53
- typhoeus (1.4.0)
54
- ethon (>= 0.9.0)
55
- 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)
56
75
 
57
76
  PLATFORMS
58
- ruby
77
+ arm64-darwin-22
59
78
 
60
79
  DEPENDENCIES
61
80
  pry-byebug
62
81
  rake (~> 13.0.1)
63
82
  rspec (~> 3.6, >= 3.6.0)
64
- 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)
65
87
  wcc_ministries_client!
66
88
 
67
89
  BUNDLED WITH
68
- 1.17.3
90
+ 2.3.17
@@ -0,0 +1,5 @@
1
+ {
2
+ "result": {
3
+ "line": 41.5
4
+ }
5
+ }