ssbx 0.1.3 → 0.1.4

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/exe/ssbx +1 -1
  4. data/lib/ssbx/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9cb66100bc7199a9b69abb8d686ea30d9ff9664292bda63e90063dd19c06f55
4
- data.tar.gz: c4adf4de9493da85efd300ccdb2e7ca9f9baedf5e518d9c33848913a74a155ea
3
+ metadata.gz: ea618a7fa764a94771030e3738b78dc913159a5290a6f480f47e4f69d3e77904
4
+ data.tar.gz: 99bfc5e3cb999ecbd1e7cf56a730170cdf51c3cfb4ecb951f571184852ef7fc7
5
5
  SHA512:
6
- metadata.gz: 37225c672b7f967a002e622a1f062dff500de37094bde5a2121c9971a3b67a3399f498af5a47ddc3533181fc15de790056eee841c75ba0c1cbd8f4a61d9cdc13
7
- data.tar.gz: c96925a8183462ddd419111b098f7e36680d0ee36f66986e3f99aabf707cf4e09b986eba5532376affb21caa48de728d5815ecccea7ece0851ea2fcac89e8454
6
+ metadata.gz: c207b0d8f212142e9082658a81c076cc3ca1e5086d955da8a4b928ac7d71863de423fea7b66deadae570a919310f50ee49b3052d80f3291f4c8051ba31bedb9c
7
+ data.tar.gz: 809cd8a3024455d9ec92a17218d1566478fd13afe1219374dbe252c57ea72537b9403a6a994be43c9766da724cff3ac19885f8a33ebde7adad497eefb0e2a9c4
data/README.md CHANGED
@@ -49,7 +49,7 @@ Then use `ssbx` to view or edit a file.
49
49
  # Rotate passwords.
50
50
  cp ~/.ssbx.yaml tmpconfig
51
51
  # Edit ~/.ssbx.yaml to contain a new password.
52
- ssbx -f f1.enc --config tmpconfig -o - | ssbx -f f2.enc --set=-
52
+ ssbx -f f1.enc --config tmpconfig -o - | ssbx -f f2.enc -i -
53
53
 
54
54
 
55
55
  ## Development
data/exe/ssbx CHANGED
@@ -59,7 +59,7 @@ OptionParser.new do |opts|
59
59
  CONFIG['user'] = u
60
60
  end
61
61
 
62
- opts.on('--set=file', String, "Set the contents of this encrypted file to the given file.") do |f|
62
+ opts.on('-i', '--in=file', String, "Set the contents of this encrypted file to the given file.") do |f|
63
63
  CONFIG['set'] = f
64
64
  end
65
65
 
data/lib/ssbx/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ssbx
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssbx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam