confidante 0.28.0 → 0.29.0.pre.1

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: e570761d8e5ba8fc6b97a1d5b6ec0cf52982177fb9e2005296e1431b9be50004
4
- data.tar.gz: fa8a3a94ef9c697c87cba4cf94dd43738b0eb6d6af7da7ceacec0478b4263ac7
3
+ metadata.gz: bb43e0f3c61e25cbf3a259039dd5c1ff83e9a3c44f5bdf429a634be60c588594
4
+ data.tar.gz: 159c8db12e0cddbfcf1a157514eec61d2a8a59367b8d81e8c1a269b0102d7fc6
5
5
  SHA512:
6
- metadata.gz: 40c6cc3b404caa249d5a5f02b03168ddbdbe573d57fcb1cdf5f970f3b5760bfd41be16ed356cf8754ccd3bd20b48ea9dca40b8a8c0ad9f04ea1292dcb941993a
7
- data.tar.gz: 63b114f9aa6433b9137f8a5c32b1f9144fe9e10ed3e4bbf729a7b4146497587ae9d6e634e596b7a7397f40c9439a4c2544cf2023cd1ba609395ffcc02c7302cf
6
+ metadata.gz: 6d94766eca8b5c44ab634069cfee980ab79f74789724fe8a611d9168674af08f1baa3892d9ac96693717a900ff2f191c7af0618332d1037624862ea9b0ecf46b
7
+ data.tar.gz: 8aebbee32d95dbfa0954c41433469fb2594cfb19ddb219869a0772ab20bb60e94b63a70a663c2321f823fbb1c7a1bbe00fec8b8021e21a0af2a149f4f7353fd5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.28.0)
4
+ confidante (0.29.0.pre.1)
5
5
  activesupport (>= 4)
6
6
  hiera (~> 3.3)
7
7
  shikashi (~> 0.6)
@@ -41,11 +41,11 @@ GEM
41
41
  i18n (1.12.0)
42
42
  concurrent-ruby (~> 1.0)
43
43
  json (2.6.3)
44
- lino (3.0.0)
44
+ lino (3.1.0)
45
45
  hamster (~> 3.0)
46
46
  open4 (~> 1.3)
47
- minitest (5.16.3)
48
- octokit (4.25.1)
47
+ minitest (5.17.0)
48
+ octokit (6.0.1)
49
49
  faraday (>= 1, < 3)
50
50
  sawyer (~> 0.9)
51
51
  open4 (1.3.4)
@@ -58,23 +58,23 @@ GEM
58
58
  public_suffix (5.0.1)
59
59
  rainbow (3.1.1)
60
60
  rake (13.0.6)
61
- rake_circle_ci (0.9.0)
61
+ rake_circle_ci (0.11.0)
62
62
  colored2 (~> 3.1)
63
63
  excon (~> 0.72)
64
64
  rake_factory (~> 0.23)
65
65
  sshkey (~> 2.0)
66
- rake_factory (0.29.0)
66
+ rake_factory (0.31.0)
67
67
  activesupport (>= 4)
68
68
  rake (~> 13.0)
69
- rake_github (0.9.0)
69
+ rake_github (0.11.0)
70
70
  colored2 (~> 3.1)
71
- octokit (~> 4.16)
71
+ octokit (>= 4.16, < 7.0)
72
72
  rake_factory (~> 0.23)
73
73
  sshkey (~> 2.0)
74
- rake_gpg (0.16.0)
75
- rake_factory (>= 0.23, < 1)
76
- ruby_gpg2 (>= 0.6, < 1)
77
- rake_ssh (0.6.0)
74
+ rake_gpg (0.18.0)
75
+ rake_factory (~> 0.23)
76
+ ruby_gpg2 (~> 0.6)
77
+ rake_ssh (0.8.0)
78
78
  colored2 (~> 3.1)
79
79
  rake_factory (~> 0.23)
80
80
  sshkey (~> 2.0)
@@ -93,17 +93,17 @@ GEM
93
93
  diff-lcs (>= 1.2.0, < 2.0)
94
94
  rspec-support (~> 3.12.0)
95
95
  rspec-support (3.12.0)
96
- rubocop (1.41.1)
96
+ rubocop (1.42.0)
97
97
  json (~> 2.3)
98
98
  parallel (~> 1.10)
99
99
  parser (>= 3.1.2.1)
100
100
  rainbow (>= 2.2.2, < 4.0)
101
101
  regexp_parser (>= 1.8, < 3.0)
102
102
  rexml (>= 3.2.5, < 4.0)
103
- rubocop-ast (>= 1.23.0, < 2.0)
103
+ rubocop-ast (>= 1.24.1, < 2.0)
104
104
  ruby-progressbar (~> 1.7)
105
105
  unicode-display_width (>= 1.4.0, < 3.0)
106
- rubocop-ast (1.24.0)
106
+ rubocop-ast (1.24.1)
107
107
  parser (>= 3.1.1.0)
108
108
  rubocop-rake (0.6.0)
109
109
  rubocop (~> 1.0)
@@ -114,8 +114,8 @@ GEM
114
114
  ruby2ruby (2.5.0)
115
115
  ruby_parser (~> 3.1)
116
116
  sexp_processor (~> 4.6)
117
- ruby_gpg2 (0.8.0)
118
- lino (>= 1.5)
117
+ ruby_gpg2 (0.10.0)
118
+ lino (~> 3.0)
119
119
  ruby_parser (3.19.2)
120
120
  sexp_processor (~> 4.16)
121
121
  sawyer (0.9.2)
@@ -125,7 +125,7 @@ GEM
125
125
  shikashi (0.6.0)
126
126
  evalhook (>= 0.6.0)
127
127
  getsource (>= 0.1.0)
128
- simplecov (0.21.2)
128
+ simplecov (0.22.0)
129
129
  docile (~> 1.1)
130
130
  simplecov-html (~> 0.11)
131
131
  simplecov_json_formatter (~> 0.1)
@@ -160,4 +160,4 @@ DEPENDENCIES
160
160
  simplecov
161
161
 
162
162
  BUNDLED WITH
163
- 2.3.26
163
+ 2.4.2
data/Rakefile CHANGED
@@ -50,7 +50,7 @@ namespace :library do
50
50
  task check: [:rubocop]
51
51
 
52
52
  desc 'Attempt to automatically fix issues with the library'
53
- task fix: [:'rubocop:autocorrect']
53
+ task fix: [:'rubocop:autocorrect_all']
54
54
  end
55
55
 
56
56
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.28.0'
4
+ VERSION = '0.29.0.pre.1'
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
4
+ version: 0.29.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2023-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -276,9 +276,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
276
276
  version: '2.7'
277
277
  required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  requirements:
279
- - - ">="
279
+ - - ">"
280
280
  - !ruby/object:Gem::Version
281
- version: '0'
281
+ version: 1.3.1
282
282
  requirements: []
283
283
  rubygems_version: 3.1.6
284
284
  signing_key: