turbo_boost-streams 0.1.3 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/lib/turbo_boost/streams/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6c16738f49c3dded2ed4b810b7b00c64228bde8f27dcb2144b281bcc37176d1
|
4
|
+
data.tar.gz: 63ae0029eefc54eb0ec4c175f10573d9062d1f01d21dfb11091552446591f70d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 845bed0921dc5dd249152b458f21786fd9ca29d3ac5ca3f8a63152aa86291476b968e83253aa35fc3cc92a1afce6fc098e149a4eae09f647d62cbdcc414d92ba
|
7
|
+
data.tar.gz: 2871e2b59e04ebd480d7a1242bf25b7a1b53a9c604c42728b7b6294670ee83c363ad5baaba6d5e4718498a011f40e5f0140020c14139a3db5b658db7a8edba74
|
data/README.md
CHANGED
@@ -434,10 +434,11 @@ fly deploy
|
|
434
434
|
1. Run `yarn upgrade-interactive` and `bundle update` to pick up the latest dependencies
|
435
435
|
1. Bump version number at `lib/turbo_boost-streams/version.rb`. Pre-release versions use `.preN`
|
436
436
|
1. Bump version number at `package.json` _(make sure it matches)_. Pre-release versions use `-preN`
|
437
|
-
1. Run `
|
437
|
+
1. Run `rake build`
|
438
|
+
1. Run `yarn build`
|
438
439
|
1. Commit and push any changes to GitHub
|
439
440
|
1. Run `rake release`
|
440
|
-
1. Run `yarn npm publish --access public
|
441
|
+
1. Run `yarn npm publish --access public`
|
441
442
|
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
|
442
443
|
|
443
444
|
## About TurboBoost
|