Skip to content

Commit 93d4c41

Browse files
committed
Change gem name to asciidocsy
1 parent 4aa01b2 commit 93d4c41

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

README.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
= AsciiDocsy Jekyll Theme (Gem)
22
// tag::globals[]
3-
:prod_vrsn_this: 0.3.0-dev
4-
:prod_date_this: 2021-09-12
5-
:prod_vrsn_next: 0.3.0
6-
:experimental:
3+
:prod_vrsn_this: 0.3.0
4+
:prod_date_this: 2021-09-21
5+
:prod_vrsn_next: 0.4.0:experimental:
76
:imagesdir: images
87
:forked_source_www: https://vsoch.github.io
98
:theme_demo_www: https://asciidocsy.netlify.app

_docs/topics/extend.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Since AsciiDocsy (post 0.3.0) is a gem-formatted theme, the core theme files are
3939
Therefore, you may override any data file or template file by replacing it your local path.
4040

4141
The typical way to replace a file is to start with its upstream source.
42-
Use [.cmd]`bundle info asciidocsy-jekyll-theme` to find the path to your local AsciiDocsy gem.
42+
Use [.cmd]`bundle info asciidocsy` to find the path to your local AsciiDocsy gem.
4343
Otherwise, just go to the link:{theme_repo_www}[AsciiDocsy source repo] and copy/paste the file contents into your own.
4444

4545
[[template-hooks]]

_docs/topics/setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ include::Gemfile[tags=jekyll-plugins]
2727
[source,yaml]
2828
._config.yml
2929
----
30-
theme: asciidocsy-jekyll-theme
30+
theme: asciidocsy
3131
----

asciidocsy-jekyll-theme.gemspec renamed to asciidocsy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.bindir = "bin"
99
spec.require_paths = ["lib"]
1010

11-
spec.name = "asciidocsy-jekyll-theme"
11+
spec.name = "asciidocsy"
1212
spec.version = AsciiDocsy::VERSION
1313
spec.authors = ["Brian Dominick"]
1414
spec.email = ["badominick@gmail.com"]

lib/asciidocsy/data/releases.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# LATEST TO OLDEST
33
revisions:
44

5-
- code: 0.3.0-rc2
6-
date: 2021-09-21
5+
- code: 0.3.0 date: 2021-09-21
76
hash: 050b33f239a0756db37de2dcb7e4219684dc7a44
87
memo: |
98
The third minor release of AsciiDocsy refactors the entire theme as a proper Ruby gem!
@@ -70,7 +69,7 @@ revisions:
7069
tags: [breaking]
7170
note: |
7271
A full suite of versioning options now enables amending the DOM, swapping tokens, toggling classes, and tabbing panes.
73-
Also resolves link:https://github.com/DocOps/asciidocsy-jekyll-theme/issues/9[Issue #9].
72+
Also resolves link:{theme_docs_repo_www}/issues/9[Issue #9].
7473
docs:
7574
- xref: /docs/theme/config/versioning
7675
text: configuration reference

0 commit comments

Comments
 (0)