Skip to content

Commit

Permalink
moving from jruby-complete to jruby dependency like AsciidoctorJ did …
Browse files Browse the repository at this point in the history
…for 2.0 (#250)
  • Loading branch information
ahus1 committed May 3, 2019
1 parent d288727 commit ba08109
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ See https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Support-proj
== Release notes

=== 0.25.11

- moving from jruby-complete to jruby dependency like AsciidoctorJ did for 2.0 (#250)

=== 0.25.10 (preview, available from Github releases)

- improved syntax highlighting for block IDs and references, suppressing message "possible invalid reference" (#249)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
compile 'org.asciidoctor:asciidoctorj-diagram:1.5.16'
compile 'org.asciidoctor:asciidoctorj:2.0.0'
compile 'commons-io:commons-io:2.4'
compile 'org.jruby:jruby-complete:9.2.6.0'
// compile 'org.jruby:jruby:9.2.7.0' // use same depdendency as asciidoctorj instead of our own
compile 'org.pegdown:pegdown:1.4.2'
compile 'org.parboiled:parboiled-core:1.1.6'
testCompile 'junit:junit:4.12'
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin">
<id>org.asciidoctor.intellij.asciidoc</id>
<name>AsciiDoc</name>
<version>0.25.10</version>
<version>0.25.11</version>
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -32,6 +32,7 @@ Therefore, JetBrains OpenJDK pre-bundled with your IDE is recommended.

<change-notes><![CDATA[
<ul>
<li>0.25.11 moving from jruby-complete to jruby dependency like AsciidoctorJ did for 2.0 (#250)
<li>0.25.10 improved syntax highlighting for block IDs and references, suppressing message "possible invalid reference" (#249)<br>
show error message why preview wasn't rendered in preview (#251)
<li>0.25.9 adding quote handler (#242)<br>
Expand Down

0 comments on commit ba08109

Please sign in to comment.