json-schema 4.1.1 → 4.2.0
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 +4 -4
- data/README.md +1 -1
- data/lib/json-schema/util/uuid.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d01e2ddb98aca20384a409900dd9817ebd0d52d7a3a7f407b63b8a4048d68e7
|
4
|
+
data.tar.gz: adcdffb636efdec056e59a1b0ea3f019e8651240126423725d97d5ca8e3b3424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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.
|
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:
|
12
|
+
date: 2024-03-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|