sifttter-redux 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +4 -0
- data/README.md +4 -2
- data/lib/sifttter_redux/configuration.rb +0 -2
- data/lib/sifttter_redux/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8428d3a20d173ff492101ecc333afa4920f6335f
|
4
|
+
data.tar.gz: 1ecda6813567e1d839fda7116b859e568c896aea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bac421d706ad288bbd317a72a03eed6f42ec233650aa4b7023254c87c49baefff9215d2842c7c1fd72ebf312ee253e872c2c683320005623471efe00a42ef667
|
7
|
+
data.tar.gz: 4b61980d4dca38b59833e2d16dd53b057fe075f50246e69490d8c1c477ada6e6c0454d81a2b39a478d8e9e6c5bf90486250661f95e868429bee2ad9c30cadccb
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
|
-
Sifttter Redux
|
1
|
+
Sifttter Redux
|
2
2
|
==============
|
3
|
+
[![Build Status](https://travis-ci.org/bachya/Sifttter-Redux.png?branch=master)](https://travis-ci.org/bachya/Sifttter-Redux)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/sifttter-redux.png)](http://badge.fury.io/rb/sifttter-redux)
|
3
5
|
|
4
6
|
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
7
|
|
@@ -37,7 +39,7 @@ SYNOPSIS
|
|
37
39
|
srd [global options] command [command options] [arguments...]
|
38
40
|
|
39
41
|
VERSION
|
40
|
-
0.5.
|
42
|
+
0.5.1
|
41
43
|
|
42
44
|
GLOBAL OPTIONS
|
43
45
|
--help - Show this message
|
@@ -23,7 +23,6 @@ module SifttterRedux
|
|
23
23
|
@data[section_name]
|
24
24
|
else
|
25
25
|
error = "Section does not exist: #{ section_name }"
|
26
|
-
Methadone::CLILogging.error(error)
|
27
26
|
fail ArgumentError, error
|
28
27
|
end
|
29
28
|
end
|
@@ -43,7 +42,6 @@ module SifttterRedux
|
|
43
42
|
@data[section_name].merge!(hash)
|
44
43
|
else
|
45
44
|
error = "Parameter is not a Hash: #{ hash }"
|
46
|
-
Methadone::CLILogging.error(error)
|
47
45
|
fail ArgumentError, error
|
48
46
|
end
|
49
47
|
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.5.
|
4
|
+
version: 0.5.1
|
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-03-
|
11
|
+
date: 2014-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|