ably-ui 11.3.0 → 11.4.0

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: 647b258f333c44c0687c654f80320c231c5d58b866b669b5de7b32b626ea51a9
4
- data.tar.gz: 11b2c3b9024cd87e00dd51e926a7645c8d8c54de35d8de3994c5687ca91e8d6d
3
+ metadata.gz: c7171c8368ed45d650ba6d9d975d70f6a4fb37d427a441ddf22fd344b5fe7787
4
+ data.tar.gz: 74f268a154a2ad8438a42a46186886e1b2204cdb969451d48d2553a332166dbc
5
5
  SHA512:
6
- metadata.gz: f82aec3aec3ce06cd472d676dfcb9ed8615ebaa37c9b2309ba67adf281457986e6ad21c77d2e9bbc6624e31f8e5f991962c0f3389978c24eb73df0b527c6a0e9
7
- data.tar.gz: 8e35f8f3820e63072298768eb657da348424c474de6ab519b5f5589d2c0f98eebec2ce8072866db09166232d6af7c67283366cecffdf217b7721cdda6168bc97
6
+ metadata.gz: f086cb9bbb36a3f99b05206c69bf8d85c6c384f63ca0bcaa192b1ff04a34b8a653c4339a65025cbe714761dbc004572fcd9a12a0b672e8b4efbeb48af0f33893
7
+ data.tar.gz: 5ef0a6ec4285014adaf10c7a91c11e8587d88fab47c8028d9dfb07e57b87e10556842b83025709e18ca2a8c16d25bb15595606e0920abfda74b29460a8b7c6a1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.35edbd4)
4
+ ably-ui (8.7.0.dev.33117ed)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <ul class="grid grid-cols-1">
14
14
  <li class="p-menu-row-snug">
15
- <%= link_to 'Pub/sub messaging', abs_url("/pub-sub-messaging"), class: "ui-footer-menu-row-link" %>
15
+ <%= link_to 'Pub/sub messaging', abs_url("/solutions/channels"), class: "ui-footer-menu-row-link" %>
16
16
  </li>
17
17
  <li class="p-menu-row-snug">
18
18
  <%= link_to 'Push notifications', abs_url("/push-notifications"), class: "ui-footer-menu-row-link" %>
@@ -23,9 +23,6 @@
23
23
  <li class="p-menu-row-snug">
24
24
  <%= link_to 'Multiple protocol messaging', abs_url("/protocols"), class: "ui-footer-menu-row-link" %>
25
25
  </li>
26
- <li class="p-menu-row-snug">
27
- <%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
28
- </li>
29
26
  </ul>
30
27
  </div>
31
28
  <div class="col-span-full xs:col-span-3 md:col-span-1">
@@ -49,9 +46,6 @@
49
46
  <li class="p-menu-row-snug">
50
47
  <%= link_to 'Healthcare', abs_url("/solutions/healthcare"), class: "ui-footer-menu-row-link" %>
51
48
  </li>
52
- <li class="p-menu-row-snug">
53
- <%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
54
- </li>
55
49
  <li class="p-menu-row-snug">
56
50
  <%= link_to 'eCommerce & Retail', abs_url("/solutions/ecommerce-and-retail"), class: "ui-footer-menu-row-link" %>
57
51
  </li>
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '11.3.0'
2
+ VERSION = '11.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.3.0
4
+ version: 11.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-09-08 00:00:00.000000000 Z
13
+ date: 2023-09-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component