diaspora_federation-rails 0.2.2 → 0.2.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/Changelog.md +17 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8169615be4e111fd63f414e6e604fc0fba348c18
|
|
4
|
+
data.tar.gz: ce9f6240d68b87e7be38ee541308f26e1fa90114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f04d07f84381233194f77993d103fefc8253694830ef54c2e02d4dee04e2f22550cca1dc21c4116f5181f395d491ee40a4c5c47207ea8d61ef244b1c613a78a8
|
|
7
|
+
data.tar.gz: 3ddc1c239669a8647bdcbe2c7be28019005e14974e4a9abc1e7be2cd9c54f23baad652956d516022fd07b41e5747507692fb0c57dcf5cece9c3b393e0d0fc95a
|
data/Changelog.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# 0.2.3
|
|
2
|
+
|
|
3
|
+
## Features
|
|
4
|
+
|
|
5
|
+
Add `blocking` flag to `Contact` entity [#80](https://github.com/diaspora/diaspora_federation/pull/80)
|
|
6
|
+
Introduce alternative form for `AccountMigration` entity signature [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
|
7
|
+
|
|
8
|
+
## Refactor
|
|
9
|
+
|
|
10
|
+
Extract signing of `AccountMigration` to a different module [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
|
11
|
+
Remove participants limit for conversations [#91](https://github.com/diaspora/diaspora_federation/pull/91)
|
|
12
|
+
|
|
13
|
+
## Bug fixes
|
|
14
|
+
|
|
15
|
+
Fix when booleans in relayables are false [#90](https://github.com/diaspora/diaspora_federation/pull/90)
|
|
16
|
+
Fix relayable signatures for messages with invalid XML characters [#95](https://github.com/diaspora/diaspora_federation/pull/95)
|
|
17
|
+
|
|
1
18
|
# 0.2.2
|
|
2
19
|
|
|
3
20
|
## Features
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diaspora_federation-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Neff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.2.
|
|
39
|
+
version: 0.2.3
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 0.2.
|
|
46
|
+
version: 0.2.3
|
|
47
47
|
description: A rails engine that adds the diaspora* federation protocol to a rails
|
|
48
48
|
app
|
|
49
49
|
email:
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
87
|
rubyforge_project:
|
|
88
|
-
rubygems_version: 2.6.
|
|
88
|
+
rubygems_version: 2.6.14
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: diaspora* federation rails engine
|