fidor_schema 0.10.8 → 0.10.9

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
  SHA1:
3
- metadata.gz: c683af9439c2bdaf716a0b45dea83233f5d7e994
4
- data.tar.gz: 947a6f7d8514e7fd8777dcacf8673648b2ba18e8
3
+ metadata.gz: b16fe000728b4fbd73421fe38fe3e8c3cd95ac6c
4
+ data.tar.gz: db0e93f3e82518ed4393608d5685bf41442bb79d
5
5
  SHA512:
6
- metadata.gz: 26a2b4f7872a34a225afad6cb50d883dcdd09b1767e28fbbd9085efde7b761d46828b371dd1f2a7be608827487fa6361395c16eca97ad089952d4914f947a034
7
- data.tar.gz: 32edd14c04f782400fee0ffe28126261c937c8d66ec4b96b52291d51c4b896285d13a9fc96d2686bd8ce823367a67a3f3ad70c18cebfc8d3137ff37e3d541543
6
+ metadata.gz: 920665798b4ed31fae6f766a5679c5a09db777a40ccf82b46e322b8af1d23cef4ec16347ac68722065a2e7a6b0b2800ac9e0e04100555cba81f9cf3bfabe93ac
7
+ data.tar.gz: e5299391ca9182b76906e3b06c7d24824033f0367c5443e213d56191237a96b2b9d12adc0a8e44e9d5b78d94abd2e44d05391d0b880fe28d23f4ade96cabdfc2
@@ -1,5 +1,5 @@
1
1
  module Fidor
2
2
  class Schema
3
- VERSION = '0.10.8'
3
+ VERSION = '0.10.9'
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema" : "http://json-schema.org/draft-04/schema#",
3
3
  "type" : "object",
4
- "title" : "push_token",
4
+ "title" : "push_notification_token",
5
5
  "description" : "Allows apps that can receive push notifications to manage their tokens.",
6
6
  "required" : ["push_token", "os", "version_app", "udid", "application_key"],
7
7
  "properties" : {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.8
4
+ version: 0.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski