bashman 0.1.2 → 0.1.3
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 +2 -1
- data/exe/bashman +1 -1
- data/lib/bashman/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dec62367fc87887f36720f6461bd2a385a198fa909f13bea2e973256474336e
|
4
|
+
data.tar.gz: 73ac7af5aef290b0696fc87585c3d4e2f455f21308d1f5dbf3390aa131acc278
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb0c3508ba211cb7bc1d67ab628d8c970891bb35260f68d41b48004f24934662d6494cd97420b4f40f185e1ced4e01eebd4871d599cdae32b89cab907bdf214d
|
7
|
+
data.tar.gz: 9027e0a9de6aacd91ed135bfe3092653e0aee7008191741858249e1a032c2d705481f7f5bc98185c51b9a9819de31743f2ac81f34a41eddeece6d51668957d87
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Bashman
|
2
2
|
|
3
|
-
A Ruby gem and executable for
|
3
|
+
A Ruby gem and executable for \*nix profile backup.
|
4
4
|
|
5
5
|
## Usage
|
6
6
|
|
@@ -21,6 +21,7 @@ Usage: bashman [OPTIONS]
|
|
21
21
|
```
|
22
22
|
|
23
23
|
For script development, the gem provides the following classes:
|
24
|
+
|
24
25
|
|Class Name|Purpose|
|
25
26
|
|---|---|
|
26
27
|
|Profile|Overall user profile container|
|
data/exe/bashman
CHANGED
@@ -18,7 +18,7 @@ all_items = ['homebrew', 'shell']
|
|
18
18
|
opts = OptionParser.new do |o|
|
19
19
|
o.banner = "Usage: #{$0} [OPTIONS]"
|
20
20
|
o.separator ""
|
21
|
-
o.on("-a", "--apply", "Apply saved profile") {|v| options[:apply] = v}
|
21
|
+
#o.on("-a", "--apply", "Apply saved profile") {|v| options[:apply] = v}
|
22
22
|
o.on("-i", "--items #{all_items.join(',')}", Array, "Shell components to apply or save. Defaults to 'all'.") {|v| options[:items] = v}
|
23
23
|
o.on("-p", "--profile PROFILE", "Profile name. Set to 'default' if not specified.") {|v| options[:profile] = v}
|
24
24
|
o.on("-s", "--save", "Save profile settings.") {|v| options[:save] = v}
|
data/lib/bashman/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bashman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Bayer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|