json-schema 4.1.1 → 4.2.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: 8d01e2ddb98aca20384a409900dd9817ebd0d52d7a3a7f407b63b8a4048d68e7
4
+ data.tar.gz: adcdffb636efdec056e59a1b0ea3f019e8651240126423725d97d5ca8e3b3424
5
5
  SHA512:
6
- metadata.gz: 9b5301a03a3fb7d3a43c275858df22d41cface2a465ff2fcfda28c9528f491e6a8f302fbbf52232de68e31d6a32540b9ad8a392fab82ec2b2113980e83119b72
7
- data.tar.gz: 16f57a870e6b75280f5376d57785ad94500cbfd50bc3ea9ba01df486d0938c36907114780bacfc4860359e73d7adf87ce5c73205ef52ebea1f829b64d7630906
6
+ metadata.gz: 7b4cb16c74fc4251ae6c2e9b0a052e9c9df322c65b57a7ad0dc38f5b557ad08f4a1e31dc47a1b92288383c69f85e715e3362d568b540ba09f11e6f268e0e039c
7
+ data.tar.gz: d54f3e25a57440e36124f8a28194633890ed1899ced34583c52bdf94ce07053d79f10e73998da71e3e7c0ffd740cf444ffa1c42210b5631a307e643a90337b40
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.2.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-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler