open_api-schema_validator 0.1.0 → 0.1.1

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: 2f77934105a434c625e1da6d9b47d036f19ef4b4d49083538243a654db11d429
4
- data.tar.gz: '090c8d5a36a89ef743ef897f0ef30c5bdddc6476521ef8623ff3c922684a2048'
3
+ metadata.gz: e234bd24e366a6152002ba4ce95a76269b800ebb471b6dab2d3fcb3d07b628f5
4
+ data.tar.gz: cfc907a1a27d729c9396ac11c2d0dedc6b5b7844751e12e41e3e32e8bd36e0ce
5
5
  SHA512:
6
- metadata.gz: ee72fbf39789af998f3dd52dd34afa917cacf4840d9ab0bba52e553b77fc75fbfb56db66e75e302aeda252596b217d3e45f85bca8b0ecf4ad13831cc709bfc85
7
- data.tar.gz: f21d04c64e8a385a84b131b271314b62a0c3679e0b0791ea1470caf2a74add127e0cdee976173c6435e1599a22080e8f4ca7291a08f0dc841b026101c68f3ab0
6
+ metadata.gz: c57c46ce7de342892c4583490550b93f7721e833c97edade76ea8efcd3fa34730a29570dff8adff31fb579a321f97e353bb63c220961e6f3eff63782aa50de16
7
+ data.tar.gz: 707dadb81b3622ab90a8d300b9ece803af4d24ceee0772872a10c669aa2bdee8bdc6d1effc8e79da9877c0d89f6ccca6de4c95916bb82fae320f00b0f9e6ed0d
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- open_api-schema_validator (0.1.0)
4
+ open_api-schema_validator (0.1.1)
5
5
  json-schema
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.1.5)
10
+ activesupport (5.2.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (~> 0.7)
12
+ i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
15
  addressable (2.5.2)
@@ -19,7 +19,7 @@ GEM
19
19
  descendants_tracker (~> 0.0.4)
20
20
  ice_nine (~> 0.11.0)
21
21
  thread_safe (~> 0.3, >= 0.3.1)
22
- brakeman (4.2.0)
22
+ brakeman (4.3.1)
23
23
  bundler-audit (0.6.0)
24
24
  bundler (~> 1.2)
25
25
  thor (~> 0.18)
@@ -27,20 +27,23 @@ GEM
27
27
  virtus (~> 1.0)
28
28
  coercible (1.0.0)
29
29
  descendants_tracker (~> 0.0.1)
30
- concurrent-ruby (1.0.5)
30
+ concurrent-ruby (1.1.4)
31
31
  descendants_tracker (0.0.4)
32
32
  thread_safe (~> 0.3, >= 0.3.1)
33
33
  diff-lcs (1.3)
34
- docile (1.1.5)
34
+ docile (1.3.1)
35
35
  equalizer (0.0.11)
36
- httparty (0.16.0)
36
+ httparty (0.16.3)
37
+ mime-types (~> 3.0)
37
38
  multi_xml (>= 0.5.2)
38
- i18n (0.9.5)
39
+ i18n (1.5.1)
39
40
  concurrent-ruby (~> 1.0)
40
41
  ice_nine (0.11.2)
42
+ jaro_winkler (1.5.2)
41
43
  json (2.1.0)
42
- json-schema (2.8.0)
44
+ json-schema (2.8.1)
43
45
  addressable (>= 2.4)
46
+ kwalify (0.7.2)
44
47
  lois (0.1.6)
45
48
  activesupport
46
49
  brakeman
@@ -50,53 +53,59 @@ GEM
50
53
  rubocop
51
54
  simplecov
52
55
  thor
56
+ mime-types (3.2.2)
57
+ mime-types-data (~> 3.2015)
58
+ mime-types-data (3.2018.0812)
53
59
  minitest (5.11.3)
54
60
  multi_xml (0.6.0)
55
61
  parallel (1.12.1)
56
- parser (2.4.0.2)
57
- ast (~> 2.3)
58
- powerpack (0.1.1)
59
- public_suffix (3.0.2)
60
- rainbow (2.2.2)
61
- rake
62
- rake (12.3.0)
63
- reek (4.7.3)
62
+ parser (2.5.3.0)
63
+ ast (~> 2.4.0)
64
+ powerpack (0.1.2)
65
+ psych (3.1.0)
66
+ public_suffix (3.0.3)
67
+ rainbow (3.0.0)
68
+ rake (12.3.2)
69
+ reek (5.3.0)
64
70
  codeclimate-engine-rb (~> 0.4.0)
65
- parser (>= 2.4.0.0, < 2.5)
66
- rainbow (~> 2.0)
67
- rspec (3.7.0)
68
- rspec-core (~> 3.7.0)
69
- rspec-expectations (~> 3.7.0)
70
- rspec-mocks (~> 3.7.0)
71
- rspec-core (3.7.1)
72
- rspec-support (~> 3.7.0)
73
- rspec-expectations (3.7.0)
71
+ kwalify (~> 0.7.0)
72
+ parser (>= 2.5.0.0, < 2.6, != 2.5.1.1)
73
+ psych (~> 3.1.0)
74
+ rainbow (>= 2.0, < 4.0)
75
+ rspec (3.8.0)
76
+ rspec-core (~> 3.8.0)
77
+ rspec-expectations (~> 3.8.0)
78
+ rspec-mocks (~> 3.8.0)
79
+ rspec-core (3.8.0)
80
+ rspec-support (~> 3.8.0)
81
+ rspec-expectations (3.8.2)
74
82
  diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.7.0)
