wavix-sdk-ruby 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. data/wavix-sdk-ruby.gemspec +3 -1
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e55b7ba3f07b9d471e5cee03df1859fe6052ef15dac0cacd1873b5ef65837565
4
- data.tar.gz: 56b26801c63d9644a14ffcd9a41a1a0542240c6b5dacfabc4e125e7a190a1786
3
+ metadata.gz: 70c5188095fa8dcd72b43b7dfbee6146369be4bb61642d5446d7a52581930eff
4
+ data.tar.gz: 1e91550924304fdb14145f8d0db41be2a6a0a02cbc4c16423b01c111fe7447e1
5
5
  SHA512:
6
- metadata.gz: 1f29ddc67c01a1d6732dcaa694e86153ff15dee6d8b06f9fb6d2ed83a75d7cfb6a73753937e2734862fe278b4272580dd24763e2f79c19ad0d8d688c0b0dc918
7
- data.tar.gz: 42472e37eb3c6b15734ca7adb8bb25b6c2f165f270dc382bdaecca5c0fe1f920d8ab5f4c2c85aa8d2cd6b6ea70cc1fba405b0489238334fe3227dbc5b9e07ba4
6
+ metadata.gz: 68d1343e0e35adb29b21b1596e451f2058d53cc66da5bd582c5346ea02801a6e55765ffc82542b92245722ea4313a1b4844b6c3e646f2b697fd98314f47990bf
7
+ data.tar.gz: 23a9a5ab3d056503ef3d3f9002701b24dc3ddd7f972be1739c2acabc714b20ab4a178cafd27dc37c3c021013925cb5f08b9bf7af9d79cbae7c9754fcabd8e4a5
data/README.md CHANGED
@@ -1,3 +1,12 @@
1
+ > [!WARNING]
2
+ > **This SDK is deprecated and no longer maintained.**
3
+ > Use the new, actively maintained SDK instead:
4
+ > **[`wavix-ruby-sdk`](https://github.com/Wavix/wavix-ruby-sdk)**
5
+ >
6
+ > ```sh
7
+ > gem install wavix-ruby-sdk
8
+ > ```
9
+
1
10
  # Wavix Backend Public API Ruby SDK
2
11
 
3
12
  Welcome to the Wavix Ruby SDK documentation. This guide will walk you through installing, configuring, and using the Wavix Ruby SDK to interact seamlessly with the Wavix Backend Public API.
@@ -5,12 +5,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'wavix-sdk-ruby'
8
- s.version = '1.1.0'
8
+ s.version = '1.1.1'
9
9
  s.authors = ['Wavix']
10
10
  s.email = ['support@wavix.com']
11
11
  s.summary = 'Wavix Public API SDK for Ruby'
12
12
  s.homepage = 'https://wavix.com'
13
13
  s.license = 'MIT'
14
+ s.post_install_message = "wavix-sdk-ruby is deprecated and no longer maintained. " \
15
+ "Use 'wavix-ruby-sdk' instead: gem install wavix-ruby-sdk"
14
16
  s.metadata = {
15
17
  'homepage_uri' => 'http://wavix.com/',
16
18
  'changelog_uri' => 'https://ci.unitedline.net/wavix/wavix-sdk-ruby/-/tree/master/CHANGELOG.md',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wavix-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wavix
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-18 00:00:00.000000000 Z
11
+ date: 2026-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -181,7 +181,8 @@ metadata:
181
181
  changelog_uri: https://ci.unitedline.net/wavix/wavix-sdk-ruby/-/tree/master/CHANGELOG.md
182
182
  source_code_uri: https://ci.unitedline.net/wavix/wavix-sdk-ruby/-/tree/master
183
183
  bug_tracker_uri: https://ci.unitedline.net/wavix/wavix-sdk-ruby/-/issues
184
- post_install_message:
184
+ post_install_message: 'wavix-sdk-ruby is deprecated and no longer maintained. Use
185
+ ''wavix-ruby-sdk'' instead: gem install wavix-ruby-sdk'
185
186
  rdoc_options:
186
187
  - "--charset=UTF-8"
187
188
  require_paths:
@@ -197,7 +198,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
198
  - !ruby/object:Gem::Version
198
199
  version: '0'
199
200
  requirements: []
200
- rubygems_version: 3.4.19
201
+ rubyforge_project:
202
+ rubygems_version: 2.7.6.2
201
203
  signing_key:
202
204
  specification_version: 4
203
205
  summary: Wavix Public API SDK for Ruby