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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d96989e540784830c8a8125a4c1618532f2109db
4
- data.tar.gz: 32af7624773ceeecc6edfab9465531a6cf1ebc7d
3
+ metadata.gz: 8428d3a20d173ff492101ecc333afa4920f6335f
4
+ data.tar.gz: 1ecda6813567e1d839fda7116b859e568c896aea
5
5
  SHA512:
6
- metadata.gz: b4f0772c02dcf7b6455311536d766b74e0df6118e58de94aac119a3d4ce9579ea401601c7977e96ee1ffcd2dc7309d3bba3006b22b2f4cf43eb16d7e2891ecdf
7
- data.tar.gz: 7db7d45c05b6e07b2f1616c0887ee8babfd090faf00d8d42413692b25ab169bc0a3298223b701b1322f44b26d8898e5cdfd6c43d3ca129ca38b3307ddea59c86
6
+ metadata.gz: bac421d706ad288bbd317a72a03eed6f42ec233650aa4b7023254c87c49baefff9215d2842c7c1fd72ebf312ee253e872c2c683320005623471efe00a42ef667
7
+ data.tar.gz: 4b61980d4dca38b59833e2d16dd53b057fe075f50246e69490d8c1c477ada6e6c0454d81a2b39a478d8e9e6c5bf90486250661f95e868429bee2ad9c30cadccb
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.5.1 (2014-03-18)
2
+
3
+ * Fixed a bug regarding missing Methadone references
4
+
1
5
  # 0.5.0 (2014-03-16)
2
6
 
3
7
  * Fixed a bug where Dropbox Uploader would fail when not in "verbose mode"
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
- Sifttter Redux [![Build Status](https://travis-ci.org/bachya/Sifttter-Redux.png?branch=master)](https://travis-ci.org/bachya/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.0
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
@@ -1,4 +1,4 @@
1
1
  module SifttterRedux
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  NEWEST_CONFIG_VERSION = '0.4.7'
4
4
  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.0
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-16 00:00:00.000000000 Z
11
+ date: 2014-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake