takelage 0.29.10 → 0.29.11

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: 0b28f6c30df4d3f1e62b9f8ad4c282a828eb186521b168bda7f79dfb9a2a483b
4
- data.tar.gz: 6adc87395967eac65059df51f82140ee3b879fa19d869082924aaf44d04826b4
3
+ metadata.gz: b056662be1a85c7239203e1757bb2e264af96a309aeab26c2f953b23141f85a6
4
+ data.tar.gz: ebb3aea54e1b6d3b411b14e06c9ca517cb0dd9e756103b34920e1f26c2b1b5a6
5
5
  SHA512:
6
- metadata.gz: 68bfc3ff719f4fdbd300e38cded2a0379b78bad467259fd7f1b79b773d7137567ca22451f581a7c684070feaff6296c58e6c73ad4c9cdacbe793daf9019b98a6
7
- data.tar.gz: c21632713ec979285748664c5076f20499bb2ac58efeda6f957c904421d21ee078bfc4a1e424c9e69ed38bf2f31dc52bf629276df4704f633e19a009e414c70d
6
+ metadata.gz: 466c9b23e47ed090c68ff7c58696f8f408a8ea89d5b2f32742b418dfea1875738f85cf4bd84467ffee6f6e43cb4babcbcb9e8d871364a407ccfcba8e1d8d4f66
7
+ data.tar.gz: a01f2553a244a2c2f71f0ba307751098b9852b64f075bf0af1af4c0da7ae7f0fff5d4cc7193eb48333617b74f4a42a1bb061ab5ca7d97012ae9629ea76d74e23
data/README.md CHANGED
@@ -108,7 +108,7 @@ tau [mutagen socket check](features/cucumber/features/mutagen/mutagen.socket.che
108
108
  tau [mutagen socket create](features/cucumber/features/mutagen/mutagen.socket.create.feature) [NAME] [IN] [OUT] | Create a mutagen socket [NAME] from [IN] to [OUT] of the container
109
109
  tau [mutagen socket list](features/cucumber/features/mutagen/mutagen.socket.list.feature) | List mutagen sockets
110
110
  tau [mutagen socket tidy](features/cucumber/features/mutagen/mutagen.socket.tidy.feature) | Remove mutagen daemon files
111
- tau [mutagen socket terminate](features/cucumber/features/mutagen/mutagen.socket.terminate.feature) | Terminate a mutagen socket
111
+ tau [mutagen socket terminate](features/cucumber/features/mutagen/mutagen.socket.terminate.feature) [SOCKET] | Terminate a mutagen [SOCKET]
112
112
  tau [self config active](features/cucumber/features/self/self.config.active.feature) | Print active takelage configuration
113
113
  tau [self config default](features/cucumber/features/self/self.config.default.feature) | Print takelage default configuration
114
114
  tau [self config home](features/cucumber/features/self/self.config.home.feature) | Print takelage home config file configuration
@@ -79,11 +79,11 @@ module Takelage
79
79
  #
80
80
  # mutagen socket terminate
81
81
  #
82
- desc 'terminate', 'Terminate a mutagen socket'
82
+ desc 'terminate [SOCKET]', 'Terminate a mutagen [SOCKET]'
83
83
  long_desc <<-LONGDESC.gsub("\n", "\x5")
84
- Terminate a mutagen socket
84
+ Terminate a mutagen [SOCKET]
85
85
  LONGDESC
86
- # Terminate a mutagen socket.
86
+ # Terminate a mutagen [SOCKET].
87
87
  def terminate(socket)
88
88
  exit mutagen_socket_terminate socket
89
89
  end
data/lib/takelage/version CHANGED
@@ -1 +1 @@
1
- 0.29.10
1
+ 0.29.11
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takelage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.10
4
+ version: 0.29.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geospin