ranch-hand 0.5.0 → 0.5.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 +4 -4
- data/README.md +3 -3
- data/lib/ranch_hand/version.rb +1 -1
- data/ranch-hand.gemspec +4 -4
- metadata +11 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3287e6ba9e32a2da90a1c529072ed825a6138f322fff7b685a73a82132b8cc44
|
|
4
|
+
data.tar.gz: 96f1566d44edd541b0055935612e105a97218308d2013d66fe1686f207802af1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ece0add393fbedcbc4a16c6127612859908a9374f341ac58e446e2040c0bfc4f57bc3a31c4eba009f40354bc0ab1110ea87cd01bee9d9c7d1f939c90555c13fa
|
|
7
|
+
data.tar.gz: ceacbb28497438d64dee078a98fcfa5c9596481ea1a7dbf47a7432015027e4cfc46ded69f3e7b2376a657b0278cde6bdeb773c45f0b655487d98a9dcb9e95507
|
data/README.md
CHANGED
|
@@ -25,14 +25,14 @@ Or install it yourself as:
|
|
|
25
25
|
|
|
26
26
|
## Setup
|
|
27
27
|
|
|
28
|
-
Once ranch-hand is installed, run `ranch-hand setup` from the command line. This will the necessary files in
|
|
28
|
+
Once ranch-hand is installed, run `ranch-hand setup` from the command line. This will create the necessary files in `~/.ranch-hand`.
|
|
29
29
|
|
|
30
30
|
#### Project setup
|
|
31
31
|
|
|
32
|
-
Project setup is optional. You can create a set of default values for certain flags by running `ranch-hand init` in any directory. When ranch-hand is run from a directory it will use the values in
|
|
32
|
+
Project setup is optional. You can create a set of default values for certain flags by running `ranch-hand init` in any directory. When ranch-hand is run from a directory it will use the values in the `.ranch-hand` file if it is present.
|
|
33
33
|
|
|
34
34
|
Normally you might run the following command: `ranch-hand -n my-namespace -g -p my-project -c /bin/bash`
|
|
35
|
-
Using `ranch-hand init` you can set the namespace, grouping flag and pod name as defaults, instead
|
|
35
|
+
Using `ranch-hand init` you can set the namespace, grouping flag and pod name as defaults, and instead just run: `ranch-hand -c /bin/bash`.
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
data/lib/ranch_hand/version.rb
CHANGED
data/ranch-hand.gemspec
CHANGED
|
@@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
28
28
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
29
29
|
|
|
30
|
-
spec.add_runtime_dependency "gli", "~> 2.
|
|
31
|
-
spec.add_runtime_dependency "pry", "~> 0.
|
|
32
|
-
spec.add_runtime_dependency "tty-command", "~> 0.
|
|
33
|
-
spec.add_runtime_dependency "tty-prompt", "~> 0.
|
|
30
|
+
spec.add_runtime_dependency "gli", "~> 2.20"
|
|
31
|
+
spec.add_runtime_dependency "pry", "~> 0.14"
|
|
32
|
+
spec.add_runtime_dependency "tty-command", "~> 0.10"
|
|
33
|
+
spec.add_runtime_dependency "tty-prompt", "~> 0.23"
|
|
34
34
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ranch-hand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peregrinator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -58,56 +58,56 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '2.
|
|
61
|
+
version: '2.20'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '2.
|
|
68
|
+
version: '2.20'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: pry
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: '0.14'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
82
|
+
version: '0.14'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: tty-command
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.
|
|
89
|
+
version: '0.10'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.
|
|
96
|
+
version: '0.10'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: tty-prompt
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 0.
|
|
103
|
+
version: '0.23'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 0.
|
|
110
|
+
version: '0.23'
|
|
111
111
|
description: ''
|
|
112
112
|
email:
|
|
113
113
|
- bob.burbach@gmail.com
|
|
@@ -157,8 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
158
|
version: '0'
|
|
159
159
|
requirements: []
|
|
160
|
-
|
|
161
|
-
rubygems_version: 2.7.6.2
|
|
160
|
+
rubygems_version: 3.1.2
|
|
162
161
|
signing_key:
|
|
163
162
|
specification_version: 4
|
|
164
163
|
summary: Provides an interface between the Rancher CLI and the Kubectl commands
|