confidante 0.28.0.pre.6 → 0.28.0.pre.7

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: 63757deac44a8dc8445094c33dfc44a018d4fae470ab1acc2c9b23afa4fa20ff
4
- data.tar.gz: b94f2515ea47608b0b9cf02a0ce62b667d6514b67b4e2aab901a8aad80ebca69
3
+ metadata.gz: 2ee41ca5146b7b417180b02a44570b1e50e0afacb1e8bf88679a8eb97eccb51f
4
+ data.tar.gz: c0c0ed73bfd55b6601b0caf58e287c12e0d9986c64efca5e7862f1d839f54295
5
5
  SHA512:
6
- metadata.gz: 74b44c879cc3016079f943646aca32a6cb1eab96ad327229dd67047d46f4ea79c3ae567a4a39a0ea1916b03748240e712d615aa6a39cad5d930e59c14ac8da27
7
- data.tar.gz: 0c743e549dd5ef722d5e8875daa6002d9685b58316af17a7b890110fe3e783112254d09d790d22c4870b871346d728ee36698fe19fe331799604e7044ea7d769
6
+ metadata.gz: 56e08ccbd6050fe51f056f8557cd3167c0e0c28cb01b68a0d3234ae759374bc130029d0e16e7c23e52051ec5329e6fc1a0d69376ee4e9b276f9913c89c59127d
7
+ data.tar.gz: 9111f0aa074c60860ce26ee3b7f99b3f0d6cd9c7f446bd841b352f43a3390f0a292027da52258078e547013bab52c0e600a8df4f97dfa6c9c162031d2c29d88c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.28.0.pre.6)
4
+ confidante (0.28.0.pre.7)
5
5
  activesupport (>= 4)
6
6
  hiera (>= 3.3, < 4)
7
7
  shikashi (>= 0.6, < 1)
@@ -9,37 +9,43 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.3.2)
12
+ activesupport (6.1.4.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
17
  zeitwerk (~> 2.3)
18
- addressable (2.7.0)
18
+ addressable (2.8.0)
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.2)
21
21
  colored2 (3.1.2)
22
- concurrent-ruby (1.1.8)
22
+ concurrent-ruby (1.1.9)
23
23
  diff-lcs (1.4.4)
24
24
  docile (1.4.0)
25
25
  evalhook (0.6.0)
26
26
  partialruby (~> 0.3)
27
27
  sexp_processor (~> 4.0)
28
- excon (0.82.0)
29
- faraday (1.4.2)
28
+ excon (0.87.0)
29
+ faraday (1.8.0)
30
30
  faraday-em_http (~> 1.0)
31
31
  faraday-em_synchrony (~> 1.0)
32
32
  faraday-excon (~> 1.1)
33
+ faraday-httpclient (~> 1.0.1)
33
34
  faraday-net_http (~> 1.0)
34
35
  faraday-net_http_persistent (~> 1.1)
36
+ faraday-patron (~> 1.0)
37
+ faraday-rack (~> 1.0)
35
38
  multipart-post (>= 1.2, < 3)
36
39
  ruby2_keywords (>= 0.0.4)
37
40
  faraday-em_http (1.0.0)
38
41
  faraday-em_synchrony (1.0.0)
39
42
  faraday-excon (1.1.0)
43
+ faraday-httpclient (1.0.1)
40
44
  faraday-net_http (1.0.1)
41
- faraday-net_http_persistent (1.1.0)
42
- gem-release (2.2.1)
45
+ faraday-net_http_persistent (1.2.0)
46
+ faraday-patron (1.0.0)
47
+ faraday-rack (1.0.0)
48
+ gem-release (2.2.2)
43
49
  getsource (0.2.2)
44
50
  hamster (3.0.0)
45
51
  concurrent-ruby (~> 1.0)
@@ -55,15 +61,15 @@ GEM
55
61
  faraday (>= 0.9)
56
62
  sawyer (~> 0.8.0, >= 0.5.3)
57
63
  open4 (1.3.4)
58
- parallel (1.20.1)
59
- parser (3.0.1.1)
64
+ parallel (1.21.0)
65
+ parser (3.0.2.0)
60
66
  ast (~> 2.4.1)
61
67
  partialruby (0.3.0)
62
68
  ruby2ruby (~> 2)
63
69
  ruby_parser (~> 3)
64
70
  public_suffix (4.0.6)
65
71
  rainbow (3.0.0)
66
- rake (13.0.3)
72
+ rake (13.0.6)
67
73
  rake_circle_ci (0.9.0)
68
74
  colored2 (~> 3.1)
69
75
  excon (~> 0.72)
@@ -99,30 +105,29 @@ GEM
99
105
  diff-lcs (>= 1.2.0, < 2.0)
100
106
  rspec-support (~> 3.10.0)
101
107
  rspec-support (3.10.2)
102
- rubocop (1.15.0)
108
+ rubocop (1.22.1)
103
109
  parallel (~> 1.10)
104
110
  parser (>= 3.0.0.0)
105
111
  rainbow (>= 2.2.2, < 4.0)
106
112
  regexp_parser (>= 1.8, < 3.0)
107
113
  rexml
108
- rubocop-ast (>= 1.5.0, < 2.0)
114
+ rubocop-ast (>= 1.12.0, < 2.0)
109
115
  ruby-progressbar (~> 1.7)
110
116
  unicode-display_width (>= 1.4.0, < 3.0)
111
- rubocop-ast (1.7.0)
117
+ rubocop-ast (1.12.0)
112
118
  parser (>= 3.0.1.1)
113
- rubocop-rake (0.5.1)
114
- rubocop
115
- rubocop-rspec (2.3.0)
119
+ rubocop-rake (0.6.0)
116
120
  rubocop (~> 1.0)
117
- rubocop-ast (>= 1.1.0)
121
+ rubocop-rspec (2.5.0)
122
+ rubocop (~> 1.19)
118
123
  ruby-progressbar (1.11.0)
119
- ruby2_keywords (0.0.4)
124
+ ruby2_keywords (0.0.5)
120
125
  ruby2ruby (2.4.4)
121
126
  ruby_parser (~> 3.1)
122
127
  sexp_processor (~> 4.6)
123
128
  ruby_gpg2 (0.8.0)
124
129
  lino (>= 1.5)
125
- ruby_parser (3.16.0)
130
+ ruby_parser (3.17.0)
126
131
  sexp_processor (~> 4.15, >= 4.15.1)
127
132
  sawyer (0.8.2)
128
133
  addressable (>= 2.3.5)
@@ -140,7 +145,7 @@ GEM
140
145
  sshkey (2.0.0)
141
146
  tzinfo (2.0.4)
142
147
  concurrent-ruby (~> 1.0)
143
- unicode-display_width (2.0.0)
148
+ unicode-display_width (2.1.0)
144
149
  zeitwerk (2.4.2)
145
150
 
146
151
  PLATFORMS
@@ -162,4 +167,4 @@ DEPENDENCIES
162
167
  simplecov
163
168
 
164
169
  BUNDLED WITH
165
- 2.2.18
170
+ 2.2.29
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.28.0.pre.6'
4
+ VERSION = '0.28.0.pre.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidante
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0.pre.6
4
+ version: 0.28.0.pre.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-30 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport