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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52d5181952c73c459f53e34a1b7b9e09446843d03940acdd74163bc7518755d8
4
- data.tar.gz: d69ca269167e0a446f915b40e951e99b78711b39e5de6e82d3963bdcf5af7eb8
3
+ metadata.gz: 5dec62367fc87887f36720f6461bd2a385a198fa909f13bea2e973256474336e
4
+ data.tar.gz: 73ac7af5aef290b0696fc87585c3d4e2f455f21308d1f5dbf3390aa131acc278
5
5
  SHA512:
6
- metadata.gz: 57128af515eb9af2e84d5a1fe67581abaab5d2a6d673215017e936508f30c27e3b0e3d70989c40d3298eabbedaf8d805da7855d104f04e5fa5b029e0de20328d
7
- data.tar.gz: 3e1ddb0dd5ed2e03ca71548a41567dc232945d9fcb3fa6183e8a269d9f139a4932caae4529d8f26eb724a9755c09a1d3fb5db2482da8fafeb42085e30b20740f
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 *nix profile backup.
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|
@@ -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}
@@ -1,3 +1,3 @@
1
1
  module Bashman
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-03 00:00:00.000000000 Z
11
+ date: 2019-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler