rake_ssh 0.7.0.pre.7 → 0.7.0.pre.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +30 -28
  3. data/lib/rake_ssh/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee17b90bceb1fb3a6bc9f88e8238af250fdfafa6e56c84eccc9f2d7c16282016
4
- data.tar.gz: eb25edf3bd730d8c95ef478919fd80a4b725a249d36d5398693bc24feac4cda4
3
+ metadata.gz: 8f5dbd4a3297629ecb68e97975c805bb516e236a827fdf4751613dca30b4fed6
4
+ data.tar.gz: 5ed7da59fc43dda1bcf979f1d59a27d34ccb2be349b55c7dfb810a492c5c059c
5
5
  SHA512:
6
- metadata.gz: 7da275fa1738adf26a5cdcc7533e61f9cf742eaacfdeacccf16334ce50a1ebee8dbebd929ae5f2e6d8b2032fe349f8caedf6a5d13cc6c1baa6395e759feba22a
7
- data.tar.gz: e3c666e1e70717f344bc1810d2341a91d920e7705caef62a51076dc25a2f8101ad225925f27739595d36408fe6d5e21c111df96907473a4334680446e30a7808
6
+ metadata.gz: f564ed478b0562e6aca2b2b68977120f7b6432c60412f35725c3c8efbe9d5e10d47a4835c5dedd5c04b20b8d602e4984bea086a7fcc3e5534b0eaba91224fa39
7
+ data.tar.gz: 67c9f0592cc3eb97214fdf111b072cb8667aeacb0ab01e7b8e7c4293f64cb03c83d499eee8a2a884e27c4a040b3b1c22b3ffdf680529ce530d1b4fb5cc226865
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.7.0.pre.7)
4
+ rake_ssh (0.7.0.pre.8)
5
5
  colored2 (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  sshkey (~> 2.0)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.0.2.3)
12
+ activesupport (7.0.4)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
@@ -18,7 +18,7 @@ GEM
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  ast (2.4.2)
20
20
  colored2 (3.1.2)
21
- concurrent-ruby (1.1.9)
21
+ concurrent-ruby (1.1.10)
22
22
  diff-lcs (1.5.0)
23
23
  docile (1.4.0)
24
24
  excon (0.92.0)
@@ -48,20 +48,21 @@ GEM
48
48
  gem-release (2.2.2)
49
49
  hamster (3.0.0)
50
50
  concurrent-ruby (~> 1.0)
51
- i18n (1.10.0)
51
+ i18n (1.12.0)
52
52
  concurrent-ruby (~> 1.0)
53
+ json (2.6.2)
53
54
  lino (3.0.0)
54
55
  hamster (~> 3.0)
55
56
  open4 (~> 1.3)
56
57
  memfs (1.0.0)
57
- minitest (5.15.0)
58
+ minitest (5.16.3)
58
59
  multipart-post (2.1.1)
59
60
  octokit (4.22.0)
60
61
  faraday (>= 0.9)
61
62
  sawyer (~> 0.8.0, >= 0.5.3)
62
63
  open4 (1.3.4)
63
64
  parallel (1.22.1)
64
- parser (3.1.1.0)
65
+ parser (3.1.2.1)
65
66
  ast (~> 2.4.1)
66
67
  public_suffix (4.0.6)
67
68
  rainbow (3.1.1)
@@ -82,36 +83,37 @@ GEM
82
83
  rake_gpg (0.16.0)
83
84
  rake_factory (>= 0.23, < 1)
84
85
  ruby_gpg2 (>= 0.6, < 1)
85
- regexp_parser (2.2.1)
86
+ regexp_parser (2.6.0)
86
87
  rexml (3.2.5)
87
- rspec (3.11.0)
88
- rspec-core (~> 3.11.0)
89
- rspec-expectations (~> 3.11.0)
90
- rspec-mocks (~> 3.11.0)
91
- rspec-core (3.11.0)
92
- rspec-support (~> 3.11.0)
93
- rspec-expectations (3.11.0)
88
+ rspec (3.12.0)
89
+ rspec-core (~> 3.12.0)
90
+ rspec-expectations (~> 3.12.0)
91
+ rspec-mocks (~> 3.12.0)
92
+ rspec-core (3.12.0)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-expectations (3.12.0)
94
95
  diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.11.0)
96
- rspec-mocks (3.11.0)
96
+ rspec-support (~> 3.12.0)
97
+ rspec-mocks (3.12.0)
97
98
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-support (3.11.0)
100
- rubocop (1.27.0)
99
+ rspec-support (~> 3.12.0)
100
+ rspec-support (3.12.0)
101
+ rubocop (1.36.0)
102
+ json (~> 2.3)
101
103
  parallel (~> 1.10)
102
- parser (>= 3.1.0.0)
104
+ parser (>= 3.1.2.1)
103
105
  rainbow (>= 2.2.2, < 4.0)
104
106
  regexp_parser (>= 1.8, < 3.0)
105
- rexml
106
- rubocop-ast (>= 1.16.0, < 2.0)
107
+ rexml (>= 3.2.5, < 4.0)
108
+ rubocop-ast (>= 1.20.1, < 2.0)
107
109
  ruby-progressbar (~> 1.7)
108
110
  unicode-display_width (>= 1.4.0, < 3.0)
109
- rubocop-ast (1.16.0)
111
+ rubocop-ast (1.23.0)
110
112
  parser (>= 3.1.1.0)
111
113
  rubocop-rake (0.6.0)
112
114
  rubocop (~> 1.0)
113
- rubocop-rspec (2.9.0)
114
- rubocop (~> 1.19)
115
+ rubocop-rspec (2.14.2)
116
+ rubocop (~> 1.33)
115
117
  ruby-progressbar (1.11.0)
116
118
  ruby2_keywords (0.0.5)
117
119
  ruby_gpg2 (0.8.0)
@@ -126,9 +128,9 @@ GEM
126
128
  simplecov-html (0.12.3)
127
129
  simplecov_json_formatter (0.1.4)
128
130
  sshkey (2.0.0)
129
- tzinfo (2.0.4)
131
+ tzinfo (2.0.5)
130
132
  concurrent-ruby (~> 1.0)
131
- unicode-display_width (2.1.0)
133
+ unicode-display_width (2.3.0)
132
134
 
133
135
  PLATFORMS
134
136
  ruby
@@ -150,4 +152,4 @@ DEPENDENCIES
150
152
  simplecov
151
153
 
152
154
  BUNDLED WITH
153
- 2.3.11
155
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSSH
4
- VERSION = '0.7.0.pre.7'
4
+ VERSION = '0.7.0.pre.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.pre.7
4
+ version: 0.7.0.pre.8
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-04-09 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2