76
- rspec-mocks (3.7.0)
83
+ rspec-support (~> 3.8.0)
84
+ rspec-mocks (3.8.0)
77
85
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.7.0)
79
- rspec-support (3.7.1)
80
- rubocop (0.52.1)
86
+ rspec-support (~> 3.8.0)
87
+ rspec-support (3.8.0)
88
+ rubocop (0.62.0)
89
+ jaro_winkler (~> 1.5.1)
81
90
  parallel (~> 1.10)
82
- parser (>= 2.4.0.2, < 3.0)
91
+ parser (>= 2.5, != 2.5.1.1)
83
92
  powerpack (~> 0.1)
84
93
  rainbow (>= 2.2.2, < 4.0)
85
94
  ruby-progressbar (~> 1.7)
86
- unicode-display_width (~> 1.0, >= 1.0.1)
87
- rubocop-rspec (1.23.0)
88
- rubocop (>= 0.52.1)
89
- ruby-progressbar (1.9.0)
90
- simplecov (0.15.1)
91
- docile (~> 1.1.0)
95
+ unicode-display_width (~> 1.4.0)
96
+ rubocop-rspec (1.31.0)
97
+ rubocop (>= 0.60.0)
98
+ ruby-progressbar (1.10.0)
99
+ simplecov (0.16.1)
100
+ docile (~> 1.1)
92
101
  json (>= 1.8, < 3)
93
102
  simplecov-html (~> 0.10.0)
94
103
  simplecov-html (0.10.2)
95
- thor (0.20.0)
104
+ thor (0.20.3)
96
105
  thread_safe (0.3.6)
97
106
  tzinfo (1.2.5)
98
107
  thread_safe (~> 0.1)
99
- unicode-display_width (1.3.0)
108
+ unicode-display_width (1.4.1)
100
109
  virtus (1.0.5)
101
110
  axiom-types (~> 0.1)
102
111
  coercible (~> 1.0)
@@ -118,4 +127,4 @@ DEPENDENCIES
118
127
  simplecov
119
128
 
120
129
  BUNDLED WITH
121
- 1.16.1
130
+ 1.17.3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OpenApi
4
4
  module SchemaValidator
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_api-schema_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hansen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-25 00:00:00.000000000 Z
11
+ date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -183,8 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubyforge_project:
187
- rubygems_version: 2.7.6
186
+ rubygems_version: 3.0.2
188
187
  signing_key:
189
188
  specification_version: 4
190
189
  summary: JSON Schema Validator for OpenAPI