Skip to content

Commit

Permalink
upgrade to asciidoctor-diagram 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Sep 19, 2020
1 parent 9306b31 commit 5693daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-diagram/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
properName=AsciidoctorJ Diagram
description=AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
version=2.0.2
version=2.0.3
gem_name=asciidoctor-diagram
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.2
version=2.0.3

3 comments on commit 5693daf

@pepijnve
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahus1 thanks for making this PR. I was looking for the right place to do this, but didn't manage to find it right away. Now that I know where to look I'll create this type of PR the next time I make an asciidoctor-diagram release. Happy to see my subtle Tweet hint worked 😉

Is there any other kind of notification you and/or @robertpanzer would like to get regarding new releases or are the notifications you can get from rubygems.org sufficient?

@ahus1
Copy link
Contributor Author

@ahus1 ahus1 commented on 5693daf Sep 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pepijnve - usually I subscribe to the releases of a GitHub repository to get notifications. But I think the asciidoctor-diagram doesn't do GitHub releases.

This time I found out about the release by watching the outdir issue's discussion.

image

@pepijnve
Copy link
Member

@pepijnve pepijnve commented on 5693daf Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. I'm not sure how useful a GH release of a ruby gem would be since gems are published and accessed in the Ruby community via rubygems.org.

Please sign in to comment.