turbo_boost-streams 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- 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: 17382741daf07aa8f049200f5cbbe39bb0e00245951212282b469219244d1b18
|
4
|
+
data.tar.gz: 8adeb0e7f4cf63bc94dd1d4ed586234fd58eba4c85dc7ccf98f5565fc6f514f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13fec8fba507895dd2140164436491df36959addfcf3748cd701f9fc825b8cc6aa35dbe71e8904bfe9ad4dcfed415e6dbd222ec61c53df4c8af123d6b14b1abe
|
7
|
+
data.tar.gz: aaabaae4caa8f875884e807fdf222b8e36cb0c7742f7da5c9c140198eead5c363fcc95914ad4681bcfe87107f746f732d91dceec0217ed54b211999e973fe015
|
data/README.md
CHANGED
@@ -437,7 +437,7 @@ fly deploy
|
|
437
437
|
1. Run `yarn build:all`
|
438
438
|
1. Commit and push any changes to GitHub
|
439
439
|
1. Run `rake release`
|
440
|
-
1. Run `yarn npm publish --access public
|
440
|
+
1. Run `yarn npm publish --access public`
|
441
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
|
442
442
|
|
443
443
|
## About TurboBoost
|