Skip to content

Commit 4909a74

Browse files
Merge branch 'master' into release
2 parents f23eb5a + 9355670 commit 4909a74

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 25.8
17+
18+
19+
1620
## Enhancements in Version 25.6
1721

1822
- Added support for SVG images format in Watermark API.
@@ -393,7 +397,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
393397
To install this package do the following:
394398
update your Gemfile
395399
```ruby
396-
gem 'aspose_words_cloud', '~> 25.7'
400+
gem 'aspose_words_cloud', '~> 25.8'
397401
```
398402
or install directly
399403
```bash

aspose_words_cloud.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Gem::Specification.new do |s|
44
s.name = 'aspose_words_cloud'
55
s.version = AsposeWordsCloud::VERSION
66
s.platform = Gem::Platform::RUBY
7-
s.author = 'YaroslawEkimov'
8-
s.email = 'yaroslaw.ekimov@aspose.com'
9-
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-ruby'
7+
s.author = 'Aspose'
8+
s.email = 'aspose.cloud@aspose.com'
9+
s.homepage = 'https://products.aspose.cloud/words/family/'
1010
s.summary = 'Ruby library for communicating with the Aspose.Words Cloud API'
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'

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 = "25.7".freeze
27+
VERSION = "25.8".freeze
2828
end

0 commit comments

Comments
 (0)