guard-webhook-notifier 0.0.1 → 0.0.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1349f31883866481ae35cda6b4596c19e9b33be1
|
4
|
+
data.tar.gz: 9503712a8033c4d94aabb5a64168830f3ded2b1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 171da3a6aa4f426eeb2b84c583f0439b87b96823a99c96a0eb8e7e523091c67f113b8b5a04bb0456e3fc63851995be5e08841820dd5d55211f1fc145c406f304
|
7
|
+
data.tar.gz: 011863f497bfe31b8edf8fd640cff9473ef1e12fbbefefefbbd41600ff7173eaaf95da9180b2507d42f89c4b5b96d93d72321fa5958463e7733c459e634ad6b9
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-webhook-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuku Takahashi
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- lib/guard-webhook-notifier/notifier.rb
|
113
113
|
- lib/guard-webhook-notifier/version.rb
|
114
114
|
- spec/guard-webhook-notifier/notifier_spec.rb
|
115
|
+
- spec/guard-webhook-notifier_spec.rb
|
115
116
|
- spec/spec_helper.rb
|
116
117
|
homepage: https://github.com/yuku-t/guard-webhook-notifier
|
117
118
|
licenses:
|
@@ -139,4 +140,5 @@ specification_version: 4
|
|
139
140
|
summary: Notify Guard Events by HTTP POST Requests
|
140
141
|
test_files:
|
141
142
|
- spec/guard-webhook-notifier/notifier_spec.rb
|
143
|
+
- spec/guard-webhook-notifier_spec.rb
|
142
144
|
- spec/spec_helper.rb
|