File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1515
1616## Enhancements in Version 21.5
1717
18- - Update dependencies in sdk
18+ - Updated dependencies in sdk
1919- Implemented Batch API
2020
2121
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ Gem::Specification.new do |s|
1111 s . description = 'This SDK allows you to work with Aspose.Words Cloud REST APIs in your Ruby applications quickly and easily, with zero initial cost'
1212 s . license = 'MIT'
1313
14- s . add_runtime_dependency 'faraday' , '~> 0.14.0'
15- s . add_runtime_dependency 'mimemagic' , '~> 0.3.2'
14+ s . add_runtime_dependency 'faraday' , '>= 1.4.1'
15+ s . add_runtime_dependency 'marcel' , '>= 1.0.0'
16+ s . add_runtime_dependency 'multipart-parser' , '>= 0.1.1'
1617
1718 s . add_development_dependency 'minitest' , '~> 5.11' , '>= 5.11.3'
1819
1920 s . files = Dir [ 'lib/**/*.rb' ]
2021 s . require_paths = [ 'lib' ]
21- s . required_ruby_version = '~> 2.3 '
22+ s . required_ruby_version = '>= 2.4 '
2223end
Original file line number Diff line number Diff line change 2424# ------------------------------------------------------------------------------------
2525
2626module AsposeWordsCloud
27- VERSION = "21.5.0 " . freeze
27+ VERSION = "21.5.1 " . freeze
2828end
You can’t perform that action at this time.
0 commit comments