Skip to content

Commit 779f854

Browse files
Merge branch 'master' into release
2 parents 480a8cf + de5ad96 commit 779f854

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

aspose_words_cloud.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
2223
end

lib/aspose_words_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# ------------------------------------------------------------------------------------
2525

2626
module AsposeWordsCloud
27-
VERSION = "21.5.0".freeze
27+
VERSION = "21.5.1".freeze
2828
end

0 commit comments

Comments
 (0)