dotman-bin 1.0.3 → 2.0.2

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: 80925082c9d143d9a786b5a5564b05b88ac4cbdcd34f273b606147c82b3da690
4
- data.tar.gz: f67a34d26516340b84d4f5e050f598dcf7da5a2984adcde31e0ebae692df3df9
3
+ metadata.gz: 86e2bb1b04b23b31708eb11abbfe5dc2365d649e6e5a7c1bb685bf677264954a
4
+ data.tar.gz: dd566fe0abd17a85d55d4edc57bef28a1cef69ace0f42c297862d2870da7cdb8
5
5
  SHA512:
6
- metadata.gz: 0d5588b92ec105ad2e4e3e3f492970e9e9a30625ed36269c1fcc24e950bfbf054df714968a2f5316434d8213975a9d4fd24a9ead92155441d5d61668bc90984b
7
- data.tar.gz: f439e36b4e0c9cd05a978261cf530c6df149a7b77e457c5e62609919e2ccd4add44a8a1720a4e2a266e2209e37af6ef6fa6124786f81937d07d06adf473f0907
6
+ metadata.gz: edb5456b7340bb9ecbd8940ccc9385a78abfc220cb7069ca1537c527289761a9eebc92ebf4909dbc26550edee62ea33dd68bad76096b0e0b8d6e560708f0a1aa
7
+ data.tar.gz: 73ed43f310150400cb371d1a97ecaf2406d4e4b15be2349cc3b7a1a422616d528ddfa70d767788c04b81bf2359fd0e66be070804fd2b2a0e0dcf09eadf91513f
data/bin/dotman CHANGED
@@ -26,13 +26,13 @@ end
26
26
 
27
27
  docs = <<~EOF
28
28
  #{'Usage:'.bold}
29
- dotman [options] build
29
+ dotman [ --home=PATH ] --base=PATH build
30
30
 
31
31
  #{'Options:'.bold}
32
- --base=BASE Dir from where symlinks should be sourced [default: $HOME/.dotfiles/files]
33
- --home=HOME Dir where symlinks should be placed [default: $HOME]
34
- -v, --version Show version
35
- -h, --help Show this help
32
+ -b, --base=PATH Directory from where configuration files should be sourced
33
+ --home=PATH Directory where symlinks should be placed [default: $HOME]
34
+ -v, --version Show version
35
+ -h, --help Show this help
36
36
  EOF
37
37
 
38
38
  begin
@@ -23,7 +23,7 @@ module Dotman
23
23
  end
24
24
 
25
25
  def satisfies_args(args)
26
- Shell.satisfies_args(@host_aliases, args)
26
+ Shell.satisfies_args(@host_aliases, **args)
27
27
  end
28
28
 
29
29
  def actions
@@ -1,3 +1,3 @@
1
1
  module Dotman
2
- VERSION = "1.0.3"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dotman-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - crdx
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-29 00:00:00.000000000 Z
11
+ date: 2021-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: require_all
@@ -94,8 +94,8 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '12.3'
97
- description:
98
- email:
97
+ description:
98
+ email:
99
99
  executables:
100
100
  - dotman
101
101
  extensions: []
@@ -119,7 +119,7 @@ homepage: https://github.com/crdx/dotman
119
119
  licenses:
120
120
  - MIT
121
121
  metadata: {}
122
- post_install_message:
122
+ post_install_message:
123
123
  rdoc_options: []
124
124
  require_paths:
125
125
  - lib
@@ -134,8 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.0.6
138
- signing_key:
137
+ rubygems_version: 3.2.7
138
+ signing_key:
139
139
  specification_version: 4
140
- summary: Run many commands dotman with a colourful overview
140
+ summary: Manage dotfiles
141
141
  test_files: []