card-mod-follow 0.11.2 → 0.11.3
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/set/self/follow_defaults.rb +3 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea9805ca78a42ac79578ea15887b9b783ab28b3ffde8ad7b6857ceb059b98048
|
|
4
|
+
data.tar.gz: 6b103637f4754ef7eaf2d3efe6dfcb82a0f649c294a6d64c18c5f3466a6851a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0192c80e8bd0d4384f86bf67b03fef08d4ef59e658443b6c490751f4fbe2950102bb87673ccea3abf50a5e60871573c1880d27c9c9b0340cb8f6af707a0e6555'
|
|
7
|
+
data.tar.gz: 9cf6b44d9f0e38a043009cbbf3b42bacfa8381315529cc19a2522d5dc660cf51050ba71113fc5f6f70ad8643af0b23b57a5cb5017345342cbd91eee07bc8838a
|
data/set/self/follow_defaults.rb
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# DEPRECATED
|
|
2
2
|
#
|
|
3
|
-
#
|
|
3
|
+
# The card "*follow defaults"
|
|
4
|
+
#
|
|
5
|
+
# Despite its name, this card does not influence defaults for *follow rules.
|
|
4
6
|
# What it does is provide a mechanism (with interface) for updating all users so that
|
|
5
7
|
# they follow the items that are its content.
|
|
6
8
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: card-mod-follow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: card
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.101.
|
|
21
|
+
version: 1.101.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 1.101.
|
|
28
|
+
version: 1.101.3
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: card-mod-carrierwave
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.11.
|
|
35
|
+
version: 0.11.3
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.11.
|
|
42
|
+
version: 0.11.3
|
|
43
43
|
description: ''
|
|
44
44
|
email:
|
|
45
45
|
- info@decko.org
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: '0'
|
|
108
108
|
requirements: []
|
|
109
|
-
rubygems_version: 3.
|
|
109
|
+
rubygems_version: 3.1.4
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: follower notifications
|