turbo_boost-streams 0.1.2 → 0.1.3
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/README.md +8 -5
- data/app/assets/builds/@turbo-boost/streams.metafile.json +1 -0
- data/lib/turbo_boost/streams/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98ed55b6d75fadf8613f163c1cea1afea5cbf601b4db84166bf4cb169d8b5dbc
|
|
4
|
+
data.tar.gz: cc9f1e12173b55e2047ddd83dc9e9824e07465adeda43d397c16c3965d77c39f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6efe0f501b2db5cf8032e494b31c369db3cb59d9c1b8763962f2682604a614236ea8aaef47822e95784215d38bbf70e7ede2296b26ada4782aa986e948ad2bd3
|
|
7
|
+
data.tar.gz: 1524431b9417ac068d000231db327751dee964fad9ffb4246e61d989d89c4b724cd1c1eea0bf15cc017b44ef8cfad16e3f93fb2f79d85277cf7cb190d35e8f1d
|
data/README.md
CHANGED
|
@@ -427,14 +427,17 @@ fly deploy
|
|
|
427
427
|
> [!TIP]
|
|
428
428
|
> Run these commands on the host machine _(i.e. not inside the dev container)_
|
|
429
429
|
|
|
430
|
-
|
|
430
|
+
> [!TIP]
|
|
431
|
+
> Ensure you're using the latest stable version of `yarn`
|
|
432
|
+
> `corepack enable && yarn set version stable`
|
|
433
|
+
|
|
434
|
+
1. Run `yarn upgrade-interactive` and `bundle update` to pick up the latest dependencies
|
|
431
435
|
1. Bump version number at `lib/turbo_boost-streams/version.rb`. Pre-release versions use `.preN`
|
|
432
436
|
1. Bump version number at `package.json` _(make sure it matches)_. Pre-release versions use `-preN`
|
|
433
|
-
1. Run `
|
|
434
|
-
1.
|
|
435
|
-
1. Commit and push changes to GitHub
|
|
437
|
+
1. Run `yarn build:all`
|
|
438
|
+
1. Commit and push any changes to GitHub
|
|
436
439
|
1. Run `rake release`
|
|
437
|
-
1. Run `yarn publish --
|
|
440
|
+
1. Run `yarn npm publish --access public --tag vX.X.X` _(use the tag created by rake)_
|
|
438
441
|
1. Create a new release on GitHub ([here](https://github.com/hopsoft/turbo_boost-streams/releases)) and generate the changelog for the stable release for it
|
|
439
442
|
|
|
440
443
|
## About TurboBoost
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"inputs":{"node_modules/alpinejs/dist/module.esm.js":{"bytes":100402,"imports":[{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"node_modules/@alpinejs/morph/dist/module.esm.js":{"bytes":10624,"imports":[],"format":"esm"},"app/javascript/morph.js":{"bytes":652,"imports":[{"path":"node_modules/alpinejs/dist/module.esm.js","kind":"import-statement","original":"alpinejs"},{"path":"node_modules/@alpinejs/morph/dist/module.esm.js","kind":"import-statement","original":"@alpinejs/morph"}],"format":"esm"},"app/javascript/invoke.js":{"bytes":4229,"imports":[{"path":"app/javascript/morph.js","kind":"import-statement","original":"./morph"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"app/javascript/index.js":{"bytes":641,"imports":[{"path":"app/javascript/invoke.js","kind":"import-statement","original":"./invoke"}],"format":"esm"}},"outputs":{"app/assets/builds/@turbo-boost/streams.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":212051},"app/assets/builds/@turbo-boost/streams.js":{"imports":[],"exports":["default"],"entryPoint":"app/javascript/index.js","inputs":{"node_modules/alpinejs/dist/module.esm.js":{"bytesInOutput":43812},"node_modules/@alpinejs/morph/dist/module.esm.js":{"bytesInOutput":3961},"app/javascript/morph.js":{"bytesInOutput":359},"app/javascript/invoke.js":{"bytesInOutput":1691},"app/javascript/index.js":{"bytesInOutput":540}},"bytes":50869}}}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbo_boost-streams
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nate Hopkins (hopsoft)
|
|
@@ -301,6 +301,7 @@ files:
|
|
|
301
301
|
- README.md
|
|
302
302
|
- app/assets/builds/@turbo-boost/streams.js
|
|
303
303
|
- app/assets/builds/@turbo-boost/streams.js.map
|
|
304
|
+
- app/assets/builds/@turbo-boost/streams.metafile.json
|
|
304
305
|
- app/assets/images/apple-touch-icon.png
|
|
305
306
|
- app/assets/images/favicon-16x16.png
|
|
306
307
|
- app/assets/images/favicon-32x32.png
|