ably-rest 1.2.3 → 1.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22f8f4f948fb0b7370cc162712522b01c1befdda518dc903a11f6c456ce2cf6d
4
- data.tar.gz: 93bdb666a8bd03813873c6a633b40ccef20fc10168d5cfd8b0ee635458762ec8
3
+ metadata.gz: 6e14a1555e6b146e80590e16d7f660cd1b210c56b36a847f28233a9a656c0a98
4
+ data.tar.gz: 4af41a8631e8a29a64447abc0c2edad82e8199953b747095253b43348a023ee3
5
5
  SHA512:
6
- metadata.gz: 17fa88c19274cd7520f0d60c20f8fc19473dcb717b99b4e0db6ae0dff20542cc087d26321ee6f70b80861dd0ca4f448406364c86c2b9ef7a211c8a27493ab8ba
7
- data.tar.gz: 0f9a67b99ee0badb279c2a62bc648aa2e1403cbe7d8c357ef2b9c88e89a9a2fdf059b71ff86c2f44aa14ba2653d94ec165efce5b4070d739775f9c9556e2183d
6
+ metadata.gz: a395d941e3b00ee86309db61f68622ac99aa0db105855358cef7669386b703d14b451048fbc8381435292f1065b6d3eda08047bb7997274b08a7b1fe9aa7e3cd
7
+ data.tar.gz: 337d1f29e1bdac081bfddc63aab97085282d73c66919554ff80b7241cbc2b469bb16d0e4899bfb547898d57babfec1d36234b9daa2211942b6b135e9bdf1edd1
data/ably-rest.gemspec CHANGED
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_runtime_dependency 'faraday-typhoeus', '~> 0.2.0'
38
38
 
39
39
  spec.add_runtime_dependency 'json'
40
- spec.add_runtime_dependency 'msgpack', '=1.5.2'
40
+ spec.add_runtime_dependency 'msgpack', '>= 1.5.2', '< 2.0'
41
41
  spec.add_runtime_dependency 'addressable', '>= 2.0.0'
42
42
 
43
43
  spec.add_development_dependency 'bundler', '>= 1.3.0'
@@ -0,0 +1,112 @@
1
+ %YAML 1.2
2
+ ---
3
+ common-version: 1.2.0
4
+ compliance:
5
+ Agent Identifier:
6
+ Agents:
7
+ Runtime:
8
+ Authentication:
9
+ API Key:
10
+ Token:
11
+ Callback:
12
+ Literal:
13
+ URL:
14
+ Query Time:
15
+ Debugging:
16
+ Error Information:
17
+ Logs:
18
+ Protocol:
19
+ JSON:
20
+ Maximum Message Size:
21
+ MessagePack:
22
+ Realtime:
23
+ Channel:
24
+ Attach:
25
+
26
+ # setOptions on existing channel instance is missing (i.e. it works but is inelegant, requiring soft-deprecated mechanism)
27
+ # see:
28
+ # - https://sdk.ably.com/builds/ably/specification/main/features/#RSN3c
29
+ # - https://sdk.ably.com/builds/ably/specification/main/features/#RTS3c
30
+ Encryption:
31
+
32
+ History:
33
+ Presence:
34
+ Enter:
35
+ Client:
36
+ Get:
37
+ History:
38
+ Subscribe:
39
+ Update:
40
+ Client:
41
+ Publish:
42
+ Retry Timeout:
43
+ State Events:
44
+ Subscribe:
45
+ Rewind:
46
+ Connection:
47
+ Disconnected Retry Timeout:
48
+ Get Identifier:
49
+ Lifecycle Control:
50
+ Ping:
51
+ Recovery:
52
+ State Events:
53
+ Suspended Retry Timeout:
54
+ Message Echoes:
55
+ Message Queuing:
56
+ Transport Parameters:
57
+ REST:
58
+ Authentication:
59
+ Authorize:
60
+ Create Token Request:
61
+ Get Client Identifier:
62
+ Request Token:
63
+ Channel:
64
+ Existence Check:
65
+ Get:
66
+ History:
67
+ Iterate:
68
+ Name:
69
+ Presence:
70
+ History:
71
+ Member List:
72
+ Publish:
73
+ Idempotence:
74
+ Release:
75
+ Status:
76
+ Channel Details: # https://github.com/ably/ably-ruby/pull/365
77
+ Opaque Request:
78
+ Push Notifications Administration:
79
+ Channel Subscription:
80
+ List:
81
+ List Channels:
82
+ Remove:
83
+ Save:
84
+ Device Registration:
85
+ Get:
86
+ List:
87
+ Remove:
88
+ Save:
89
+ Publish:
90
+ Request Identifiers:
91
+ Request Timeout:
92
+ Service:
93
+ Get Time:
94
+ Statistics:
95
+ Query:
96
+ Service:
97
+ Environment:
98
+ Fallbacks:
99
+ Hosts:
100
+ Internet Up Check:
101
+ Retry Count:
102
+ Retry Duration:
103
+ Retry Timeout:
104
+ Host:
105
+ Testing:
106
+ Disable TLS:
107
+ TCP Insecure Port:
108
+ TCP Secure Port:
109
+ Transport:
110
+ Connection Open Timeout:
111
+ HTTP/2: # https://github.com/ably/ably-ruby/pull/197
112
+ Maximum Frame Size:
@@ -29,7 +29,6 @@ jobs:
29
29
  TEST_TYPE: ${{ matrix.type }}
