ropen_pi 0.4.0 → 0.5.0

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: a304a7f71dcde5944de01e9c95d8270ba25a0e194dd6f2db35407a1564833299
4
- data.tar.gz: 05c8d7846d67090d4516e922adce8fb09dc972e8bd27289bf862bca484caa8fb
3
+ metadata.gz: fcd5d05fa6720c6b4dced01be1c3406aec8cbf3617feca2edd83f7fb5aaeefa6
4
+ data.tar.gz: bcea3da8ddce3d7cbb0d62b8ff97b4a6c5eeb2213e507758fbc4c52ed8ef876f
5
5
  SHA512:
6
- metadata.gz: 870b04861a8894949c68a8394a28cbe26054d816f085d9eafea86a587349243e9f92b750f9e4711930639ec38b7d0fdf7871e6b67d6d5e77931d68abf78391f5
7
- data.tar.gz: 8bd71b3d4bb488421415a9637fb87bb4823baf661a5eb1445f757177700da4bb1e05aec7bd1a197c6d88ad90e6771a5060af8eaef86ffe24d78db03889738be6
6
+ metadata.gz: 02cf0eed335f80db88fbfe6cd4993efe3a522da31d8c36b83d068b3ec6bdc51941025a0e42658cdb085aaa62236235750e5db1fd7fe94abf6c4aeab29f1ba178
7
+ data.tar.gz: 9b52466b66c2f977fa557b0ff3881908fff30881eb1b4bb06239f692099658102349f1191f30bb6227b67d4efa4a986ca432d81ca0f25ad3a64887e90bf619bd
data/Gemfile.lock CHANGED
@@ -1,74 +1,74 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ropen_pi (0.4.0)
4
+ ropen_pi (0.5.0)
5
5
  hashie
6
6
  json-schema
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.4.4)
12
- actionpack (= 6.1.4.4)
13
- activesupport (= 6.1.4.4)
11
+ actioncable (6.1.7)
12
+ actionpack (= 6.1.7)
13
+ activesupport (= 6.1.7)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.4.4)
17
- actionpack (= 6.1.4.4)
18
- activejob (= 6.1.4.4)
19
- activerecord (= 6.1.4.4)
20
- activestorage (= 6.1.4.4)
21
- activesupport (= 6.1.4.4)
16
+ actionmailbox (6.1.7)
17
+ actionpack (= 6.1.7)
18
+ activejob (= 6.1.7)
19
+ activerecord (= 6.1.7)
20
+ activestorage (= 6.1.7)
21
+ activesupport (= 6.1.7)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.4.4)
24
- actionpack (= 6.1.4.4)
25
- actionview (= 6.1.4.4)
26
- activejob (= 6.1.4.4)
27
- activesupport (= 6.1.4.4)
23
+ actionmailer (6.1.7)
24
+ actionpack (= 6.1.7)
25
+ actionview (= 6.1.7)
26
+ activejob (= 6.1.7)
27
+ activesupport (= 6.1.7)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (6.1.4.4)
31
- actionview (= 6.1.4.4)
32
- activesupport (= 6.1.4.4)
30
+ actionpack (6.1.7)
31
+ actionview (= 6.1.7)
32
+ activesupport (= 6.1.7)
33
33
  rack (~> 2.0, >= 2.0.9)
34
34
  rack-test (>= 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.4.4)
38
- actionpack (= 6.1.4.4)
39
- activerecord (= 6.1.4.4)
40
- activestorage (= 6.1.4.4)
41
- activesupport (= 6.1.4.4)
37
+ actiontext (6.1.7)
38
+ actionpack (= 6.1.7)
39
+ activerecord (= 6.1.7)
40
+ activestorage (= 6.1.7)
41
+ activesupport (= 6.1.7)
42
42
  nokogiri (>= 1.8.5)
43
- actionview (6.1.4.4)
44
- activesupport (= 6.1.4.4)
43
+ actionview (6.1.7)
44
+ activesupport (= 6.1.7)
45
45
  builder (~> 3.1)
46
46
  erubi (~> 1.4)
47
47
  rails-dom-testing (~> 2.0)
48
48
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.4.4)
50
- activesupport (= 6.1.4.4)
49
+ activejob (6.1.7)
50
+ activesupport (= 6.1.7)
51
51
  globalid (>= 0.3.6)
