snap_notify 0.1.0
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 +7 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 474a113e0407b97d810f2081c77b06c4437504d6e5e2eb979afe0c32bd95f24c
|
4
|
+
data.tar.gz: 6f5ed747d269f57a9936614422422a03176744fe96d938f250ee4009c568fc58
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0165a309c5bfe3b39519a064bc2a0b39c3d5b834a833f36054e499e2dd4c6bd54c0d078b7eba776ff587859f410319d65f56a1533fdcd443b5241a132f671adf
|
7
|
+
data.tar.gz: b1454e7c27b1d2f78c9179225053aefe7fb755509425af691be17a1d6b0bdb6ea61b12ad7a66be379910be66328379dbb523855964a9f740da4d4b20266f6f0c
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: snap_notify
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Chris Davis
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-08-03 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: This gem allows for configuring custom messaging to CI webhoooks for
|
14
|
+
CircleCI Workflow and Build Jobs.
|
15
|
+
email:
|
16
|
+
- chris.davis@snapsheet.me
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files: []
|
21
|
+
homepage: https://github.com/bodyshopbidsdotcom/snap_notify
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata:
|
25
|
+
homepage_uri: https://github.com/bodyshopbidsdotcom/snap_notify
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 2.6.0
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubygems_version: 3.2.33
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: snap_notify - configure custom messaging to slack for your CircleCI Workflow
|
45
|
+
and Build Jobs.
|
46
|
+
test_files: []
|