metabase_tarot 1.0.0 → 1.0.1
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/bin/tarot +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23a04e08741ef14227c0b6c89bea9f456a626e1235ec4e96082d9138d1d04e2a
|
|
4
|
+
data.tar.gz: d41fa8382e709ab4ddd158c847d039f08ec760aae39194e40393786650672ea9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d396aef05dac3dee6bcd5b811278653a5461af04d92ef3491c98fb3dcd91adf6dbd6e7599ce9e41c97f02e3ac1077760e9bf7b6114dcda1dbabd414ef727bc1b
|
|
7
|
+
data.tar.gz: f4f4830edf439068d1ebe812ccee85ef369a63cefee6c5c3295733c2e5b329e80b8a52c69744bf24830def1eca057c22be3f08edaa78f981b93810b747bb4503
|
data/bin/tarot
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
require 'tarot'
|
|
3
3
|
require 'fileutils'
|
|
4
4
|
|
|
5
|
-
SUBCOMMAND_NAMES = %w[run
|
|
5
|
+
SUBCOMMAND_NAMES = %w[run cols new console]
|
|
6
6
|
|
|
7
7
|
if ARGV.length == 0
|
|
8
8
|
puts "Tarot will give you the answer! But first you have to give tarot the question (#{SUBCOMMAND_NAMES.join(', ')})"
|