rake_ssh 0.6.0 → 0.7.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: 8171c88ab453671f796f6ef35f9c51357e5aad3f5ddf32bcb8b614c3eac0b016
4
- data.tar.gz: f9d1b9c4126396d61bf08067f29ef38bcff8b79d430837184b0f595cb6a5ade2
3
+ metadata.gz: 18b6a52578a4ea8097acae42a7a99b0c02382b839eeae0dc9597740c156a2dd6
4
+ data.tar.gz: 06d35247e18d0810a29d6b2edbac6da37f0ccf7d7dd4a5e87ce4ccdab11b78ee
5
5
  SHA512:
6
- metadata.gz: e7ed673b1dd321d73fb9b7393949c038698a32eb1d1a956b3a3c5ba4431775a4855ceca06fa7ccfc7c4e12d21c60b92ed2e9957c218b8b1da7e47486aafd41da
7
- data.tar.gz: '019cfe6e148879df21d2caa2ae56febbc94d556570ae54ef6fdd9052674c717ed21ee4c7b64d67f51d9131676015f3ff594ac68657c561e9729cc815a59c06f2'
6
+ metadata.gz: 81d889d6416e8a5799fe6a76163a010b730f785b6986b5cbaa656c4902cf1a56591dcfbf3ee3bafc8e3f26953da9c7c02be2303dd0c63eeb4e2e59c70745bccc
7
+ data.tar.gz: ff8e33a7054d776d0f077d5889b6d73431ba21100937ef81bd7b0480b8eabdac6772c48862af43a8c28b4e458ba97953d6f8bd3282a891a8d60562fcfb5b55a8
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.6.0)
4
+ rake_ssh (0.7.0.pre.1)
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 (5.2.4.4)
12
+ activesupport (5.2.6)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
@@ -17,27 +17,35 @@ GEM
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.7)
20
+ concurrent-ruby (1.1.8)
21
21
  diff-lcs (1.4.4)
22
- docile (1.3.4)
23
- excon (0.78.1)
24
- faraday (1.3.0)
22
+ docile (1.4.0)
23
+ excon (0.82.0)
24
+ faraday (1.4.2)
25
+ faraday-em_http (~> 1.0)
26
+ faraday-em_synchrony (~> 1.0)
27
+ faraday-excon (~> 1.1)
25
28
  faraday-net_http (~> 1.0)
29
+ faraday-net_http_persistent (~> 1.1)
26
30
  multipart-post (>= 1.2, < 3)
27
- ruby2_keywords
28
- faraday-net_http (1.0.0)
29
- gem-release (2.2.0)
31
+ ruby2_keywords (>= 0.0.4)
32
+ faraday-em_http (1.0.0)
33
+ faraday-em_synchrony (1.0.0)
34
+ faraday-excon (1.1.0)
35
+ faraday-net_http (1.0.1)
36
+ faraday-net_http_persistent (1.1.0)
37
+ gem-release (2.2.1)
30
38
  hamster (3.0.0)
31
39
  concurrent-ruby (~> 1.0)
32
- i18n (1.8.6)
40
+ i18n (1.8.10)
33
41
  concurrent-ruby (~> 1.0)
34
- lino (1.7.0)
42
+ lino (3.0.0)
35
43
  hamster (~> 3.0)
36
44
  open4 (~> 1.3)
37
45
  memfs (1.0.0)
38
- minitest (5.14.2)
46
+ minitest (5.14.4)
39
47
  multipart-post (2.1.1)
40
- octokit (4.20.0)
48
+ octokit (4.21.0)
41
49
  faraday (>= 0.9)
42
50
  sawyer (~> 0.8.0, >= 0.5.3)
43
51
  open4 (1.3.4)
@@ -56,7 +64,7 @@ GEM
56
64
  octokit (~> 4.16)
57
65
  rake_factory (~> 0.23)
58
66
  sshkey (~> 2.0)
59
- rake_gpg (0.14.0)
67
+ rake_gpg (0.16.0)
60
68
  rake_factory (>= 0.23, < 1)
61
69
  ruby_gpg2 (>= 0.6, < 1)
62
70
  rspec (3.10.0)
@@ -68,22 +76,22 @@ GEM
68
76
  rspec-expectations (3.10.1)
69
77
  diff-lcs (>= 1.2.0, < 2.0)
70
78
  rspec-support (~> 3.10.0)
71
- rspec-mocks (3.10.1)
79
+ rspec-mocks (3.10.2)
72
80
  diff-lcs (>= 1.2.0, < 2.0)
73
81
  rspec-support (~> 3.10.0)
74
- rspec-support (3.10.1)
75
- ruby2_keywords (0.0.2)
76
- ruby_gpg2 (0.6.0)
82
+ rspec-support (3.10.2)
83
+ ruby2_keywords (0.0.4)
84
+ ruby_gpg2 (0.8.0)
77
85
  lino (>= 1.5)
78
86
  sawyer (0.8.2)
79
87
  addressable (>= 2.3.5)
80
88
  faraday (> 0.8, < 2.0)
81
- simplecov (0.20.0)
89
+ simplecov (0.21.2)
82
90
  docile (~> 1.1)
83
91
  simplecov-html (~> 0.11)
84
92
  simplecov_json_formatter (~> 0.1)
85
93
  simplecov-html (0.12.3)
86
- simplecov_json_formatter (0.1.2)
94
+ simplecov_json_formatter (0.1.3)
87
95
  sshkey (2.0.0)
88
96
  thread_safe (0.3.6)
89
97
  tzinfo (1.2.9)
@@ -106,4 +114,4 @@ DEPENDENCIES
106
114
  simplecov (~> 0.16)
107
115
 
108
116
  BUNDLED WITH
109
- 2.2.4
117
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module RakeSSH
2
- VERSION = '0.6.0'
2
+ VERSION = '0.7.0.pre.1'
3
3
  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.6.0
4
+ version: 0.7.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory
@@ -208,11 +208,12 @@ dependencies:
208
208
  version: '0.16'
209
209
  description: Allows generation of SSH keys.
210
210
  email:
211
- - tobyclemson@gmail.com
211
+ - maintainers@infrablocks.io
212
212
  executables: []
213
213
  extensions: []
214
214
  extra_rdoc_files: []
215
215
  files:
216
+ - CODE_OF_CONDUCT.md
216
217
  - Gemfile
217
218
  - Gemfile.lock
218
219
  - LICENSE.txt
@@ -242,9 +243,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
242
243
  version: '2.6'
243
244
  required_rubygems_version: !ruby/object:Gem::Requirement
244
245
  requirements:
245
- - - ">="
246
+ - - ">"
246
247
  - !ruby/object:Gem::Version
247
- version: '0'
248
+ version: 1.3.1
248
249
  requirements: []
249
250
  rubygems_version: 3.0.1
250
251
  signing_key: