asker-tool 2.9.3 → 2.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/asker/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 712f5ef9ce3683bd737c09a109538f58f88c1b39dd5fed4ac158325466729978
4
- data.tar.gz: cab2e91c8cd046384af546ff43032e2cb4cfb91fa432067b65466c4944e1daba
3
+ metadata.gz: 8884a08c4530464b522fc225aa56283b00f414589e093a22eee0b00c99458db8
4
+ data.tar.gz: 0b779a527ec45199b7c3042d96daaf9e0f6adb555909e7d6ab3d503cb41a4305
5
5
  SHA512:
6
- metadata.gz: c0d011842fc510437fb7a484eb4c4580aff74b15864063cfbde57ecf495c79dd2bec0fb277dbebf1556d2519617cb0e8169a31929ea6346a5be46db01cac6850
7
- data.tar.gz: f3cee25561d9d81808459b0bff0b91eee376c69d2ee2db637cdffb0c70927f94a66e56bca5addbf2b1f31a109d2013a6451bd4b1efbfad6f991b424733c462a4
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](./docs/examples). And more examples at this [repository](https://github.com/dvarrui/asker-inputs).
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
@@ -1,5 +1,5 @@
1
1
  class Asker
2
- VERSION = "2.9.3"
2
+ VERSION = "2.9.4"
3
3
  NAME = "asker"
4
4
  GEM = "asker-tool"
5
5
  CONFIGFILE = "asker.ini"
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.3
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: 2023-12-12 00:00:00.000000000 Z
11
+ date: 2024-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml