Skip to content

Commit

Permalink
Change gem name to asciidocsy
Browse files Browse the repository at this point in the history
  • Loading branch information
briandominick committed Sep 22, 2021
1 parent 4aa01b2 commit 93d4c41
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
= AsciiDocsy Jekyll Theme (Gem)
// tag::globals[]
:prod_vrsn_this: 0.3.0-dev
:prod_date_this: 2021-09-12
:prod_vrsn_next: 0.3.0
:experimental:
:prod_vrsn_this: 0.3.0
:prod_date_this: 2021-09-21
:prod_vrsn_next: 0.4.0:experimental:
:imagesdir: images
:forked_source_www: https://vsoch.github.io
:theme_demo_www: https://asciidocsy.netlify.app
Expand Down
2 changes: 1 addition & 1 deletion _docs/topics/extend.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Since AsciiDocsy (post 0.3.0) is a gem-formatted theme, the core theme files are
Therefore, you may override any data file or template file by replacing it your local path.

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

[[template-hooks]]
Expand Down
2 changes: 1 addition & 1 deletion _docs/topics/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ include::Gemfile[tags=jekyll-plugins]
[source,yaml]
._config.yml
----
theme: asciidocsy-jekyll-theme
theme: asciidocsy
----
2 changes: 1 addition & 1 deletion asciidocsy-jekyll-theme.gemspec → asciidocsy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.bindir = "bin"
spec.require_paths = ["lib"]

spec.name = "asciidocsy-jekyll-theme"
spec.name = "asciidocsy"
spec.version = AsciiDocsy::VERSION
spec.authors = ["Brian Dominick"]
spec.email = ["[email protected]"]
Expand Down
5 changes: 2 additions & 3 deletions lib/asciidocsy/data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# LATEST TO OLDEST
revisions:

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

0 comments on commit 93d4c41

Please sign in to comment.