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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abb0713d808d5023de439c617af5d08a0dd3c5b3410ea21a2bb3c56416195114
4
- data.tar.gz: '0845edfec5f3bf0687fd2146c6a5bd577d9cb90f58b70b43c2f3f4da84b4c6b7'
3
+ metadata.gz: 43ac91723b8d5e9e04bb157d9d915fdf2da8e411efda134c634cc47afa33af93
4
+ data.tar.gz: ee75651b4f7d8c2052bb87d85eb7e3c8ff852c23534622ac4852af4a413395de
5
5
  SHA512:
6
- metadata.gz: 36a963d762085d1edcf2a5b867df1ca47a31a63c80f56b2e2f11a836d29a890d3a4f2b24b1d3c053fef9a4a973faf70e068f43d8b338ee2455551a2ed7f092aa
7
- data.tar.gz: 280b897bcf044f884a5034a4f639b0dfd46a659dca6db0a75f910c58686c590198165f031286e4b72c16d821930e18a76783e20bf415a6da9a26db653ce2448f
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 tabular is more readable when using the file Documentation.html
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
 
@@ -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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Asciidoctor
3
3
  module Moodle
4
- VERSION = '1.0.1.dev'
4
+ VERSION = '1.0.2.dev'
5
5
  end
6
6
  end
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.1.dev
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-05-28 00:00:00.000000000 Z
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