fidor_schema 0.10.15 → 0.10.16

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: 24205be95f2157d5b971bd9e711b941d5a8f32bc
4
- data.tar.gz: 3b8517d37b1c4070971d578bff50de9c254a0964
3
+ metadata.gz: 2029e69a0c550f3b8c0aff73632fb2a7abd432f3
4
+ data.tar.gz: 0a84656db04eeaf82a0b0f2abb44807a292858a0
5
5
  SHA512:
6
- metadata.gz: 16078e30e4adf9e35d2687d4dafc1c06f854df74e34968f0c9f84ed1a6534050402ae8052dc101f583ab82139352192dd93794a82047bcf8a33380b28d16851c
7
- data.tar.gz: 98f050b0e68a01123faa56622319f9c86f34ed1f66f6f29f98185c4d9da7a32e25a838c58ab60b4018b692811eac6144deb9bd42285c5b14cee20fb4eb4d6c7d
6
+ metadata.gz: dedd9a09491d762f8e224506bd0067dae83034aa6ef34fb1dbb889365572375da1b890089970644b29f01e6994e9dcfee05ba5d8d9544ad62a3f4f21a8c32f9c
7
+ data.tar.gz: b8b86e05728da5d6ddc2339ba9d3f773a4a7dad3a54152b687b77c47bd9848c51acd87be39d12bc3d598873e4a7387387fa5989dfa84a7ca17e15d02b38d45da
data/fidor_schema.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Georg Leciejewski']
10
10
  spec.email = 'dev@fidor.de'
11
11
  spec.summary = 'DEPRECATED'
12
- spec.description = %q{The fidor_schema gem is deprecated and will soon be removed. Please don't relay on the JSon schemas provided with this gem!!!}
12
+ spec.description = %q{The fidor_schema gem is deprecated and will soon be removed. Please do not rely on the JSon schemas provided with this gem!!!}
13
13
  spec.homepage = 'https://github.com/fidor/fidor_schema'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Fidor
2
2
  class Schema
3
- VERSION = '0.10.15'
3
+ VERSION = '0.10.16'
4
4
  end
5
5
  end
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.15
4
+ version: 0.10.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
@@ -108,8 +108,8 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: The fidor_schema gem is deprecated and will soon be removed. Please don't
112
- relay on the JSon schemas provided with this gem!!!
111
+ description: The fidor_schema gem is deprecated and will soon be removed. Please do
112
+ not rely on the JSon schemas provided with this gem!!!
113
113
  email: dev@fidor.de
114
114
  executables: []
115
115
  extensions: []