json-schema 4.1.1 → 4.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b6a5072f20570ae4262df13648a1b637b5db2c02cf881c2728277ea5a203f6d
4
- data.tar.gz: 4b92633224b1338d58918e7a2d2f5d3e117fee03409455d6f47ea51c8bef7b18
3
+ metadata.gz: c79ea15e07caea8f225d40184c80f17922f8d97fdf65c340905d198c43ee5cc1
4
+ data.tar.gz: d6c157775d369763d985517fa038c5403dec213e38454052c1bfa2bc6ebaf32f
5
5
  SHA512:
6
- metadata.gz: 9b5301a03a3fb7d3a43c275858df22d41cface2a465ff2fcfda28c9528f491e6a8f302fbbf52232de68e31d6a32540b9ad8a392fab82ec2b2113980e83119b72
7
- data.tar.gz: 16f57a870e6b75280f5376d57785ad94500cbfd50bc3ea9ba01df486d0938c36907114780bacfc4860359e73d7adf87ce5c73205ef52ebea1f829b64d7630906
6
+ metadata.gz: feda7027308b7452ffb12719f32af4c8abd32ab049435006e8a54e4456e21dc41c2d7c730a2e53da7c0b355c0b2a361ec10b33a80b612b3f31f9240be76b67f5
7
+ data.tar.gz: f31f5be8f6f75ec75fe54313a3cd0b3008b2163c7969fd947f487f68ac058d33cd89ef2c9e093da8636537fb39b6569e46b0885ba2f5b4bfe849240da9187ae5
data/README.md CHANGED
@@ -505,7 +505,7 @@ Existing pull requests and issues were transferred, please fork and continue to
505
505
 
506
506
  # License
507
507
 
508
- This gem is licensed unter the [MIT license](LICENSE.md).
508
+ This gem is licensed under the [MIT license](LICENSE.md).
509
509
 
510
510
  ## Release information
511
511
 
@@ -46,7 +46,7 @@ module JSON
46
46
  # nstr[7] |= 0b01010000
47
47
  nstr[8] &= 0b00111111
48
48
  nstr[8] |= 0b10000000
49
- str = ''
49
+ str = +''
50
50
  nstr.each { |s| str << s.chr }
51
51
  str
52
52
  end
@@ -260,7 +260,7 @@ module JSON
260
260
  end
261
261
 
262
262
  # Two UUIDs are said to be equal if and only if their (byte-order
263
- # canonicalized) integer representations are equivallent. Refer RFC4122 for
263
+ # canonicalized) integer representations are equivalent. Refer RFC4122 for
264
264
  # details.
265
265
  def == other
266
266
  to_i == other.to_i
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenny Hoxworth
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-09-15 00:00:00.000000000 Z
12
+ date: 2024-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -172,10 +172,14 @@ files:
172
172
  - resources/draft-03.json
173
173
  - resources/draft-04.json
174
174
  - resources/draft-06.json
175
- homepage: http://github.com/voxpupuli/json-schema/
175
+ homepage: https://github.com/voxpupuli/json-schema/
176
176
  licenses:
177
177
  - MIT
178
- metadata: {}
178
+ metadata:
179
+ source_code_uri: https://github.com/voxpupuli/json-schema/
180
+ changelog_uri: https://github.com/voxpupuli/json-schema//blob/master/CHANGELOG.md
181
+ homepage_uri: https://github.com/voxpupuli/json-schema/
182
+ bug_tracker_uri: https://github.com/voxpupuli/json-schema//issues
179
183
  post_install_message:
180
184
  rdoc_options: []
181
185
  require_paths: