bullet_train-incoming_webhooks 1.6.28 → 1.6.30

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: af34465dd6b5308d13e0ab71441531cc5d7f2714c4551bed7a59a7ebbb3fda46
4
- data.tar.gz: 3625d994cbb66dbb23e746c0c326c8a4013c6aace820ea4423da506d93c7fe66
3
+ metadata.gz: 50a0758182e850ac178eb50fc1def2be2708e1687840a3cbc5d95410b2f3a58c
4
+ data.tar.gz: 87655f74ffecb9f48fcda771a2304fbfea944dde8e1747c9539916f8e9aa796f
5
5
  SHA512:
6
- metadata.gz: 311a7d035eaf747808a17a666695944d4ea4b55f4f0d40dffea2629a2664814894f9827ee1a81336b78afc6a7308cb7fe1577c4338e70596544607b050a7c9f7
7
- data.tar.gz: 38e253dc2bf266a15112b65d95b5684ecfcacdbfc484653e97eb0779d9bd79f42f116e0ff331dcea994a42127ef62f9d6a7eef7e7d30b74b134141725420b71c
6
+ metadata.gz: 9e09c90f95e7aa762700dfe23691cec70f8a2be515db9d39d7be9a684234d6d9cd8045b15c96c079130adf232fc56bddfc0ca353978f1deb08290bbb7f3853d8
7
+ data.tar.gz: 0a6eccee445556013698386b36d9bc1cc9ce6f5bbd0f38c0e42f249fc7eb243d39bcd2ee226d4a955cebae65ba0cd19b7f3431162e511ccf41d4cbfa24ac1430
@@ -13,7 +13,8 @@ module BulletTrain
13
13
  puts "E.g. prepare to receive system-level webhooks from ClickFunnels"
14
14
  puts " bin/super-scaffold incoming-webhooks ClickFunnels"
15
15
  puts ""
16
- standard_protip
16
+ puts "🏆 Protip: Commit your other changes before running Super Scaffolding so it's easy to undo if you (or we) make any mistakes."
17
+ puts "If you do that, you can reset to your last commit state by using `git checkout .` and `git clean -d -f` ."
17
18
  puts ""
18
19
  return
19
20
  end
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module IncomingWebhooks
3
- VERSION = "1.6.28"
3
+ VERSION = "1.6.30"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-incoming_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.28
4
+ version: 1.6.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails