asciidocsy-jekyll-theme 0.3.0.pre.rc1 → 0.3.0.pre.rc2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541636a6ba1c7d62802b8b206178599ff51b12d4ef647d7b6963788feb202c53
4
- data.tar.gz: 60bbf1f02c64f71acb5bdf2b6ec2e4edfe60355fbfa3086bc77da1f04a6da13c
3
+ metadata.gz: a048c26ef6e7972914dbd250ebba3ee44114cdbc3113ec8f226dd143ef512b14
4
+ data.tar.gz: 58c734b77f29bcad84c5512b5079c01dd23c5cb956af0004ac5b4411e3d628ed
5
5
  SHA512:
6
- metadata.gz: 8a4f0ff11b45c4e9ea5c26b34d06ea9dd8ee2995e53a26c1a790840e7b70ad12a1d71482bfe8ea4a1c1f5d6e37f13f34f8d8fae6ccd6d221fc275793dd9551f2
7
- data.tar.gz: d4f634da8a73ca897e0352f3ff3ad17cd3c2a65bc375ab87119aa76cd20888b0f37c716538d2544bece3a738ba22c2afa4e9170b4d05def9526baaa483f30fde
6
+ metadata.gz: 671e7d51dd668bc70d151b5438be764574180becfc1110324e97c92f3ccb0165a52e023ef2f033d794037eef32aec6fe44fa3aa2076597e175892771600ea523
7
+ data.tar.gz: dffab00b75a3308c3c0c4a25f508e55f7f039dda00871a84d641b291586103493719ea85fa95205e7e3c3e2df21d0ecb4fa43957443c8a03126ea59856ba1d56
@@ -1,5 +1,5 @@
1
1
  {%- assign config = site.data.theme.release-hx %}
2
- {%- assign hx = include.history | default: site.data.releases %}
2
+ {%- assign hx = include.history | default: site.data.subjects.asciidocsy.releases %}
3
3
  {%- assign cats = include.categories | default: config.cats %}
4
4
  {%- assign parts = include.parts | default: config.parts %}
5
5
  {%- assign types = include.types | default: config.types %}
@@ -2,8 +2,53 @@
2
2
  # LATEST TO OLDEST
3
3
  revisions:
4
4
 
5
- - code: 0.3.0-rc1
6
- date: 2021-09-20
5
+ - code: 0.3.0-rc2
6
+ date: 2021-09-21
7
+ memo: |
8
+ The third minor release of AsciiDocsy refactors the engire theme as a proper Ruby gem!
9
+ Now you can modify and extend AsciiDocsy while staying in-sync with the upstream releases.
10
+ There is some disruption involved -- see <</docs/theme/setup/upgrade-0-3-0,Upgrading to 0.3.0>> for full details.
11
+ work:
12
+ -
13
+ tick:
14
+ hash:
15
+ type: improvement
16
+ part: backend
17
+ summ: Converted styles to Sass
18
+ tags: [breaking]
19
+ note: |
20
+
21
+ docs:
22
+ - xref: /docs/theme/extend
23
+ text: Extending the Theme
24
+ -
25
+ tick:
26
+ hash:
27
+ type: improvement
28
+ part: backend
29
+ summ: Repackaged theme as Ruby gem
30
+ tags: [breaking]
31
+ note: |
32
+
33
+ docs:
34
+ - xref: /docs/theme/setup/upgrade-0-3-0
35
+ text: Upgrading to AsciiDocsy 0.3.0
36
+
37
+ -
38
+ tick:
39
+ hash:
40
+ type: improvement
41
+ part: documentation
42
+ summ: Moved docs-site definitions to separate repo
43
+ note: |
44
+ While the source of AsciiDocsy technical documentation remains in the AsciiDocsy theme repo under `_docs/`, and the attributes-data source has moved to `lib/asciidocsy/data/`, the files that configure the AsciiDocsy documentation deployment have moved to a distinct repo.
45
+
46
+ This move was mainly to model a proper docs-as-code deployment chain for the AsciiDocsy docs themselves.
47
+ The AsciiDocsy theme repository is treated as a Git submodule of that documentation repo, so the docs repo always has ready access to the documentation and data directories of the subject repo.
48
+ docs:
49
+ - xref: /docs/theme/setup/upgrade-0-3-0
50
+ text: Upgrading to AsciiDocsy 0.3.0
51
+
7
52
 
8
53
  - code: 0.2.0
9
54
  date: 2021-07-21
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidocsy-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre.rc1
4
+ version: 0.3.0.pre.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Dominick