File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,19 @@ def runtests(dockerImageVersion)
6969}
7070
7171node(' words-linux' ) {
72- stage(' newruby ' ){
72+ stage(' oldruby ' ){
7373 try {
7474 runtests(" 3.1" )
7575 } finally {
7676 cleanWs()
7777 }
7878 }
79+
80+ stage(' newruby' ){
81+ try {
82+ runtests(" 3.4" )
83+ } finally {
84+ cleanWs()
85+ }
86+ }
7987}
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
397397To install this package do the following:
398398update your Gemfile
399399``` ruby
400- gem ' aspose_words_cloud' , ' ~> 25.8 '
400+ gem ' aspose_words_cloud' , ' ~> 25.9 '
401401```
402402or install directly
403403``` bash
Original file line number Diff line number Diff line change 2424# ------------------------------------------------------------------------------------
2525
2626module AsposeWordsCloud
27- VERSION = "25.8 " . freeze
27+ VERSION = "25.9 " . freeze
2828end
You can’t perform that action at this time.
0 commit comments