bb_deploy 0.0.1.8 → 0.0.1.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +1 -2
  3. data/lib/bb_deploy/ConfigTODO +0 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72228724aa6f02091a53012798257ec6244f029c
4
- data.tar.gz: 77f88ffcfd20d18f56ed463721730aef27814403
3
+ metadata.gz: 70f474bfcdbf1b53c8cbb7bcd3763691210c14e5
4
+ data.tar.gz: 918a4c1b387be1035d88564732ba1771c3fc250f
5
5
  SHA512:
6
- metadata.gz: 2ac67cdfaf15408cb88cc9631e2d1a7efb0f94136ff1ec08907ff8623a5a2a4fb318ff63756a192e912bcbded8af7abc5a8c4576774f8ae9f5ec170cc6f835a8
7
- data.tar.gz: cedbd6a9ab5a9c4030616d7888ee6fe609cb6f4ddad10eeb7b74db7aa62d8fc8d8d907fe849b4147de14724ac0bfd3cabfef5e735c9baf7dd4642a7d492af129
6
+ metadata.gz: 29933e3c4e4736b904f0d16a8cfb2363dc93ad0474836407a448e0445c40155cd9ac1a5e33e96f7127cd28b9d0700abc26cf690661ed9a51b6072b6fcb3ded42
7
+ data.tar.gz: 24de176303e524fb7d0bd95c258695bd0918047dd2b8cd3766aa3277ba5fb4c75cbc05a78259ff95e01b5efaa7bb5acbaa123c101e41d3bf57b83ed028fee021
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bb_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.8
4
+ version: 0.0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter van Wesep
@@ -87,7 +87,6 @@ extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
89
  - lib/bb_deploy.rb
90
- - lib/bb_deploy/ConfigTODO
91
90
  - lib/bb_deploy/config.rb
92
91
  - lib/bb_deploy/deployer.rb
93
92
  - lib/bb_deploy/git.rb
@@ -1,12 +0,0 @@
1
- Config TODO:
2
-
3
- set logentries token in config -- (get_heroku_variable(@phase, 'DEPLOY_LOG_TOKEN'))
4
- qa, staging, production urls
5
-
6
-
7
- Other TODO:
8
-
9
- Raise proper error if no slack webhook key present in config
10
- Verify rake task heroku:maint:on exists for application using gem
11
- Verify we have heroku configuration/creds
12
- Config to only notify jake of downtime on clarity (probably should only happen on staging)