calderin 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/calderin +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3e0ccd0a38ece3a26294011f6e56896aa2e955d
|
4
|
+
data.tar.gz: abef26697b6166e61548cb8d9bcc48c176b8dc15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c22cc332c1c7336608f6f78d15d34ce945475847deb22449929157d9afc2dbae78ab2185203445ff5793f3073fda8358251464dcf30690cb267adae3ee69123
|
7
|
+
data.tar.gz: 132a41d9020b159a5def1e356b2fb3f0b60483c4f50484bd90d60f9a010827c161a7f057852113d4bafeb17b333498d0424a3b2f3e09aef5c9088eb6c5c0ae9b
|
data/bin/calderin
CHANGED
@@ -32,7 +32,7 @@ when 'message'
|
|
32
32
|
recipient = ARGV[1]
|
33
33
|
|
34
34
|
message_file = "./.calderin_message_#{ SecureRandom.hex }"
|
35
|
-
system "
|
35
|
+
system "vi #{ message_file }"
|
36
36
|
message = File.read(message_file)
|
37
37
|
|
38
38
|
# Encrypt the file for your friend
|
@@ -75,5 +75,5 @@ when 'get'
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
when 'inbox'
|
78
|
-
system "
|
78
|
+
system "vi #{ pond_directory }"
|
79
79
|
end
|