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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98ed55b6d75fadf8613f163c1cea1afea5cbf601b4db84166bf4cb169d8b5dbc
4
- data.tar.gz: cc9f1e12173b55e2047ddd83dc9e9824e07465adeda43d397c16c3965d77c39f
3
+ metadata.gz: b6c16738f49c3dded2ed4b810b7b00c64228bde8f27dcb2144b281bcc37176d1
4
+ data.tar.gz: 63ae0029eefc54eb0ec4c175f10573d9062d1f01d21dfb11091552446591f70d
5
5
  SHA512:
6
- metadata.gz: 6efe0f501b2db5cf8032e494b31c369db3cb59d9c1b8763962f2682604a614236ea8aaef47822e95784215d38bbf70e7ede2296b26ada4782aa986e948ad2bd3
7
- data.tar.gz: 1524431b9417ac068d000231db327751dee964fad9ffb4246e61d989d89c4b724cd1c1eea0bf15cc017b44ef8cfad16e3f93fb2f79d85277cf7cb190d35e8f1d
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 `yarn build:all`
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 --tag vX.X.X` _(use the tag created by rake)_
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TurboBoost
4
4
  module Streams
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.5"
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.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Hopkins (hopsoft)