ably-ui 7.3.2.dev.164c5d8 → 7.3.2

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: f6deee0e19771559b4938129b415cbf10806d2d65e77e84954b96a910534f74d
4
- data.tar.gz: 3eed1f15e00c78dbb1bf1a8fe8f2f6372c9486e59096d128e0eb0d8749296e0a
3
+ metadata.gz: b51d7ceed8f537b5d9695f6fe5cd3bf6c30db33bc74a680dec86b66fb79a5c66
4
+ data.tar.gz: 7ba5e91f03058e6f0761687878cb0ff912e53a39d2d05e288a6e37b59da231b7
5
5
  SHA512:
6
- metadata.gz: 94c23e00c86c7ae8e69ee707f9c76ee800e335cf1bbb4c9327fd971549bbe2871b6a6a209a0f1df29298aa7ce32a7e59296885bebe85ba5b02a467c53c8b249b
7
- data.tar.gz: f16221bde2fd4d7e103824402b8c6bd98c44273ec868bd8f12a61d5cec426aa43fce89872b3a100d9d3750eb6d8146bb881a84a2812c8b82bea5b8b59369f543
6
+ metadata.gz: dd0d818f49e3fab81c78b2c0a8ef651d6e496cb90d5a08f32dd4bf4261a7051b78acdc87a600b065157bbbaf58c982953c698b82d5f46b5754643c8290d6fe37
7
+ data.tar.gz: 4bb46f07dc3dee53b591a817caafd3628c31bb0bd2c827e620f59a717e8bfc0391112454d290f85d80be302574e3a8b8c86fd9fcb522d7e973047e98a7bf42ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (7.3.2)
4
+ ably-ui (7.2.1.dev.65fa4e1)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -384,20 +384,16 @@ This will trigger GitHub actions in supported apps (currently [Voltaire](http://
384
384
 
385
385
  **To trigger a release:**
386
386
 
387
- - Make sure you have run pre-release script `./pre-release.sh` (This updates the gem and the npm package version for ably-ui in the following files `Gemfile`, `package.json`, `version.rb`).
388
- - Merge your PR into `main` after it has been approved.
387
+ - Merge your PR into `main`.
389
388
  - On the Github [Ably-UI](http://github.com/ably/ably-ui) repo, [create a new release](https://github.com/ably/ably-ui/releases/new) tag.
390
389
  - Create a new tag with the new version number for the release.
391
390
  - _Do not prefix the tag with a `v`_
392
391
  - Add a meaningful title for the Release.
393
392
  - Click on the Autogenerate release notes button.
394
393
  - Publish Release.
395
- - Check the Github `Actions` tab in the repo to make sure the release is green.
396
394
 
397
395
  This will release the packages, update library & preview app and create & push the commit & tag, and also create corresponding PRs in Voltaire & Website.
398
396
 
399
- _Note: If the version number of the gem has been yanked you will need to increment the version number._
400
-
401
397
  ### Running tests
402
398
 
403
399
  The repo includes [Cypress](https://www.cypress.io/) for snapshot, screenshot, parity and behaviour testing. Cypress runs against the "preview" server (e.g. the same server used for development).
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '7.3.2.dev.164c5d8'
2
+ VERSION = '7.3.2'
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.3.2.dev.164c5d8
4
+ version: 7.3.2
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-04-26 00:00:00.000000000 Z
13
+ date: 2022-04-25 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
@@ -207,7 +207,7 @@ licenses:
207
207
  - Apache-2.0
208
208
  metadata:
209
209
  source_code_uri: https://github.com/ably/ably-ui
210
- post_install_message:
210
+ post_install_message:
211
211
  rdoc_options: []
212
212
  require_paths:
213
213
  - lib
@@ -218,12 +218,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  requirements:
221
- - - ">"
221
+ - - ">="
222
222
  - !ruby/object:Gem::Version
223
- version: 1.3.1
223
+ version: '0'
224
224
  requirements: []
225
225
  rubygems_version: 3.2.3
226
- signing_key:
226
+ signing_key:
227
227
  specification_version: 4
228
228
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
229
229
  test_files: []