paradin 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +49 -49
  3. data/lib/paradin/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 234459b9bb84d4d2762a6ca421ce6c2701b95024f7670006b8f920da7d0b573a
4
- data.tar.gz: 3ea7bd0876707e617a6fd3af2850cc59685863d038f330cceb14d3d9803fd9c6
3
+ metadata.gz: ba0b9e3d7b25480764a4917e93df49966522787b293706f7ce738a41854e7fe5
4
+ data.tar.gz: 22330c170e959e7eb12ad3f8481482102266422daa0498e030b0841519589161
5
5
  SHA512:
6
- metadata.gz: d9e6683c6232f715529dc65b8e69707d66425e1088e230fb1d43fc4009f7309134f245c991bb2caefb04b29bb2d222459a83a9b4d50be10a78799ede13ac87cb
7
- data.tar.gz: 0f563313537d1208d584b62c92a230fc411ed6778c69d9c45cb1f9018ba3120e28b5b8232eecfbfb1542b71a5cbe667bce12a2d46146a1e5c3205275b31f8b04
6
+ metadata.gz: 9526fb2235ff65cca4dfd06c7d69a00a167966e2d63aecc67cfad6b7a590780fb5c682bb2ad3763e838cb126d98df9886bac7a8ab5ff36ae3d76122db6c575a6
7
+ data.tar.gz: ca4ea164582efbe565b89cc5a5c71888b931b0ae80e6dfeb85db0776ba99456161c5e989fe0920d60d4d481cc0f8e59cdf1252957dd9103bcf1a938e70bac5c2
@@ -1,49 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paradin (0.1.1)
4
+ paradin (0.1.2)
5
5
  concurrent-ruby (~> 1.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.4.2)
11
- actionpack (= 5.2.4.2)
10
+ actioncable (5.2.4.3)
11
+ actionpack (= 5.2.4.3)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.4.2)
15
- actionpack (= 5.2.4.2)
16
- actionview (= 5.2.4.2)
17
- activejob (= 5.2.4.2)
14
+ actionmailer (5.2.4.3)
15
+ actionpack (= 5.2.4.3)
16
+ actionview (= 5.2.4.3)
17
+ activejob (= 5.2.4.3)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.4.2)
21
- actionview (= 5.2.4.2)
22
- activesupport (= 5.2.4.2)
20
+ actionpack (5.2.4.3)
21
+ actionview (= 5.2.4.3)
22
+ activesupport (= 5.2.4.3)
23
23
  rack (~> 2.0, >= 2.0.8)
24
24
  rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.4.2)
28
- activesupport (= 5.2.4.2)
27
+ actionview (5.2.4.3)
28
+ activesupport (= 5.2.4.3)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.4.2)
34
- activesupport (= 5.2.4.2)
33
+ activejob (5.2.4.3)
34
+ activesupport (= 5.2.4.3)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.2.4.2)
37
- activesupport (= 5.2.4.2)
38
- activerecord (5.2.4.2)
39
- activemodel (= 5.2.4.2)
40
- activesupport (= 5.2.4.2)
36
+ activemodel (5.2.4.3)
37
+ activesupport (= 5.2.4.3)
38
+ activerecord (5.2.4.3)
39
+ activemodel (= 5.2.4.3)
40
+ activesupport (= 5.2.4.3)
41
41
  arel (>= 9.0)
42
- activestorage (5.2.4.2)
43
- actionpack (= 5.2.4.2)
44
- activerecord (= 5.2.4.2)
42
+ activestorage (5.2.4.3)
43
+ actionpack (= 5.2.4.3)
44
+ activerecord (= 5.2.4.3)
45
45
  marcel (~> 0.3.1)
46
- activesupport (5.2.4.2)
46
+ activesupport (5.2.4.3)
47
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
48
  i18n (>= 0.7, < 2)
49
49
  minitest (~> 5.1)
@@ -56,9 +56,9 @@ GEM
56
56
  erubi (1.9.0)
57
57
  globalid (0.4.2)
58
58
  activesupport (>= 4.2.0)
59
- i18n (1.8.2)
59
+ i18n (1.8.3)
60
60
  concurrent-ruby (~> 1.0)
61
- loofah (2.4.0)
61
+ loofah (2.5.0)
62
62
  crass (~> 1.0.2)
63
63
  nokogiri (>= 1.5.9)
