abt-cli 0.0.16 → 0.0.17
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/abt/providers/harvest/commands/start.rb +1 -1
- data/lib/abt/version.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: 90cf28ee322298a2c1f7c99cf91ea0f820dd1fc0636a13d6dfe4c1f3db8e9ba1
|
4
|
+
data.tar.gz: 4d63e302def09512a225593952bd29e2de2ffde5387a4f3af4da59a7ec8ecadf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b11c12bcc780bb2725b7c088f8ecf8fb2e47af767b9d906c042020bb999d427ef97a5fb8fc0151038590fe25ae0ba2aa69d4ec7e42758df1d03fbdf0c276870c
|
7
|
+
data.tar.gz: 62a3d10d11a58c879c31173ae393af393f0c841b9c99589a54d84b29177869686251d37ea6babf114dc7280a4a5a620fe13dbe3efbc5f324037b2556358d9737
|
@@ -12,7 +12,7 @@ module Abt
|
|
12
12
|
end
|
13
13
|
|
14
14
|
def self.description
|
15
|
-
'Alias for: `abt track harvest`. Meant to used in combination other scheme arguments, e.g. `abt start harvest asana`'
|
15
|
+
'Alias for: `abt track harvest`. Meant to used in combination with other scheme arguments, e.g. `abt start harvest asana`'
|
16
16
|
end
|
17
17
|
end
|
18
18
|
end
|
data/lib/abt/version.rb
CHANGED