asciidoctor-moodle 1.0.1.dev → 1.0.2.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 +4 -4
- data/README.adoc +1 -1
- data/asciidoctor-moodle.gemspec +2 -1
- data/lib/asciidoctor-moodle/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43ac91723b8d5e9e04bb157d9d915fdf2da8e411efda134c634cc47afa33af93
|
4
|
+
data.tar.gz: ee75651b4f7d8c2052bb87d85eb7e3c8ff852c23534622ac4852af4a413395de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61c48fa5e21cb13643818fe0871c046149289f9f271cdd202eed6a659cd6c771eebbe9d935c7947fae3e367b93a60efdf6590e8deb7c7174c70d69423e1d1cf1
|
7
|
+
data.tar.gz: 16fa97af7bc68a7ea167866d6bc2cfd08f345ede4c76e64bce41994ad19058a48f37eba17061077a5a89f024477888a6dc856ba6023bc885afe8d60ff796e862
|
data/README.adoc
CHANGED
@@ -35,7 +35,7 @@ To update `asciidoctor-moodle` type
|
|
35
35
|
|
36
36
|
== Creating a Question
|
37
37
|
|
38
|
-
TIP: The
|
38
|
+
TIP: The next documentation is more readable on https://asciidoc.univ-nantes.io/
|
39
39
|
|
40
40
|
A question is written inside a literal block, which needs at least two attributes.
|
41
41
|
|
data/asciidoctor-moodle.gemspec
CHANGED
@@ -18,7 +18,8 @@ Gem::Specification.new do |s|
|
|
18
18
|
'bug_tracker_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45/issues',
|
19
19
|
'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45/blob/master/CHANGELOG.adoc',
|
20
20
|
'mailing_list_uri' => 'http://discuss.asciidoctor.org',
|
21
|
-
'source_code_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45'
|
21
|
+
'source_code_uri' => 'https://github.com/asciidoctor/asciidoctor-docbook45',
|
22
|
+
'documentation_uri' => 'https://asciidoc.univ-nantes.io/'
|
22
23
|
}
|
23
24
|
|
24
25
|
# NOTE the logic to build the list of files is designed to produce a usable package even when the git command is not available
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-moodle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2.dev
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerson Sunyé
|
8
8
|
- Robin Gloaguen
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -86,6 +86,7 @@ metadata:
|
|
86
86
|
changelog_uri: https://github.com/asciidoctor/asciidoctor-docbook45/blob/master/CHANGELOG.adoc
|
87
87
|
mailing_list_uri: http://discuss.asciidoctor.org
|
88
88
|
source_code_uri: https://github.com/asciidoctor/asciidoctor-docbook45
|
89
|
+
documentation_uri: https://asciidoc.univ-nantes.io/
|
89
90
|
rdoc_options: []
|
90
91
|
require_paths:
|
91
92
|
- lib
|