30
30
  RUBY_VERSION: ${{ matrix.ruby }}
31
31
  run: |
32
- cp .github/workflows/.rspec_parallel .rspec_parallel
33
32
  mkdir junit
34
33
  bundle exec parallel_rspec --prefix-output-with-test-env-number --first-is-1 -- spec/${{ matrix.type }}
35
34
  - uses: actions/upload-artifact@v3
@@ -40,7 +39,7 @@ jobs:
40
39
  retention-days: 7
41
40
  - name: Upload test results
42
41
  if: always()
43
- uses: ably-labs/test-observability-action@main
42
+ uses: ably/test-observability-action@v1
44
43
  with:
45
44
  server-url: 'https://test-observability.herokuapp.com'
46
45
  server-auth: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
@@ -0,0 +1,14 @@
1
+ name: Features
2
+
3
+ on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
+
9
+ jobs:
10
+ build:
11
+ uses: ably/features/.github/workflows/sdk-features.yml@main
12
+ with:
13
+ repository-name: ably-ruby
14
+ secrets: inherit
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.2.4](https://github.com/ably/ably-ruby/tree/v1.2.4)
4
+
5
+ [Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - fix: unpin msgpack dependency minor/patch version [\#382](https://github.com/ably/ably-ruby-rest/pull/29)
10
+
3
11
  ## [v1.2.3](https://github.com/ably/ably-ruby/tree/v1.2.3)
4
12
 
5
13
  [Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.2...v1.2.3)
@@ -1,5 +1,7 @@
1
1
  # [Ably](https://ably.com)
2
2
 
3
+ [![Features](https://github.com/ably/ably-ruby/actions/workflows/features.yml/badge.svg)](https://github.com/ably/ably-ruby/actions/workflows/features.yml)
4
+
3
5
  [![Gem Version](https://img.shields.io/gem/v/ably?style=flat)](https://img.shields.io/gem/v/ably?style=flat)
4
6
  [![Coverage Status](https://coveralls.io/repos/ably/ably-ruby/badge.svg)](https://coveralls.io/r/ably/ably-ruby)
5
7
 
@@ -1,5 +1,5 @@
1
1
  module Ably
2
- VERSION = '1.2.3'
2
+ VERSION = '1.2.4'
3
3
  PROTOCOL_VERSION = '1.2'
4
4
 
5
5
  # @api private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew O'Riordan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -84,16 +84,22 @@ dependencies:
84
84
  name: msgpack
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 1.5.2
90
+ - - "<"
91
+ - !ruby/object:Gem::Version
92
+ version: '2.0'
90
93
  type: :runtime
91
94
  prerelease: false
92
95
  version_requirements: !ruby/object:Gem::Requirement
93
96
  requirements:
94
- - - '='
97
+ - - ">="
95
98
  - !ruby/object:Gem::Version
96
99
  version: 1.5.2
100
+ - - "<"
101
+ - !ruby/object:Gem::Version
102
+ version: '2.0'
97
103
  - !ruby/object:Gem::Dependency
98
104
  name: addressable
99
105
  requirement: !ruby/object:Gem::Requirement
@@ -248,20 +254,6 @@ dependencies:
248
254
  - - ">="
249
255
  - !ruby/object:Gem::Version
250
256
  version: '0'
251
- - !ruby/object:Gem::Dependency
252
- name: webrick
253
- requirement: !ruby/object:Gem::Requirement
254
- requirements:
255
- - - "~>"
256
- - !ruby/object:Gem::Version
257
- version: 1.7.0
258
- type: :development
259
- prerelease: false
260
- version_requirements: !ruby/object:Gem::Requirement
261
- requirements:
262
- - - "~>"
263
- - !ruby/object:Gem::Version
264
- version: 1.7.0
265
257
  description: A Ruby REST only client library for ably.io realtime messaging
266
258
  email:
267
259
  - matt@ably.io
@@ -284,13 +276,15 @@ files:
284
276
  - ably-rest.gemspec
285
277
  - lib/ably-rest.rb
286
278
  - lib/ably-rest/modules/eventmachine_deferrable.rb
279
+ - lib/submodules/ably-ruby/.ably/capabilities.yaml
287
280
  - lib/submodules/ably-ruby/.editorconfig
288
- - lib/submodules/ably-ruby/.github/workflows/.rspec_parallel
289
281
  - lib/submodules/ably-ruby/.github/workflows/check.yml
290
282
  - lib/submodules/ably-ruby/.github/workflows/docs.yml
283
+ - lib/submodules/ably-ruby/.github/workflows/features.yml
291
284
  - lib/submodules/ably-ruby/.gitignore
292
285
  - lib/submodules/ably-ruby/.gitmodules
293
286
  - lib/submodules/ably-ruby/.rspec
287
+ - lib/submodules/ably-ruby/.rspec_parallel
294
288
  - lib/submodules/ably-ruby/CHANGELOG.md
295
289
  - lib/submodules/ably-ruby/COPYRIGHT
296
290
  - lib/submodules/ably-ruby/Gemfile
@@ -527,7 +521,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
527
521
  - !ruby/object:Gem::Version
528
522
  version: '0'
529
523
  requirements: []
530
- rubygems_version: 3.2.32
524
+ rubygems_version: 3.1.6
531
525
  signing_key:
532
526
  specification_version: 4
533
527
  summary: A Ruby REST only client library for ably.io realtime messaging