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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee3777283bf2b3748e1d5a2d835e7f875d96603f
4
- data.tar.gz: 9e3caeb4839353e7ac748285e64582483d52081e
3
+ metadata.gz: 09dc6c17b4c8b08a270eb3390b3d5b168bbf9469
4
+ data.tar.gz: d04dffea935f1ae8b9742d56f06b3876192e97fb
5
5
  SHA512:
6
- metadata.gz: d1ccdb1974ba23ecf3a143752c65ba1847c259f8636848c3814bad7872e527b269c752836303444762aa2f4c9a3b464c49ef00b4de20163291c4b6eabcdc16dc
7
- data.tar.gz: 1f1a2efc918a43e59dc0e5dd620d2653da0273e15bc986a4e46227247ef723465e9e789532f974f3358a358a89ec7f11fbd0aee2358b6feb9ebbf3466a412e71
6
+ metadata.gz: 4d29f5d7f4c3e8cb87341de4ba20845360fcce004096a8bdfead8093d78b33736e5689238dff1cbd2d316cac0e01268d03dd8743e8f16582e511084840e719d4
7
+ data.tar.gz: 4f123218f2f8ea194982396303598425c361b01f1d7af93c0c7ea2c1d9da55def2cab394354cb9305fdda65b18a8c23634166011f3cb54842ea8bc496f0d7540
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.3.5 (2014-02-21)
2
+
3
+ * Updated documentation and usage message
4
+
1
5
  # 0.3.4 (2014-02-21)
2
6
 
3
7
  * Automatically configure Dropbox Uploader during init (if needed)
data/README.md CHANGED
@@ -36,18 +36,20 @@ $ srd help
36
36
  NAME
37
37
  srd - Sifttter Redux
38
38
 
39
- A modification of Craig Eley's Sifttter that allows for smart
40
- installation on a standalone *NIX device (such as a Raspberry Pi).
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.2.1
47
+ 0.3.5
47
48
 
48
49
  GLOBAL OPTIONS
49
- --help - Show this message
50
- --version - Display the program version
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
@@ -1,3 +1,3 @@
1
1
  module SifttterRedux
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sifttter-redux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach