lmcadm 0.9.0 → 0.9.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
  SHA1:
3
- metadata.gz: 18590352df31927fd82fc499b0feef27bf14265d
4
- data.tar.gz: 2809f28be5376f51d48f0ece3a221457818db60e
3
+ metadata.gz: bb9400a2047405a5ece2875ee8d660751d129638
4
+ data.tar.gz: 82872042e8f5a455fa90ce11a9f65c73e30522b0
5
5
  SHA512:
6
- metadata.gz: 53841c1bd2e47b403f179586bbe0167d27b4299ef98175ecf8f8e17711af97afac6cfeefb5504f0df26a71b1aa3904dcd39cf19d068f46f0510e960c8abf5581
7
- data.tar.gz: 43213cbda76e6f81491c93eaf1ca914118e1b8d471bdccbf05760e009b00947d6b797e00956c3d775597080d70a6ae12983c88e65ab088759c1b4b6eed16cf5f
6
+ metadata.gz: 80cdb181a6456fff7aeb41cb3ae7e07277d1deffe80e09d028d546235a06c526e469d2fe439af253e8b9a65ce4671ee019846efbaff8a4fa6e507de15a96f86a
7
+ data.tar.gz: 8213f89d1ac1dab04d2ce94479c978e6a88a1e28e39b8bcf758baa5443686088ba3bac0e3b7f8efee167228c47ef1b7fdd0a7cc9dbb5b95d7382f701a9ebb7c7
@@ -7,14 +7,14 @@ module LMCAdm #:nodoc:
7
7
  completion.action do |_o, _g, args|
8
8
  raise 'only bash supported at the moment' unless
9
9
  [nil, 'bash'].include? args.first
10
- puts <<~'BASH'
11
- #source this into your bash (via ~/.bashrc or other means)
12
- complete -F _lmcadm_completions lmcadm
13
- function _lmcadm_completions()
14
- {
15
- COMPREPLY=(`lmcadm help -c "${COMP_WORDS[@]:1}"`)
16
- }
17
- BASH
10
+ puts <<'BASH'
11
+ #source this into your bash (via ~/.bashrc or other means)
12
+ complete -F _lmcadm_completions lmcadm
13
+ function _lmcadm_completions()
14
+ {
15
+ COMPREPLY=(`lmcadm help -c "${COMP_WORDS[@]:1}"`)
16
+ }
17
+ BASH
18
18
  end
19
19
  end
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module LMCAdm
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lmcadm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - erpel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-22 00:00:00.000000000 Z
11
+ date: 2018-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler