sifttter-redux 0.4.1 → 0.4.2

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: 3775e070fe18f1cf9c290b81ea98344482fb877e
4
- data.tar.gz: b99739072ee074da6f951a48c257bf634e6ea347
3
+ metadata.gz: bba31a22ee565885b23b2bfb71d97b2b134b5c32
4
+ data.tar.gz: 99334269c934b371d01984f6b3fc5091f47fc14a
5
5
  SHA512:
6
- metadata.gz: d9b75d13ddd3e3794930b21cba62a02be62398e3830d2e5abb72407eb155b31889b277b238ada6223ad37cad503d99b6e2a9f55ba34ca66d0624102d611cd34e
7
- data.tar.gz: 132d7265b89e72dd7722b754cd65a4d6714352f4c3b7fe19bc1e380088ee9e242397c39aa5aface0b6e70c9649b5d3b91966d779211aac73948ee44167315d6a
6
+ metadata.gz: 6af02bac67469da95095a3c6db093af69862f70f84b4afd4c518748631c9e5c3ff52d07935eae20dac0c76b6c43353e0a21f1b3e28fef494383e74bff289382a
7
+ data.tar.gz: 4199b205b7eb0950be0829964cb3c38f18be57cded9a85e2730f3dff223f3355ab68604ae42e3ab5cac669a0f37b647476a4049f6587422715b37e8faa079456
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.4.2 (2014-02-26)
2
+
3
+ * Fixed regression with Dropbox-Uploader
4
+
1
5
  # 0.4.1 (2014-02-26)
2
6
 
3
7
  * Added `-s` flag to `init` command for initialization from scratch
data/bin/srd CHANGED
@@ -78,7 +78,7 @@ pre do |global, command, options, args|
78
78
  CLIMessage::info("Don't worry; when prompted, original values to existing config options will be presented.")
79
79
  CLIMessage::prompt("Press enter to continue")
80
80
 
81
- SifttterRedux::init
81
+ SifttterRedux::init(true)
82
82
  exit!
83
83
  end
84
84
  else
@@ -1,4 +1,4 @@
1
1
  module SifttterRedux
2
- VERSION = '0.4.1'
3
- NEWEST_CONFIG_VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
+ NEWEST_CONFIG_VERSION = '0.4.2'
4
4
  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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach