File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# You can create any custom variable you would like, and they will be accessible
55# in the templates via {{ site.myvariable }}.
66title : Embulk
7+ embulk_version : 0.11.4
78# email: your-email@example.com
89# description: >- # this means to ignore newlines until "baseurl:"
910# Write an awesome description for your new site here. You can edit this
Original file line number Diff line number Diff line change 3232 < h2 > Latest Versions</ h2 >
3333 < dl >
3434 < dt > Stable</ dt >
35- < dd > < a href ="https://github.com/embulk/embulk/releases/tag/v0.11.2 " > v0.11.2 </ a > </ dd >
35+ < dd > < a href ="https://github.com/embulk/embulk/releases/tag/v{{ site.embulk_version }} " > v{{ site.embulk_version }} </ a > </ dd >
3636 < dd > Note that v0.11 is not fully compatible with v0.9. Several plugins for v0.9 would not work with v0.11.</ dd >
3737 < dd > Take a look at < a href ="{{ "articles /2023/04/13/embulk-v0.11-is-coming-soon.html" | relative_url }}"> this article</ a > for details.</ dd >
3838 < dt > Past stable</ dt >
@@ -104,7 +104,7 @@ <h3>Set up with JRuby</h3>
104104
105105 < p > Finally, install some Ruby gems.</ p >
106106
107- < pre > < code > embulk gem install embulk -v 0.11.2 # Must be the same Embulk version
107+ < pre > < code > embulk gem install embulk -v {{ site.embulk_version }} # Must be the same Embulk version
108108embulk gem install msgpack
109109embulk gem install bundler # if you need Bundler
110110embulk gem install liquid # if you need Liquid</ code > </ pre >
You can’t perform that action at this time.
0 commit comments