rake_ssh 0.7.0.pre.9 → 0.9.0.pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 622e74d0c3a9242a68bd2882a4351432d3695ed35d254fb7a38f3009b353c79c
4
- data.tar.gz: 7c3b7db8a631471e9cf61e869b0e9ca98848f16b456b77b3aee656430c559817
3
+ metadata.gz: 6dfe6cdae524d7c976c3d643b18956f3b0a1b0392b7332870e3502f969acaf6b
4
+ data.tar.gz: 41029c137ff73bba356b63f64bda3cad748b79159fe73fcbfac5abdf7e4c4766
5
5
  SHA512:
6
- metadata.gz: 6ac2352c0d43069ed83ac9aa0f8c760db6ca822dad14eed2682b82158037fc0323ebee0ab424f1ed7992a924bc03add8b741b6b6e624d2006a4528871c29d1f9
7
- data.tar.gz: 3b9cedb186e660967778081d5a93fa2c1bb5bc501a36a8e4910f0828990486430b23a31667ef1484ea5fbdcc46049177049234837560d87eec5fdf62e8b0a5f1
6
+ metadata.gz: 5263d8ef7a1400e756bdfcd1d665181779dfc82a2da07cb3f24013c70a01237e6694a8c2a2c77427477a0c1d307b672f6c2f651d375b3c25ab0440d056f79996
7
+ data.tar.gz: d90f4a63a0cca54a1aae5407953306f72a2f9dfb8f6ffc6642eccf21236f7779791cae58c5d6f3be33fe92085a3a98c5066e29fd5c70d6b1456281566e437601
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.7.0.pre.9)
4
+ rake_ssh (0.9.0.pre.1)
5
5
  colored2 (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  sshkey (~> 2.0)
@@ -36,8 +36,8 @@ GEM
36
36
  hamster (~> 3.0)
37
37
  open4 (~> 1.3)
38
38
  memfs (1.0.0)
39
- minitest (5.16.3)
40
- octokit (4.25.1)
39
+ minitest (5.17.0)
40
+ octokit (6.0.1)
41
41
  faraday (>= 1, < 3)
42
42
  sawyer (~> 0.9)
43
43
  open4 (1.3.4)
@@ -55,9 +55,9 @@ GEM
55
55
  rake_factory (0.31.0)
56
56
  activesupport (>= 4)
57
57
  rake (~> 13.0)
58
- rake_github (0.9.0)
58
+ rake_github (0.11.0)
59
59
  colored2 (~> 3.1)
60
- octokit (~> 4.16)
60
+ octokit (>= 4.16, < 7.0)
61
61
  rake_factory (~> 0.23)
62
62
  sshkey (~> 2.0)
63
63
  rake_gpg (0.18.0)
@@ -78,17 +78,17 @@ GEM
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.12.0)
80
80
  rspec-support (3.12.0)
81
- rubocop (1.41.1)
81
+ rubocop (1.42.0)
82
82
  json (~> 2.3)
83
83
  parallel (~> 1.10)
84
84
  parser (>= 3.1.2.1)
85
85
  rainbow (>= 2.2.2, < 4.0)
86
86
  regexp_parser (>= 1.8, < 3.0)
87
87
  rexml (>= 3.2.5, < 4.0)
88
- rubocop-ast (>= 1.23.0, < 2.0)
88
+ rubocop-ast (>= 1.24.1, < 2.0)
89
89
  ruby-progressbar (~> 1.7)
90
90
  unicode-display_width (>= 1.4.0, < 3.0)
91
- rubocop-ast (1.24.0)
91
+ rubocop-ast (1.24.1)
92
92
  parser (>= 3.1.1.0)
93
93
  rubocop-rake (0.6.0)
94
94
  rubocop (~> 1.0)
@@ -132,4 +132,4 @@ DEPENDENCIES
132
132
  simplecov
133
133
 
134
134
  BUNDLED WITH
135
- 2.4.1
135
+ 2.4.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSSH
4
- VERSION = '0.7.0.pre.9'
4
+ VERSION = '0.9.0.pre.1'
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.9
4
+ version: 0.9.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-27 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: colored2