foreman_webhooks 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_webhooks/version.rb +1 -1
- data/package.json +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1334f49eb8f7f4e7459b9be38c441530ded5f9bf3c9ec4e3b81486d10790966f
|
4
|
+
data.tar.gz: 17d3ed3b1aada4e91b227a59c2f0aaed8530bf9ff574cb9356373c7b45a27508
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a49b1de24a65d38bec45c490ef8d88e7a04fbc682b990f09832f6de36450557bbccf9a306de1bd0c6032f594ca7e45512de4b3cdf3872c74e59e1b7b119abfe5
|
7
|
+
data.tar.gz: 107303f91d79b0590ac2d304adc0a36bf6f616bde6d7c6427744a5b71f2a9e696a61776e497433cb5a4db46dc6774464934c4256245a09e32ef4d96e1e018510
|
data/package.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@babel/core": "^7.7.0",
|
28
|
-
"@theforeman/builder": "
|
29
|
-
"@theforeman/stories": "
|
30
|
-
"@theforeman/test": "
|
31
|
-
"@theforeman/vendor-dev": "
|
32
|
-
"@theforeman/eslint-plugin-foreman": "
|
28
|
+
"@theforeman/builder": ">= 0",
|
29
|
+
"@theforeman/stories": ">= 0",
|
30
|
+
"@theforeman/test": ">= 0",
|
31
|
+
"@theforeman/vendor-dev": ">= 0",
|
32
|
+
"@theforeman/eslint-plugin-foreman": ">= 0",
|
33
33
|
"babel-eslint": "^10.0.0",
|
34
34
|
"eslint": "^6.8.0",
|
35
35
|
"eslint-plugin-spellcheck": "^0.0.17",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_webhooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Goebel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Plugin for Foreman that allows to configure Webhooks.
|
14
14
|
email:
|