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 +4 -4
- data/HISTORY.md +4 -0
- data/bin/srd +1 -1
- data/lib/sifttter_redux/version.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bba31a22ee565885b23b2bfb71d97b2b134b5c32
|
|
4
|
+
data.tar.gz: 99334269c934b371d01984f6b3fc5091f47fc14a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6af02bac67469da95095a3c6db093af69862f70f84b4afd4c518748631c9e5c3ff52d07935eae20dac0c76b6c43353e0a21f1b3e28fef494383e74bff289382a
|
|
7
|
+
data.tar.gz: 4199b205b7eb0950be0829964cb3c38f18be57cded9a85e2730f3dff223f3355ab68604ae42e3ab5cac669a0f37b647476a4049f6587422715b37e8faa079456
|
data/HISTORY.md
CHANGED
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
|