52
- activemodel (6.1.4.4)
53
- activesupport (= 6.1.4.4)
54
- activerecord (6.1.4.4)
55
- activemodel (= 6.1.4.4)
56
- activesupport (= 6.1.4.4)
57
- activestorage (6.1.4.4)
58
- actionpack (= 6.1.4.4)
59
- activejob (= 6.1.4.4)
60
- activerecord (= 6.1.4.4)
61
- activesupport (= 6.1.4.4)
62
- marcel (~> 1.0.0)
52
+ activemodel (6.1.7)
53
+ activesupport (= 6.1.7)
54
+ activerecord (6.1.7)
55
+ activemodel (= 6.1.7)
56
+ activesupport (= 6.1.7)
57
+ activestorage (6.1.7)
58
+ actionpack (= 6.1.7)
59
+ activejob (= 6.1.7)
60
+ activerecord (= 6.1.7)
61
+ activesupport (= 6.1.7)
62
+ marcel (~> 1.0)
63
63
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.4.4)
64
+ activesupport (6.1.7)
65
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
66
  i18n (>= 1.6, < 2)
67
67
  minitest (>= 5.1)
68
68
  tzinfo (~> 2.0)
69
69
  zeitwerk (~> 2.3)
70
- addressable (2.8.0)
71
- public_suffix (>= 2.0.2, < 5.0)
70
+ addressable (2.8.1)
71
+ public_suffix (>= 2.0.2, < 6.0)
72
72
  ast (2.4.2)
73
73
  backport (1.2.0)
74
74
  benchmark (0.2.0)
@@ -79,24 +79,24 @@ GEM
79
79
  thor (~> 1.0)
80
80
  byebug (11.1.3)
81
81
  coderay (1.1.3)
82
- concurrent-ruby (1.1.9)
82
+ concurrent-ruby (1.1.10)
83
83
  crass (1.0.6)
84
84
  diff-lcs (1.5.0)
85
85
  e2mmap (0.1.0)
86
- erubi (1.10.0)
86
+ erubi (1.11.0)
87
87
  globalid (1.0.0)
88
88
  activesupport (>= 5.0)
89
89
  hashie (5.0.0)
90
- i18n (1.8.11)
90
+ i18n (1.12.0)
91
91
  concurrent-ruby (~> 1.0)
92
92
  jaro_winkler (1.5.4)
93
- json-schema (2.8.1)
94
- addressable (>= 2.4)
93
+ json-schema (3.0.0)
94
+ addressable (>= 2.8)
95
95
  kramdown (2.3.1)
96
96
  rexml
97
97
  kramdown-parser-gfm (1.1.0)
98
98
  kramdown (~> 2.0)
99
- loofah (2.13.0)
99
+ loofah (2.19.0)
100
100
  crass (~> 1.0.2)
101
101
  nokogiri (>= 1.5.9)
102
102
  mail (2.7.1)
@@ -105,7 +105,7 @@ GEM
105
105
  method_source (1.0.0)
106
106
  mini_mime (1.1.2)
107
107
  mini_portile2 (2.7.1)
108
- minitest (5.15.0)
108
+ minitest (5.16.3)
109
109
  nio4r (2.5.8)
110
110
  nokogiri (1.13.1)
111
111
  mini_portile2 (~> 2.7.0)
@@ -119,36 +119,36 @@ GEM
119
119
  pry-byebug (3.9.0)
120
120
  byebug (~> 11.0)
121
121
  pry (~> 0.13.0)
122
- public_suffix (4.0.6)
122
+ public_suffix (5.0.0)
123
123
  racc (1.6.0)
124
- rack (2.2.3)
125
- rack-test (1.1.0)
126
- rack (>= 1.0, < 3)
127
- rails (6.1.4.4)
128
- actioncable (= 6.1.4.4)
129
- actionmailbox (= 6.1.4.4)
130
- actionmailer (= 6.1.4.4)
131
- actionpack (= 6.1.4.4)
132
- actiontext (= 6.1.4.4)
133
- actionview (= 6.1.4.4)
134
- activejob (= 6.1.4.4)
135
- activemodel (= 6.1.4.4)
136
- activerecord (= 6.1.4.4)
137
- activestorage (= 6.1.4.4)
138
- activesupport (= 6.1.4.4)
124
+ rack (2.2.4)
125
+ rack-test (2.0.2)
126
+ rack (>= 1.3)
127
+ rails (6.1.7)
128
+ actioncable (= 6.1.7)
129
+ actionmailbox (= 6.1.7)
130
+ actionmailer (= 6.1.7)
131
+ actionpack (= 6.1.7)
132
+ actiontext (= 6.1.7)
133
+ actionview (= 6.1.7)
134
+ activejob (= 6.1.7)
135
+ activemodel (= 6.1.7)
136
+ activerecord (= 6.1.7)
137
+ activestorage (= 6.1.7)
138
+ activesupport (= 6.1.7)
139
139
  bundler (>= 1.15.0)
140
- railties (= 6.1.4.4)
140
+ railties (= 6.1.7)
141
141
  sprockets-rails (>= 2.0.0)
142
142
  rails-dom-testing (2.0.3)
143
143
  activesupport (>= 4.2.0)
144
144
  nokogiri (>= 1.6)
145
- rails-html-sanitizer (1.4.2)
145
+ rails-html-sanitizer (1.4.3)
146
146
  loofah (~> 2.3)
147
- railties (6.1.4.4)
148
- actionpack (= 6.1.4.4)
149
- activesupport (= 6.1.4.4)
147
+ railties (6.1.7)
148
+ actionpack (= 6.1.7)
149
+ activesupport (= 6.1.7)
150
150
  method_source
151
- rake (>= 0.13)
151
+ rake (>= 12.2)
152
152
  thor (~> 1.0)
153
153
  rainbow (3.1.1)
154
154
  rake (13.0.6)
@@ -196,7 +196,7 @@ GEM
196
196
  thor (~> 1.0)
197
197
  tilt (~> 2.0)
198
198
  yard (~> 0.9, >= 0.9.24)
199
- sprockets (4.0.2)
199
+ sprockets (4.1.1)
200
200
  concurrent-ruby (~> 1.0)
201
201
  rack (> 1, < 3)
202
202
  sprockets-rails (3.4.2)
@@ -205,7 +205,7 @@ GEM
205
205
  sprockets (>= 3.0.0)
206
206
  thor (1.2.1)
207
207
  tilt (2.0.10)
208
- tzinfo (2.0.4)
208
+ tzinfo (2.0.5)
209
209
  concurrent-ruby (~> 1.0)
210
210
  unicode-display_width (2.1.0)
211
211
  webrick (1.7.0)
@@ -214,7 +214,7 @@ GEM
214
214
  websocket-extensions (0.1.5)
215
215
  yard (0.9.27)
216
216
  webrick (~> 1.7.0)
217
- zeitwerk (2.5.3)
217
+ zeitwerk (2.6.6)
218
218
 
219
219
  PLATFORMS
220
220
  ruby
@@ -224,7 +224,7 @@ DEPENDENCIES
224
224
  bundler (~> 2)
225
225
  bundler-audit
226
226
  pry-byebug
227
- rails (~> 6.1.4.4)
227
+ rails (~> 6.1.7)
228
228
  rake (~> 13.0)
229
229
  ropen_pi!
230
230
  rspec (~> 3.10)
data/Makefile CHANGED
@@ -29,7 +29,7 @@ build:
29
29
  gem build ropen_pi.gemspec
30
30
 
31
31
  _VERSION=$(shell bump current | sed 's/Current version: //')
32
- push: build
32
+ push:
33
33
  gem push ropen_pi-${_VERSION}.gem
34
34
 
35
35
  ################################################################################
@@ -82,7 +82,7 @@ module RopenPi
82
82
  string_type(opts).merge(format: 'email')
83
83
  end
84
84
 
85
- def self.uuid_type(opts = { example: 'abcd12-1234ab-abcdef123' })
85
+ def self.uuid_type(opts = { example: Digest::UUID.uuid_v5(Digest::UUID::OID_NAMESPACE, 'abcd12-1234ab-abcdef123') })
86
86
  string_type(opts).merge(format: 'uuid')
87
87
  end
88
88
 
@@ -1,4 +1,4 @@
1
1
  module RopenPi
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.5.0'.freeze
3
3
  APP_JSON = 'application/json'.freeze
4
4
  end