asker-tool 2.9.3 → 2.9.4
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/README.md +1 -1
- data/lib/asker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8884a08c4530464b522fc225aa56283b00f414589e093a22eee0b00c99458db8
|
|
4
|
+
data.tar.gz: 0b779a527ec45199b7c3042d96daaf9e0f6adb555909e7d6ab3d503cb41a4305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24f3b215ac28e1ee64a2506c843fe13a2572704d8c4c859d09f189f30458d86380cd5ad86c491877edd8d2b0b7ca4f65513f4dae843c4afc6b975f63efc5a504
|
|
7
|
+
data.tar.gz: 9f3f7d7d52c21c541e819156e478278d71d917448e7ec6120c5005575e5964f220f0c16465c4089b364685b0e1ac079685da01128cee3100920c54500610cecf
|
data/README.md
CHANGED
|
@@ -23,7 +23,7 @@ gem install asker-tool
|
|
|
23
23
|
|
|
24
24
|
| Step | Action | Tool | Description |
|
|
25
25
|
| ---: | --------------------- | ---- | ----------- |
|
|
26
|
-
| 1 | Define your concepts | Text plain editor | Create input file with your contents (_conceptual map_). Here are some [examples](
|
|
26
|
+
| 1 | Define your concepts | Text plain editor | Create input file with your contents (_conceptual map_). Here are some [examples](https://github.com/teuton-software/asker/tree/master/docs/examples). And more examples at this [repository](https://github.com/dvarrui/asker-inputs).
|
|
27
27
|
| 2 | Generate questions | `asker PATH/TO/INPUT` | **Run `asker`** to process input file. Output files are saved into the `output` folder |
|
|
28
28
|
|
|
29
29
|
Let's see an example creating questions from ACDC input example file:
|
data/lib/asker/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asker-tool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Vargas Ruiz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: haml
|