diaspora_federation-rails 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +16 -6
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8169615be4e111fd63f414e6e604fc0fba348c18
4
- data.tar.gz: ce9f6240d68b87e7be38ee541308f26e1fa90114
3
+ metadata.gz: e302604c6149e19c0449db305c7af9899b9f37d1
4
+ data.tar.gz: f0a463568625f49da72f119c4ccded990acc1c81
5
5
  SHA512:
6
- metadata.gz: f04d07f84381233194f77993d103fefc8253694830ef54c2e02d4dee04e2f22550cca1dc21c4116f5181f395d491ee40a4c5c47207ea8d61ef244b1c613a78a8
7
- data.tar.gz: 3ddc1c239669a8647bdcbe2c7be28019005e14974e4a9abc1e7be2cd9c54f23baad652956d516022fd07b41e5747507692fb0c57dcf5cece9c3b393e0d0fc95a
6
+ metadata.gz: b80d766e29e06bf4503625c1671aaa089e2046b4ddb60fdb9cbdc1bb35a4777d2e380d6257faec6b8a0d084d6cf4e190a2bb949918eb6e50e130bfdb367ab19d
7
+ data.tar.gz: e8b61844f3e00533a8ab7cb4c3ead21b2e72fbf7b07f9a86d15c1dc0e992d80d1a5706ed14ea77347396ae487378604c9012c5c3244e0a9d418060cf905adb0e
@@ -1,19 +1,29 @@
1
+ # 0.2.4
2
+
3
+ ## Features
4
+
5
+ * Make some entities editable and add `edited_at` property [#94](https://github.com/diaspora/diaspora_federation/pull/94)
6
+
7
+ ## Bug fixes
8
+
9
+ * Fix validation of optional properties (for example for WebFinger) [#97](https://github.com/diaspora/diaspora_federation/pull/97)
10
+
1
11
  # 0.2.3
2
12
 
3
13
  ## Features
4
14
 
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)
15
+ * Add `blocking` flag to `Contact` entity [#80](https://github.com/diaspora/diaspora_federation/pull/80)
16
+ * Introduce alternative form for `AccountMigration` entity signature [#89](https://github.com/diaspora/diaspora_federation/pull/89)
7
17
 
8
18
  ## Refactor
9
19
 
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)
20
+ * Extract signing of `AccountMigration` to a different module [#89](https://github.com/diaspora/diaspora_federation/pull/89)
21
+ * Remove participants limit for conversations [#91](https://github.com/diaspora/diaspora_federation/pull/91)
12
22
 
13
23
  ## Bug fixes
14
24
 
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)
25
+ * Fix when booleans in relayables are false [#90](https://github.com/diaspora/diaspora_federation/pull/90)
26
+ * Fix relayable signatures for messages with invalid XML characters [#95](https://github.com/diaspora/diaspora_federation/pull/95)
17
27
 
18
28
  # 0.2.2
19
29
 
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.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Neff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-27 00:00:00.000000000 Z
11
+ date: 2018-02-18 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.3
39
+ version: 0.2.4
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.3
46
+ version: 0.2.4
47
47
  description: A rails engine that adds the diaspora* federation protocol to a rails
48
48
  app
49
49
  email: