json-schema 0.9.7 → 0.9.8
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.
- data/README.textile +1 -1
- data/lib/json-schema/validator.rb +6 -0
- metadata +4 -4
data/README.textile
CHANGED
|
@@ -293,6 +293,8 @@ module JSON
|
|
|
293
293
|
|
|
294
294
|
if begin
|
|
295
295
|
Gem::Specification::find_by_name('json')
|
|
296
|
+
rescue Gem::LoadError
|
|
297
|
+
false
|
|
296
298
|
rescue
|
|
297
299
|
Gem.available?('json')
|
|
298
300
|
end
|
|
@@ -304,6 +306,8 @@ module JSON
|
|
|
304
306
|
|
|
305
307
|
if begin
|
|
306
308
|
Gem::Specification::find_by_name('yajl-ruby')
|
|
309
|
+
rescue Gem::LoadError
|
|
310
|
+
false
|
|
307
311
|
rescue
|
|
308
312
|
Gem.available?('yajl-ruby')
|
|
309
313
|
end
|
|
@@ -317,6 +321,8 @@ module JSON
|
|
|
317
321
|
|
|
318
322
|
if begin
|
|
319
323
|
Gem::Specification::find_by_name('uuidtools')
|
|
324
|
+
rescue Gem::LoadError
|
|
325
|
+
false
|
|
320
326
|
rescue
|
|
321
327
|
Gem.available?('uuidtools')
|
|
322
328
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.9.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Kenny Hoxworth
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-07-13 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|