ranch-hand 0.8.0 → 0.8.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: e00a609606b6a4c9fab740093f660f8de3b4a655cbe8d3ab23a381d6cb26be97
4
- data.tar.gz: fe56f11021d0a8ed6e68231bf7096cbc06b053ee02341a7ce53d369f63d92db1
3
+ metadata.gz: 2fb14b44db08c6e28ef1ff0e3af33dac5d59db3796b258a335d97e2877a0f8d9
4
+ data.tar.gz: 2f511a77fc5e745c0dd82669e45994be770bd459e362c71023a3c3cf61261de5
5
5
  SHA512:
6
- metadata.gz: 876144c9dc6339c290eb167e6d5f9a3eb29f73b1188e210b9e362eea27b60abcb6c5f6fb881d65b98751b865b2efde82103b4b510ce0f180fec1be1a326d7cb8
7
- data.tar.gz: c7ef6622566ab70f3f8765b6d4efb86c8c0380ecd80dcfd049ae1c3b5d4c5ac4a20bec5a5855bf27280fb0ad281b2b87a298e6eda3687e632c0d9206c8b2ab92
6
+ metadata.gz: b6144eaf7a166690fa432663ff327d07039a587ccbb0273ab48d05cb05210a89296821ff1720f7050aa2d06274b00216774d2b437551e64cfa1ba46e873e10d6
7
+ data.tar.gz: 4607f82b622d699f95ca94ad21fe0b82a8b8ff9a172f164731dc5e4ea43939ced13ad80e472f0c1f138b6eb5d6806a0157819c2486538363952ad1359df48cf1
data/Changelog.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### 0.8.1
2
+ - Bug fix for ohmyzsh shortcut that used wrong flag for skip prefix
1
3
  ### 0.8.0
2
4
  - Add ability to specify a command prefix that will be added to all commands run via `ranch-hand exec` by default (peregrinator/ranch-hand/issues/8)
3
5
  - Add ability to edit the project config file via new command `ranch-hand update_config` (peregrinator/ranch-hand/issues/9)
@@ -3,4 +3,4 @@ alias rhs='ranch-hand setup' # setup ranch hand with Rancher CLI
3
3
  alias rhi='ranch-hand init' # initialize default ranch hand settings in a project
4
4
  alias rhu='ranch-hand update_config' # update default ranch hand settings for a project
5
5
  alias rhe='ranch-hand exec' # run a command in a container
6
- alias rhes='ranch-hand exec --skip-prefix' # run a command in a container but skip default command_prefix
6
+ alias rhes='ranch-hand exec --skip_prefix' # run a command in a container but skip default command_prefix
@@ -1,3 +1,3 @@
1
1
  module RanchHand
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ranch-hand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peregrinator