We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b1e1c commit a1c12c0Copy full SHA for a1c12c0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- json_schemer (1.0.2)
+ json_schemer (1.0.3)
5
hana (~> 1.3)
6
regexp_parser (~> 2.0)
7
simpleidn (~> 0.2)
@@ -13,7 +13,7 @@ GEM
13
hana (1.3.7)
14
minitest (5.15.0)
15
rake (13.0.6)
16
- regexp_parser (2.6.1)
+ regexp_parser (2.8.1)
17
simplecov (0.22.0)
18
docile (~> 1.1)
19
simplecov-html (~> 0.11)
lib/json_schemer/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module JSONSchemer
- VERSION = '1.0.2'
+ VERSION = '1.0.3'
end
0 commit comments