64
64
  mail (2.7.1)
@@ -66,37 +66,37 @@ GEM
66
66
  marcel (0.3.3)
67
67
  mimemagic (~> 0.3.2)
68
68
  method_source (1.0.0)
69
- mimemagic (0.3.4)
69
+ mimemagic (0.3.5)
70
70
  mini_mime (1.0.2)
71
71
  mini_portile2 (2.4.0)
72
- minitest (5.14.0)
72
+ minitest (5.14.1)
73
73
  nio4r (2.5.2)
74
74
  nokogiri (1.10.9)
75
75
  mini_portile2 (~> 2.4.0)
76
- rack (2.2.2)
76
+ rack (2.2.3)
77
77
  rack-test (1.1.0)
78
78
  rack (>= 1.0, < 3)
79
- rails (5.2.4.2)
80
- actioncable (= 5.2.4.2)
81
- actionmailer (= 5.2.4.2)
82
- actionpack (= 5.2.4.2)
83
- actionview (= 5.2.4.2)
84
- activejob (= 5.2.4.2)
85
- activemodel (= 5.2.4.2)
86
- activerecord (= 5.2.4.2)
87
- activestorage (= 5.2.4.2)
88
- activesupport (= 5.2.4.2)
79
+ rails (5.2.4.3)
80
+ actioncable (= 5.2.4.3)
81
+ actionmailer (= 5.2.4.3)
82
+ actionpack (= 5.2.4.3)
83
+ actionview (= 5.2.4.3)
84
+ activejob (= 5.2.4.3)
85
+ activemodel (= 5.2.4.3)
86
+ activerecord (= 5.2.4.3)
87
+ activestorage (= 5.2.4.3)
88
+ activesupport (= 5.2.4.3)
89
89
  bundler (>= 1.3.0)
90
- railties (= 5.2.4.2)
90
+ railties (= 5.2.4.3)
91
91
  sprockets-rails (>= 2.0.0)
92
92
  rails-dom-testing (2.0.3)
93
93
  activesupport (>= 4.2.0)
94
94
  nokogiri (>= 1.6)
95
95
  rails-html-sanitizer (1.3.0)
96
96
  loofah (~> 2.3)
97
- railties (5.2.4.2)
98
- actionpack (= 5.2.4.2)
99
- activesupport (= 5.2.4.2)
97
+ railties (5.2.4.3)
98
+ actionpack (= 5.2.4.3)
99
+ activesupport (= 5.2.4.3)
100
100
  method_source
101
101
  rake (>= 0.8.7)
102
102
  thor (>= 0.19.0, < 2.0)
@@ -105,16 +105,16 @@ GEM
105
105
  rspec-core (~> 3.9.0)
106
106
  rspec-expectations (~> 3.9.0)
107
107
  rspec-mocks (~> 3.9.0)
108
- rspec-core (3.9.1)
109
- rspec-support (~> 3.9.1)
110
- rspec-expectations (3.9.1)
108
+ rspec-core (3.9.2)
109
+ rspec-support (~> 3.9.3)
110
+ rspec-expectations (3.9.2)
111
111
  diff-lcs (>= 1.2.0, < 2.0)
112
112
  rspec-support (~> 3.9.0)
113
113
  rspec-mocks (3.9.1)
114
114
  diff-lcs (>= 1.2.0, < 2.0)
115
115
  rspec-support (~> 3.9.0)
116
- rspec-support (3.9.2)
117
- sprockets (4.0.0)
116
+ rspec-support (3.9.3)
117
+ sprockets (4.0.2)
118
118
  concurrent-ruby (~> 1.0)
119
119
  rack (> 1, < 3)
120
120
  sprockets-rails (3.2.1)
@@ -126,9 +126,9 @@ GEM
126
126
  thread_safe (0.3.6)
127
127
  tzinfo (1.2.7)
128
128
  thread_safe (~> 0.1)
129
- websocket-driver (0.7.1)
129
+ websocket-driver (0.7.2)
130
130
  websocket-extensions (>= 0.1.0)
131
- websocket-extensions (0.1.4)
131
+ websocket-extensions (0.1.5)
132
132
 
133
133
  PLATFORMS
134
134
  ruby
@@ -1,3 +1,3 @@
1
1
  module Paradin
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paradin
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
  - masato_hi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby