cryptme 0.0.4 → 0.0.7

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cryptme +7 -2
  3. metadata +24 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f0e0203b6fa2ee756769eed44ff04b83a9349885b2e8320de18ceedd403dce3
4
- data.tar.gz: bc968cf9b52bd0865569c7f30cb0a00b51c2aecb4a0ac1069964efc840c7e0bf
3
+ metadata.gz: 822daece690b47fcea515229e2d8a28651a17aa77a153b6029665668ff5700f0
4
+ data.tar.gz: 4d9c9a6d084139545e645112e51e35154158ba42c984eaa1ed09ca51dcc1f235
5
5
  SHA512:
6
- metadata.gz: d658193e9daba535f38eb0236664e4307a618feebb56eb70443954114d541d4e2b7e35d5ea8037fd7b99f48b876a801997b29df1319b9d0cfc9aeaa4883259ac
7
- data.tar.gz: 11380c845e64f4bdf31079a9d0baa848282d094981b7f1729a3b8fadb82566df8f9028fe137624e36e5aab84eca919010053901052d9fcf4281ee49398b009ab
6
+ metadata.gz: de650eb461b81239dca3e0bd01a68e23911f93ef709a5bda08ee84e3e0478b4842a4b2e810a36b99bf7edb22b06bce7759c56a8b32721b233ff7d5b1ae602bf2
7
+ data.tar.gz: 5fe83bd69b7a862611dc054ab8eb31eef17388c55bb9bf22e0c9ec249aa7092ca62fa68a0857a5e6119400aad68633c8c76076537906be98544f6bf9e87c1d16
@@ -1,9 +1,14 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'cryptme'
3
+ require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'cryptme.rb'))
4
4
 
5
5
  # bootstrap parser ###
6
- usage = "Usage: cryptme <path> \n If the given path is not a cryptme file, a new one will be created."
6
+ usage = <<~HEREDOC
7
+ Usage: cryptme <path> \n If the given path is not a cryptme file,
8
+ a new one will be created. Cryptme files must have a .cryptme file extension -
9
+ the extension will be added automatically when creating a new cryptme file.
10
+ HEREDOC
11
+
7
12
  if ARGV.length != 1
8
13
  puts usage
9
14
  exit
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - happythenewsad
@@ -11,21 +11,21 @@ cert_chain: []
11
11
  date: 2020-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rspec
14
+ name: clipboard
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.8'
20
- type: :development
19
+ version: '1.3'
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.8'
26
+ version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
- name: clipboard
28
+ name: ffi
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
@@ -39,19 +39,33 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.3'
41
41
  - !ruby/object:Gem::Dependency
42
- name: ffi
42
+ name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.3'
48
- type: :runtime
47
+ version: '3.8'
48
+ type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.3'
54
+ version: '3.8'
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.13'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.13'
55
69
  description: A simple open source secrets manager
56
70
  email: happythenewsad@gmail.com
57
71
  executables: