terret 0.0.1 → 0.0.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/lib/terret/cli.rb +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: c6d2cb467e17acca48ee7001c042d041bbc9e50a923fedeb2828050603f6319e
|
|
4
|
+
data.tar.gz: 60bdcb7b49ce9ecefea229cb5cf8e9ac913651ec05a9910846840d5803e1907d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e09b72fd5e9b76d06f11946bf88f4285e570334b7b6e05021e3736338135ed0a2ac4f6aa01fe0621b3a3e59de351e1f8372a7738d736e8a88671bc5dabcf80f2
|
|
7
|
+
data.tar.gz: 5ffdcb91c1d5fb8026c1debcb888ef0270cb0e2f7fe579544c18246cbdb91e02b3dcf6d43e96fa9e3eea78fb8bc4a7675f8ea662bfafff5eb741e84c44ec0ab2
|
data/lib/terret/cli.rb
CHANGED
|
@@ -8,7 +8,7 @@ module Terret
|
|
|
8
8
|
# This gem exists so that the `terret` name belongs to the project that will
|
|
9
9
|
# fill it. Everything that currently works lives in terret-core and hames.
|
|
10
10
|
module CLI
|
|
11
|
-
VERSION = "0.0.
|
|
11
|
+
VERSION = "0.0.2"
|
|
12
12
|
|
|
13
13
|
def self.start(_argv = ARGV)
|
|
14
14
|
abort <<~MSG
|