sifttter-redux 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b75ea05818cbdfe4e746c4c4107e8c25e45e9481
4
- data.tar.gz: 37553f4bf3251e39694cb3c381b4d3d091d8a46c
3
+ metadata.gz: 13c23c7765b3f89eeb6fc02bc93b3b825fee5850
4
+ data.tar.gz: 85176505e850dd37b3d9fa3c111d08e4a3d73810
5
5
  SHA512:
6
- metadata.gz: 4705794626c05d79d9a87f512a3a1684d5dbbb85612859efb4f58d43eab7b2e0791e2b2a296629b00532e23a4d927ffc0e499f498d0b3491ce81c563c15bd59c
7
- data.tar.gz: 1b81b5030f1db6aef89df7f3aec8aa74f432094ffe62ba55c0b30e677ae8e8edcab772528b78941f4126824b0944c8694014bf8377fc86640a516fbf16f2a201
6
+ metadata.gz: a39f012561aef02e15f31171467f593290b581a613fc3c7884340c77831aff3cec50ec676945a4becd779e63825e86c4d083f0d21ad4fdc910efdf33b1c73d6e
7
+ data.tar.gz: 3cf86d715dc7598ed4c8b3f10fd74c800d4f9aef6f416aa78790320fe7e4fb521ac8aa8e015c79bea5eb7608e7d6bd320f53f6ee95544b78069ad704fa64b0c8
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.3.6 (2014-02-25)
2
+
3
+ * Fixed a bug in which Sifttter-Redux would fail on Ruby 2.0.0 (and potentially others)
4
+
1
5
  # 0.3.6 (2014-02-21)
2
6
 
3
7
  * Added logging via Methadone (key interactions logged to ~/.sifttter\_redux\_log)
data/README.md CHANGED
@@ -3,9 +3,12 @@ Sifttter Redux
3
3
 
4
4
  Siftter Redux is a modification of Craig Eley's [Sifttter](http://craigeley.com/post/72565974459/sifttter-an-ifttt-to-day-one-logger "Sifttter"), a script to collect information from [IFTTT](http://www.ifttt.com "IFTTT") and place it in a [Day One](http://dayoneapp.com, "Day One") journal.
5
5
 
6
- Siftter Redux's primary difference is in its execution method: it intended to run autonomously so that it does not need to be manually activated. This allows IFTTT data to be synchronized to Day One on a schedule.
6
+ Siftter Redux has several fundamental differences:
7
7
 
8
- The aim of this project was to use a Raspberry Pi; as such, the instructions below are specifically catered to that platform. That said, it should be possible to install and configure on any *NIX platform.
8
+ * Interactive logging of today's events or events in the past
9
+ * "Catch Up" mode for logging several days' events at once
10
+ * Packaged as a command line app, complete with documentation and help
11
+ * Easy installation on cron for automated running
9
12
 
10
13
  # Prerequisites
11
14
 
@@ -360,9 +363,9 @@ See [Chronic's Examples section](https://github.com/mojombo/chronic#examples "Ch
360
363
 
361
364
  # Cron Job
362
365
 
363
- By installing an entry to the Raspberry Pi's `crontab`, Sifttter Redux can be run automatically on a schedule.
366
+ By installing an entry to a `crontab`, Sifttter Redux can be run automatically on a schedule. The aim of this project was to use a Raspberry Pi; as such, the instructions below are specifically catered to that platform. That said, it should be possible to install and configure on any *NIX platform.
364
367
 
365
- One issue that arises is the loading of the bundled gems; because `cron` runs in a limited environment, it does not automatically know where to find installed gems.
368
+ One issue that arises is the loading of the bundled gems; because cron runs in a limited environment, it does not automatically know where to find installed gems.
366
369
 
367
370
  ## Using RVM
368
371
 
@@ -384,6 +387,7 @@ $ bundle install --global
384
387
 
385
388
  * Sifttter Redux makes no effort to see if entries already exist in Day One for a particular date. This means that if you're not careful, you might end up with duplicate entries. A future version will address this.
386
389
  * Multiline updates aren't caught by Sifttter Redux; it counts on content being on single lines.
390
+ * If the contents of `~/.dropbox_uploader` should ever be incorrect, Sifttter Redux fails without warning. Working on a fix, but it's slow-going.
387
391
 
388
392
  # Future Releases
389
393
 
@@ -5,7 +5,7 @@ module SifttterRedux
5
5
  # Wrapper module for Sifttter itself
6
6
  # ======================================================
7
7
  module Sifttter
8
- using SifttterRedux::OS
8
+ include SifttterRedux::OS
9
9
 
10
10
  # ----------------------------------------------------
11
11
  # run_sifttter method
@@ -1,3 +1,3 @@
1
1
  module SifttterRedux
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sifttter-redux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-22 00:00:00.000000000 Z
11
+ date: 2014-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake