bullet_train-incoming_webhooks 1.2.27 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bullet_train/incoming_webhooks/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13cc2f9f1a033787f4b9d8e912a5d14540d7f0a5f49e82bebf5b463241823317
|
4
|
+
data.tar.gz: 8d7d474f9c063ed16612f513058e9fbc3a24d49c75d6ccd50e0935542ffdf758
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6d3247553b7d43851c59e6e45058f85572e27a841e4fd9fe4c1b7f81f3bf54065700f2ca6c3b5f18f120e30398996a2bf06d9edd07d439fa9fa0d37889ab51d
|
7
|
+
data.tar.gz: c2040c3424caa7fc5a556d31bc048a92513e9f2a797eee88b5b59ee84c17d49b1ec7e36ba5d2b0ac74b7ab7cba6f83ea5f8ee7d3d87731107fde978ec4b5d7fc
|
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.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -61,13 +61,13 @@ files:
|
|
61
61
|
- lib/bullet_train/incoming_webhooks/version.rb
|
62
62
|
- lib/scaffolding/incoming_webhooks_transformer.rb
|
63
63
|
- lib/tasks/bullet_train/incoming_webhooks_tasks.rake
|
64
|
-
homepage: https://github.com/bullet-train-co/bullet_train-incoming_webhooks
|
64
|
+
homepage: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks
|
65
65
|
licenses:
|
66
66
|
- MIT
|
67
67
|
metadata:
|
68
|
-
homepage_uri: https://github.com/bullet-train-co/bullet_train-incoming_webhooks
|
69
|
-
source_code_uri: https://github.com/bullet-train-co/bullet_train-incoming_webhooks
|
70
|
-
post_install_message:
|
68
|
+
homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks
|
69
|
+
source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks
|
70
|
+
post_install_message:
|
71
71
|
rdoc_options: []
|
72
72
|
require_paths:
|
73
73
|
- lib
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
85
|
rubygems_version: 3.4.10
|
86
|
-
signing_key:
|
86
|
+
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Bullet Train Incoming Webhooks
|
89
89
|
test_files: []
|