ably-ui 8.7.0.dev.c29ac14 → 8.7.0.dev.c598ce1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -7
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9126e29256d47eb5ff27141f0179e7ad0e89ad3cd1d680cd6168fe4a51e8c719
|
4
|
+
data.tar.gz: 78e1ad04ee98e2355964a712be57b0f7d43262b7261092baca54c6776b76608b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 558c4fd12d01c8fb597953c40e1bb7c3f4a84b9008fcece5d050d6fd836d6cefc57dff730980356d5dbce9c463e143d5859c31258921107e5f10c1e18395fbda
|
7
|
+
data.tar.gz: ca5719fc516b7f9bf7b25af284a37ca40a70778cff2ad99ee937ae1ea7155207d0479c8a8f15f71bdc6b2399625c3bf78ef44b8f4c3e1651b103e57be5e1a9e5
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -294,14 +294,10 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
|
|
294
294
|
scripts/pre-release.sh
|
295
295
|
```
|
296
296
|
|
297
|
-
This
|
297
|
+
This will do a couple of things:
|
298
298
|
|
299
|
-
|
300
|
-
|
301
|
-
- update your local dependencies for ably-ui and run a production build
|
302
|
-
- release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
|
303
|
-
|
304
|
-
2. Update Pre-Release Version:
|
299
|
+
— update your local dependencies for ably-ui and run a production build
|
300
|
+
— release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
|
305
301
|
|
306
302
|
- update the preview app
|
307
303
|
- commit all the above and push to origin
|
data/lib/ably_ui/version.rb
CHANGED
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: 8.7.0.dev.
|
4
|
+
version: 8.7.0.dev.c598ce1
|
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-01-
|
13
|
+
date: 2023-01-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|