diaspora_federation-rails 0.2.6 → 0.2.7
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 +10 -0
- 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: def5768f427561712f90dde409852e24db9a3574d87bd54159d0cdff62c61cc2
|
|
4
|
+
data.tar.gz: 7be5012aa9576fdbcdfdf3c8343470dca33cc6ee38b0d9c3907dd2b7324b9f99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a26adfdb0e67124a0ffb50b5f1a784c65282f10b84299412708666b2667d8ae388fc0ac992cd09a5019c1511bf7191c22c36aab8e1f83e1cf87f44dac0aab71
|
|
7
|
+
data.tar.gz: d27249d08c5de364cee256e38cd35c711cc64b6c6db198aae09135b63ca856ef76baa7a467aa55db6304c9b6255b2e9fc9009ad4a8e354ab0163103b0315aa3f
|
data/Changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# 0.2.7
|
|
2
|
+
|
|
3
|
+
## Features
|
|
4
|
+
|
|
5
|
+
* Add `remote_photo_path` to `AccountMigration` entity [#119](https://github.com/diaspora/diaspora_federation/pull/119)
|
|
6
|
+
|
|
7
|
+
## Bug fixes
|
|
8
|
+
|
|
9
|
+
* Only parse each nested element name once from the XML [#118](https://github.com/diaspora/diaspora_federation/pull/118)
|
|
10
|
+
|
|
1
11
|
# 0.2.6
|
|
2
12
|
|
|
3
13
|
## Bug fixes
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Neff
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-10-24 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.7
|
|
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.7
|
|
47
47
|
description: A rails engine that adds the diaspora* federation protocol to a rails
|
|
48
48
|
app
|
|
49
49
|
email:
|
|
@@ -69,7 +69,7 @@ homepage: https://github.com/diaspora/diaspora_federation
|
|
|
69
69
|
licenses:
|
|
70
70
|
- AGPL-3.0
|
|
71
71
|
metadata: {}
|
|
72
|
-
post_install_message:
|
|
72
|
+
post_install_message:
|
|
73
73
|
rdoc_options: []
|
|
74
74
|
require_paths:
|
|
75
75
|
- lib
|
|
@@ -84,8 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
|
-
rubygems_version: 3.0.
|
|
88
|
-
signing_key:
|
|
87
|
+
rubygems_version: 3.0.9
|
|
88
|
+
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: diaspora* federation rails engine
|
|
91
91
|
test_files: []
|