diaspora_federation-json_schema 0.2.5 → 0.2.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb6dc5ae8f84eff4fa57e3653fcae41b07aa34e16fd71ff7057f61e1f1d32d2b
|
|
4
|
+
data.tar.gz: 37b38b32c95a34f5e185a5bfe47cddb48208aa94db8f67df57ffb7166ef1ee2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d018cd559d53b70d77e82e3db460a200d46a7a38fa502da2fa7516a44018d6025cdea7b8eddc34aace862b4b3c3116a5823133cb432da433ef945bb8ac5cd918
|
|
7
|
+
data.tar.gz: 4bb89fe8500003f235aa8fc92cc1842c807b9f2c29a6c240f15d59123280443714e8597fe29969ed8ce9bd37883b800433343b005fc5998983d0daae323f817e
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"height": {"type": "number"}
|
|
289
289
|
},
|
|
290
290
|
"required": [
|
|
291
|
-
"author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name"
|
|
291
|
+
"author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name"
|
|
292
292
|
]
|
|
293
293
|
}
|
|
294
294
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diaspora_federation-json_schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Neff
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2019-04-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: This gem provides JSON schemas (currently one schema) for validating
|
|
15
15
|
JSON serialized federation objects.
|
|
@@ -41,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0'
|
|
43
43
|
requirements: []
|
|
44
|
-
|
|
45
|
-
rubygems_version: 2.7.7
|
|
44
|
+
rubygems_version: 3.0.3
|
|
46
45
|
signing_key:
|
|
47
46
|
specification_version: 4
|
|
48
47
|
summary: diaspora* federation json schemas
|