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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50a0758182e850ac178eb50fc1def2be2708e1687840a3cbc5d95410b2f3a58c
|
4
|
+
data.tar.gz: 87655f74ffecb9f48fcda771a2304fbfea944dde8e1747c9539916f8e9aa796f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
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.
|
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-
|
11
|
+
date: 2024-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|