turbo_boost-streams 0.1.2 → 0.1.4

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: 01a358434f1332e60024360cf53cfb69db39ac7b81009cdf6c0a348030bc0b4a
4
- data.tar.gz: 66d810302203f5e36fd0b62483c3545feb7f085ebc644ffbd11015addedf42ed
3
+ metadata.gz: 17382741daf07aa8f049200f5cbbe39bb0e00245951212282b469219244d1b18
4
+ data.tar.gz: 8adeb0e7f4cf63bc94dd1d4ed586234fd58eba4c85dc7ccf98f5565fc6f514f5
5
5
  SHA512:
6
- metadata.gz: 4052fe9c38523ab11e73e83dbc4f7afe6b356f93f11ce66a5d6624bc6b72d2b24eb907f342a110cf8d27854c310859e6ec2f638d9f29ec3af2d64e78412ee87a
7
- data.tar.gz: 84b7cf5f072f461b4d6be7372e7e43dfb5a51a42d0f718ecbebea8d4af731c3a7dd63e64663d689ca6056a440360ae8317e5b7b18aa12bd3728f96cf2a87c80b
6
+ metadata.gz: 13fec8fba507895dd2140164436491df36959addfcf3748cd701f9fc825b8cc6aa35dbe71e8904bfe9ad4dcfed415e6dbd222ec61c53df4c8af123d6b14b1abe
7
+ data.tar.gz: aaabaae4caa8f875884e807fdf222b8e36cb0c7742f7da5c9c140198eead5c363fcc95914ad4681bcfe87107f746f732d91dceec0217ed54b211999e973fe015
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
- 1. Run `yarn` and `bundle` to pick up the latest
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 `bin/standardize`
434
- 1. Run `rake build` and `yarn build`
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 --no-git-tag-version --access public --new-version X.X.X` _(use same version number)_
440
+ 1. Run `yarn npm publish --access public`
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}}}
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TurboBoost
4
4
  module Streams
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
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.2
4
+ version: 0.1.4
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