sifttter-redux 0.3.4 → 0.3.5
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/HISTORY.md +4 -0
- data/README.md +7 -5
- data/lib/sifttter_redux/version.rb +1 -1
- 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: 09dc6c17b4c8b08a270eb3390b3d5b168bbf9469
|
|
4
|
+
data.tar.gz: d04dffea935f1ae8b9742d56f06b3876192e97fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d29f5d7f4c3e8cb87341de4ba20845360fcce004096a8bdfead8093d78b33736e5689238dff1cbd2d316cac0e01268d03dd8743e8f16582e511084840e719d4
|
|
7
|
+
data.tar.gz: 4f123218f2f8ea194982396303598425c361b01f1d7af93c0c7ea2c1d9da55def2cab394354cb9305fdda65b18a8c23634166011f3cb54842ea8bc496f0d7540
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
|
@@ -36,18 +36,20 @@ $ srd help
|
|
|
36
36
|
NAME
|
|
37
37
|
srd - Sifttter Redux
|
|
38
38
|
|
|
39
|
-
A
|
|
40
|
-
installation
|
|
39
|
+
A customized IFTTT-to-Day One service that allows for
|
|
40
|
+
smart installation and automated running on a standalone
|
|
41
|
+
*NIX device (such as a Raspberry Pi).
|
|
41
42
|
|
|
42
43
|
SYNOPSIS
|
|
43
44
|
srd [global options] command [command options] [arguments...]
|
|
44
45
|
|
|
45
46
|
VERSION
|
|
46
|
-
0.
|
|
47
|
+
0.3.5
|
|
47
48
|
|
|
48
49
|
GLOBAL OPTIONS
|
|
49
|
-
--help
|
|
50
|
-
--
|
|
50
|
+
--help - Show this message
|
|
51
|
+
--[no-]verbose - Turns on verbose output
|
|
52
|
+
--version - Display the program version
|
|
51
53
|
|
|
52
54
|
COMMANDS
|
|
53
55
|
exec - Execute the script
|