ably-ui 7.9.2 → 7.9.3.dev.7c9a58e

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: b554c21efd784d3267c11859dd903ebab473c1d0a53f075cffc3e70aa44b4b00
4
- data.tar.gz: a78b0ffb28d3caf6c20ea335291a47c47aa50194527131f1e238a21b3e7ad167
3
+ metadata.gz: b9e2962c90f9ff27536eaf297b0eb4d41a36795c09a83bbd9620980540d6451e
4
+ data.tar.gz: 9bb2abf33c79e619999c632c284093861915d0fca8d9c5595518d8db6d5e085b
5
5
  SHA512:
6
- metadata.gz: e699ef830356bfa2bfe355567ad4374c5aa576fc99524a35a5c0917eeffd429c07f784189deac09949f510fdd269d4939a5ebdedd855c5060e0e76bd7e707110
7
- data.tar.gz: 0ea90fcb670f8103d0062ac6ba34f61ea09c40c5978ed39e491c1768c20ac3f706449087aa2570378dff64640261c47e121097bbddb29769c8d856a6e24e661f
6
+ metadata.gz: 0a9379d8ec78b0889c2d6f0108bcaf8de64e80204fd7f15d84ac7d0e73d1a34c3d640a7bf9caf2df73ef2c354fc7862ce1e7d6bc39d258fb30e5de92d8689417
7
+ data.tar.gz: 9b94483ccfd0b3c18e1f23ffed626b56affebab708d67af0596325d6d1e4d1638dbb3f4f76704ff8c5a1c4f6221840ade14ea49b227f659bc0c881ea23c096e0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (7.9.0)
4
+ ably-ui (7.9.3.dev.a74555e)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -66,7 +66,7 @@
66
66
  </li>
67
67
 
68
68
  <li>
69
- <a href="http://status.ably.com/" class="group ui-meganav-media py-12">
69
+ <a href="https://status.ably.com/" class="group ui-meganav-media py-12">
70
70
  <p class="ui-meganav-media-heading">
71
71
  Status<iframe
72
72
  src="https://status.ably.com/embed/icon"
@@ -27,7 +27,7 @@
27
27
  </li>
28
28
 
29
29
  <li>
30
- <%= link_to abs_url("/resources/datasheets"), class: "group ui-meganav-media py-12" do %>
30
+ <%= link_to abs_url("/resources"), class: "group ui-meganav-media py-12" do %>
31
31
  <p class="ui-meganav-media-heading">Resources</p>
32
32
  <% end %>
33
33
  </li>
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '7.9.2'
2
+ VERSION = '7.9.3.dev.7c9a58e'
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.9.2
4
+ version: 7.9.3.dev.7c9a58e
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
8
8
  - Arti Mathanda
9
9
  - Bruce Thomas
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-06-23 00:00:00.000000000 Z
13
+ date: 2022-07-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -32,7 +32,7 @@ dependencies:
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '2.50'
35
- description:
35
+ description:
36
36
  email:
37
37
  - dominik.piatek@ably.com
38
38
  - arti.mathanda@ably.com
@@ -209,7 +209,7 @@ licenses:
209
209
  - Apache-2.0
210
210
  metadata:
211
211
  source_code_uri: https://github.com/ably/ably-ui
212
- post_install_message:
212
+ post_install_message:
213
213
  rdoc_options: []
214
214
  require_paths:
215
215
  - lib
@@ -220,12 +220,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  requirements:
223
- - - ">="
223
+ - - ">"
224
224
  - !ruby/object:Gem::Version
225
- version: '0'
225
+ version: 1.3.1
226
226
  requirements: []
227
227
  rubygems_version: 3.2.3
228
- signing_key:
228
+ signing_key:
229
229
  specification_version: 4
230
230
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
231
231
  test_files: []