ably-ui 10.5.0 → 10.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a44e2cfdcff9227f6a90c09fdb9b54346dc5a183e3785aeb57f41f1918fc3c94
4
- data.tar.gz: 4221b008c4c90f4ef154aa0e829d8acba0776daa9696a5e2c731a57b6f893921
3
+ metadata.gz: 7c022b5b29746e3c21b59c1d91c8065b69ca205c6a647fbc33adab864b28f3ec
4
+ data.tar.gz: 913ebff9101e19c92e145710d14a012440471d824b163db4f8f262b3fda1f999
5
5
  SHA512:
6
- metadata.gz: 567e78e592a494f6f96a962d5c36ad0c50da4e2ddb1c6a6307c073449ed30b12f51f6962c7a45d933d72e5fa849214c5cafb2026df8bad2e6e9ab67475ba9d4a
7
- data.tar.gz: d8b33ae800d87f87c3559da09e2ea304c15cac30418225301198e5dbae7c6aa9a56b9f258b84b833d2e1891ccf5ae2ddfb929e715a100da973a77269dbcf59a1
6
+ metadata.gz: 5cb640e8552db620dbf148891bde664a8f844c5d82b0bed9140a998d39ceb0be542ff66cd3589803218c3589bda8a6020e5131719f3d469ebb14591842b291a9
7
+ data.tar.gz: 60d09e00a79077b1ec6059621eb4e6774a56138707a4fff9c35c9f4c1f078bf735e60da883809b86f36930810ee3e2072b69d2cdffedd5fb3e8949d52f8320e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.28a63f9)
4
+ ably-ui (8.7.0.dev.0ce5893)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -239,7 +239,14 @@ yarn link @ably/ui
239
239
 
240
240
  For `ruby`:
241
241
 
242
- In `preview/Gemfile` replace `source: "https://rubygems.pkg.github.com/ably"` with `path: '../'` and run:
242
+ In `preview/Gemfile` replace the Ably UI gem version number with `path: '../'` like this:
243
+
244
+ ```bash
245
+ # in preview
246
+ gem 'ably-ui', path: '../', require: 'ably_ui'
247
+ ```
248
+
249
+ and run:
243
250
 
244
251
  ```bash
245
252
  # in preview
@@ -16,20 +16,20 @@
16
16
  <% end %>
17
17
  </li>
18
18
  <li>
19
- <%= link_to abs_url("/integrations"), class: "ui-meganav-media-with-image group" do %>
20
- <%= render(AblyUi::Core::Icon.new(name: "icon-display-integrations-col", size: "2.5rem")) %>
19
+ <%= link_to abs_url("/docs/quick-start-guide"), class: "ui-meganav-media-with-image group" do %>
20
+ <%= render(AblyUi::Core::Icon.new(name: "icon-display-quickstart-guides-col", size: "2.5rem")) %>
21
21
  <div class="flex flex-col justify-center">
22
- <p class="ui-meganav-media-heading">Integrations</p>
23
- <p class="ui-meganav-media-copy">Find out more about Ably integrations. </p>
22
+ <p class="ui-meganav-media-heading">Quickstart guides</p>
23
+ <p class="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
24
24
  </div>
25
25
  <% end %>
26
26
  </li>
27
27
  <li>
28
- <%= link_to abs_url("/docs/quick-start-guide"), class: "ui-meganav-media-with-image group" do %>
29
- <%= render(AblyUi::Core::Icon.new(name: "icon-display-quickstart-guides-col", size: "2.5rem")) %>
28
+ <%= link_to abs_url("/integrations"), class: "ui-meganav-media-with-image group" do %>
29
+ <%= render(AblyUi::Core::Icon.new(name: "icon-display-integrations-col", size: "2.5rem")) %>
30
30
  <div class="flex flex-col justify-center">
31
- <p class="ui-meganav-media-heading">Quickstart guides</p>
32
- <p class="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
31
+ <p class="ui-meganav-media-heading">Integrations</p>
32
+ <p class="ui-meganav-media-copy">Find out more about Ably integrations. </p>
33
33
  </div>
34
34
  <% end %>
35
35
  </li>
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '10.5.0'
2
+ VERSION = '10.6.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: 10.5.0
4
+ version: 10.6.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: 2022-11-21 00:00:00.000000000 Z
13
+ date: 2022-12-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component