jsonschema-matchers 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70b8dca904a89b4090e5df317fe197d0477fd0b81438f21de7c5cc8a5ff0c907
4
- data.tar.gz: 75ebed17620cdc62b8a320548e689bfbab7f4ad1c5ae2628307a5d5af35d7d7c
3
+ metadata.gz: 962ab5b6c78dac39d9e2a0ff5656d17d1df292c18119a0a3c9350fbead11adb7
4
+ data.tar.gz: 4bbeefe58168ab0f8605ce49f15b1f10e2432574af942e20a935a171a56d98c1
5
5
  SHA512:
6
- metadata.gz: 9a1b429c2fd111a600e0ee46c839bac0ec5c1e28eeaa865a796f60c41f2ff7a859829232ed9cf694cf5e49961d85706512402b1db4ab768d81a040f52f1b3009
7
- data.tar.gz: 5884e971c85ecb74642032ed7acf4de71d280b188716b6679e305504d077b2c7fe763ed2152e28ec7194a6f2042b455f29266e356211075b5bd193e915314953
6
+ metadata.gz: c96ebb60bb2426899ed2e68c79193db79d1bc8e7b7cbd60344bfa07b33271f378e524c4dab6ef4ec5c45f666f47ece4fa41699968f0a2da5ad411ade42935b10
7
+ data.tar.gz: cc5908f1f09c44bacb5953b2e3d5a8a9b9810894f199ef306d3bcdda0fbc5571c2fa697f15cf98e64e88aec8f76ec603ad8b38cd8615f97c8653e7cd87efce84
data/.gitignore CHANGED
@@ -10,3 +10,5 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  Gemfile.lock
13
+
14
+ *.gem
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jsonschema
4
4
  module Matchers
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
@@ -3,7 +3,6 @@
3
3
  require 'jsonschema/matchers/version'
4
4
  require 'jsonschema/matchers/match_jsonschema'
5
5
  require 'jsonschema/matchers/metadater'
6
- require 'jsonschema/recorder'
7
6
  require 'jsonschema/generator'
8
7
 
9
8
  module Jsonschema
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Bykov