grinch-identify 1.7.1 → 1.8.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 +4 -4
- 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: 9408fb4f881f05b945a0d26b6929559fb8a6c269a8ff26eb85f49ba478fa7626
|
4
|
+
data.tar.gz: 062aadea48556ee17da2f9527eb9026861b0d588c64bf2c4fbb4d26d51fc07a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8324aa85814cbc182f10dc04d69e443f74c2486ef55d0cbbda1a21d90cddc5f59b7c6c850a991ee9395c6157725a3b2b7dd27334de6d6d5bd51dd2378101232
|
7
|
+
data.tar.gz: dad613bc74fa31fdd368fac44ab9c48c314fa93a291ff4cb33c7c2ac277cfdbaca40e59b8b432efb1a0c9d80895a31f49d05fa7f1d0be803395832165e9ee869
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grinch-identify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Woodruff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grinch
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: '1.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: '1.1'
|
27
27
|
description: |
|
28
28
|
A plugin allowing Grinch bots to automatically identify with services.
|
29
29
|
NickServ, QuakeNet and KreyNet are supported.
|
@@ -36,7 +36,7 @@ files:
|
|
36
36
|
- LICENSE
|
37
37
|
- README.md
|
38
38
|
- lib/cinch/plugins/identify.rb
|
39
|
-
homepage:
|
39
|
+
homepage: https://github.com/grinchrb/grinch-identify
|
40
40
|
licenses:
|
41
41
|
- MIT
|
42
42
|
metadata: {}
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
57
|
requirements: []
|
58
|
-
rubygems_version: 3.
|
58
|
+
rubygems_version: 3.1.2
|
59
59
|
signing_key:
|
60
60
|
specification_version: 4
|
61
61
|
summary: A plugin allowing Grinch bots to automatically identify with services.
|