action_webhook 1.3.1 → 1.3.2
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.
- checksums.yaml +4 -4
- data/lib/action_webhook/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8500878a29e3126efa38419d8376dabd13c51521e407f848d351c2266c7d26f0
|
|
4
|
+
data.tar.gz: 8231da24a0f3c1c8910939c1b46b3157e2598731b55c54373e20cec258f42f80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62e432cb71c517bf69337d4dd1a671cd929e43115bed427f9629af40709801779afed3aad2691bd933c5511e0d025996590caa8392e0fc54665edf593dd99a96
|
|
7
|
+
data.tar.gz: c63bb7dea3f1f4dd9198e51b6a4bb5aecc3b60748da2e3150f6422de0af018cdd5de6970ef420814c01a60dca085091e18c6f07cbe571761a7c47b680ae27511
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: action_webhook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vinay Uttam Vemparala
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-03-23 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: activejob
|
|
@@ -49,14 +50,14 @@ dependencies:
|
|
|
49
50
|
requirements:
|
|
50
51
|
- - "~>"
|
|
51
52
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 0.
|
|
53
|
+
version: '0.24'
|
|
53
54
|
type: :runtime
|
|
54
55
|
prerelease: false
|
|
55
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
56
57
|
requirements:
|
|
57
58
|
- - "~>"
|
|
58
59
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 0.
|
|
60
|
+
version: '0.24'
|
|
60
61
|
- !ruby/object:Gem::Dependency
|
|
61
62
|
name: yard
|
|
62
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -90,6 +91,7 @@ metadata:
|
|
|
90
91
|
homepage_uri: https://github.com/vinayuttam/action_webhook
|
|
91
92
|
source_code_uri: https://github.com/vinayuttam/action_webhook/tree/main
|
|
92
93
|
changelog_uri: https://github.com/vinayuttam/action_webhook/blob/main/CHANGELOG.md
|
|
94
|
+
post_install_message:
|
|
93
95
|
rdoc_options: []
|
|
94
96
|
require_paths:
|
|
95
97
|
- lib
|
|
@@ -104,7 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
106
|
- !ruby/object:Gem::Version
|
|
105
107
|
version: '0'
|
|
106
108
|
requirements: []
|
|
107
|
-
rubygems_version: 3.
|
|
109
|
+
rubygems_version: 3.5.3
|
|
110
|
+
signing_key:
|
|
108
111
|
specification_version: 4
|
|
109
112
|
summary: A gem for triggering webhooks similar to trigger emails on Rails
|
|
110
113
|
test_files: []
|