kramdown-plantuml 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/scripts/build-gem.sh +6 -0
- data/.github/scripts/bundle-install.sh +6 -0
- data/.github/scripts/inspect-gem.sh +72 -0
- data/.github/scripts/publish-gem.sh +103 -0
- data/.github/scripts/test-gem.sh +140 -0
- data/.github/scripts/variables.sh +70 -0
- data/.github/workflows/no-java.yml +2 -4
- data/.github/workflows/no-plantuml.yml +5 -5
- data/.github/workflows/ruby.yml +113 -69
- data/.github/workflows/shell.yml +15 -0
- data/.gitignore +5 -0
- data/.rubocop.yml +17 -0
- data/Gemfile +4 -8
- data/LICENSE +201 -21
- data/README.md +31 -31
- data/Rakefile +16 -3
- data/kramdown-plantuml.gemspec +25 -17
- data/lib/kramdown-plantuml.rb +8 -4
- data/lib/kramdown-plantuml/converter.rb +29 -30
- data/lib/kramdown-plantuml/version.rb +3 -2
- data/lib/kramdown_html.rb +17 -9
- data/lib/which.rb +3 -0
- data/pom.xml +16 -0
- metadata +59 -9
- data/bin/console +0 -14
- data/bin/plantuml.1.2020.5.jar +0 -0
- data/bin/setup +0 -8
data/bin/plantuml.1.2020.5.jar
DELETED
Binary file
|