asciidoctor-moodle 1.0.2.dev → 1.0.3.dev

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43ac91723b8d5e9e04bb157d9d915fdf2da8e411efda134c634cc47afa33af93
4
- data.tar.gz: ee75651b4f7d8c2052bb87d85eb7e3c8ff852c23534622ac4852af4a413395de
3
+ metadata.gz: f26c60f19008480b616b5d8a8842a431d5851545ef73800702f49ec40dd01262
4
+ data.tar.gz: 3d1202247dfa085e1dc55e4ec286183c18ad764fd804c89f23dac7791771f307
5
5
  SHA512:
6
- metadata.gz: 61c48fa5e21cb13643818fe0871c046149289f9f271cdd202eed6a659cd6c771eebbe9d935c7947fae3e367b93a60efdf6590e8deb7c7174c70d69423e1d1cf1
7
- data.tar.gz: 16fa97af7bc68a7ea167866d6bc2cfd08f345ede4c76e64bce41994ad19058a48f37eba17061077a5a89f024477888a6dc856ba6023bc885afe8d60ff796e862
6
+ metadata.gz: 733417b709e896b7ff94bb60a83140a9030f2b8c352ae1bed6f2e9b3745c950308af05b5a0391cc4b7197ae4cafd944edadf1d9b7a6eeb4899435e6d2c7f24bc
7
+ data.tar.gz: 60b3255426c8976c4ab48c6adf33cc2386efb5cfea1896a278f665d8db4aed8291eca9a79174728db30f36db9fada8445ef17a7073c8a16cd43d58f76d9f968c
data/README.adoc CHANGED
@@ -33,6 +33,15 @@ To update `asciidoctor-moodle` type
33
33
  $ gem update asciidoctor-moodle
34
34
 
35
35
 
36
+ == Generating a Question Document from a Terminal
37
+
38
+ You can load Asciidoctor question in a terminal using the -r (require) and -b (backend) flags.
39
+ [source]
40
+ ----
41
+ asciidoctor -r asciidoctor-moodle -b moodle sample.adoc
42
+
43
+ ----
44
+
36
45
  == Creating a Question
37
46
 
38
47
  TIP: The next documentation is more readable on https://asciidoc.univ-nantes.io/
@@ -200,14 +209,7 @@ What city is the capital of France ?
200
209
 
201
210
  |===
202
211
 
203
- === Generating a Question Document from a Terminal
204
212
 
205
- You can load Asciidoctor question in a terminal using the -r (require) and -b (backend) flags.
206
- [source]
207
- ----
208
- asciidoctor -r asciidoctor-moodle -b moodle sample.adoc
209
-
210
- ----
211
213
 
212
214
 
213
215
  === Details format
@@ -15,10 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.license = 'MIT'
16
16
  s.required_ruby_version = '>= 3.0.0'
17
17
  s.metadata = {
18
- 'bug_tracker_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45/issues',
19
- 'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45/blob/master/CHANGELOG.adoc',
20
- 'mailing_list_uri' => 'http://discuss.asciidoctor.org',
21
- 'source_code_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45',
18
+ 'source_code_uri' => 'https://gitlab.univ-nantes.fr/asciidoc/Asciidoctor-moodle',
22
19
  'documentation_uri' => 'https://asciidoc.univ-nantes.io/'
23
20
  }
24
21
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Asciidoctor
3
3
  module Moodle
4
- VERSION = '1.0.2.dev'
4
+ VERSION = '1.0.3.dev'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-moodle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.dev
4
+ version: 1.0.3.dev
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerson Sunyé
8
8
  - Robin Gloaguen
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2025-06-02 00:00:00.000000000 Z
12
+ date: 2026-09-06 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: asciidoctor
@@ -82,11 +83,9 @@ homepage: https://gitlab.univ-nantes.fr/asciidoc/Asciidoctor-moodle
82
83
  licenses:
83
84
  - MIT
84
85
  metadata:
85
- bug_tracker_uri: https://github.com/asciidoctor/asciidoctor-docbook45/issues
86
- changelog_uri: https://github.com/asciidoctor/asciidoctor-docbook45/blob/master/CHANGELOG.adoc
87
- mailing_list_uri: http://discuss.asciidoctor.org
88
- source_code_uri: https://github.com/asciidoctor/asciidoctor-docbook45
86
+ source_code_uri: https://gitlab.univ-nantes.fr/asciidoc/Asciidoctor-moodle
89
87
  documentation_uri: https://asciidoc.univ-nantes.io/
88
+ post_install_message:
90
89
  rdoc_options: []
91
90
  require_paths:
92
91
  - lib
@@ -97,11 +96,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
96
  version: 3.0.0
98
97
  required_rubygems_version: !ruby/object:Gem::Requirement
99
98
  requirements:
100
- - - ">="
99
+ - - ">"
101
100
  - !ruby/object:Gem::Version
102
- version: '0'
101
+ version: 1.3.1
103
102
  requirements: []
104
- rubygems_version: 3.6.2
103
+ rubygems_version: 3.4.20
104
+ signing_key:
105
105
  specification_version: 4
106
106
  summary: Converts AsciiDoc documents representing quizzes into Moodle XML.
107
107
  test_files: []