json_schema_spec 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/json_schema_spec.gemspec +1 -1
- data/lib/json_schema_spec/util.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61fb32a305dd4fdda20ea2a77787c185ff963fe4
|
4
|
+
data.tar.gz: 21305c280d00e355f899a99bdea50a69e40871b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ea8a4f73760b9b45adb79243d0c23c6c53af6eaf527abab84b6471bbc0cc8112b61e2ab6433544c5ef84e7e994f351e7663c07565c8fa0feb570ccbc2d84bfc
|
7
|
+
data.tar.gz: c96b0c7d2fe7f7297d627513985fa958e1e813696f75a419d313eadf83cdab93b7afcea0b0a96c7310859dd3c665fd69117ff707af69b2268c1c7d5916be2735
|
data/json_schema_spec.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "json_schema_spec"
|
7
|
-
spec.version = "0.1.
|
7
|
+
spec.version = "0.1.2"
|
8
8
|
spec.authors = ["Winton Welsh"]
|
9
9
|
spec.email = ["mail@wintoni.us"]
|
10
10
|
spec.description = %q{Generate fixtures from JSON schemas.}
|