kirigami 0.4.2 → 0.4.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +68 -52
  3. data/lib/kirigami/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f184e8272864d609c3d794a193bc1f0f8705af0e6f966cbdb7c744506fc4bf93
4
- data.tar.gz: bae9d7adfeab8740c33605a2142bc99b03809661996d784bafcbfd1f589f73a2
3
+ metadata.gz: c63050a3954f8b9e92de1471ce41b587580368e8c0ef76498720e5783650c011
4
+ data.tar.gz: 9cbc2c3753c90d6aef995cd820597a0b2309a41917ea5759d35b690f04ad50b5
5
5
  SHA512:
6
- metadata.gz: bbf1edfe781d3a20287336b8be905767d290b288b43bd1761fbd6b52af0da5fe0ef6031c72a25786db4e9a54f0ee1a60ac6153e68d3d90bebc864a87a68a1bcf
7
- data.tar.gz: 2a76274bb02361256d991b0d1a8d3b9efefc2c9012023603eff2487f993981dd97fef8facd494ac4b25b8e2fcd5dbedfd5beb502655011fe54c6a8043949230f
6
+ metadata.gz: 294eb4a76690e442fb374c69dc126c0e010908d1b8fbba4d14a13767238e757074438f70d178b81d183883f6f85b209a22bad9d97a3b401acec47087245ad326
7
+ data.tar.gz: 401c84344e6877a05db79d16787347ab856285f48338129b295b9262b4cf89c029715969c2103328c44cd206e48f740caf4479757de7b25041f48207083550bb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kirigami (0.4.2)
4
+ kirigami (0.4.3)
5
5
  activesupport
6
6
  mini_magick (>= 4.9.4)
7
7
  rails (>= 3.0.0)
@@ -9,57 +9,70 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.2.3)
13
- actionpack (= 5.2.3)
12
+ actioncable (6.0.1)
13
+ actionpack (= 6.0.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.3)
17
- actionpack (= 5.2.3)
18
- actionview (= 5.2.3)
19
- activejob (= 5.2.3)
16
+ actionmailbox (6.0.1)
17
+ actionpack (= 6.0.1)
18
+ activejob (= 6.0.1)
19
+ activerecord (= 6.0.1)
20
+ activestorage (= 6.0.1)
21
+ activesupport (= 6.0.1)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.0.1)
24
+ actionpack (= 6.0.1)
25
+ actionview (= 6.0.1)
26
+ activejob (= 6.0.1)
20
27
  mail (~> 2.5, >= 2.5.4)
21
28
  rails-dom-testing (~> 2.0)
22
- actionpack (5.2.3)
23
- actionview (= 5.2.3)
24
- activesupport (= 5.2.3)
29
+ actionpack (6.0.1)
30
+ actionview (= 6.0.1)
31
+ activesupport (= 6.0.1)
25
32
  rack (~> 2.0)
26
33
  rack-test (>= 0.6.3)
27
34
  rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.3)
30
- activesupport (= 5.2.3)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.0.1)
37
+ actionpack (= 6.0.1)
38
+ activerecord (= 6.0.1)
39
+ activestorage (= 6.0.1)
40
+ activesupport (= 6.0.1)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.0.1)
43
+ activesupport (= 6.0.1)
31
44
  builder (~> 3.1)
32
45
  erubi (~> 1.4)
33
46
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.3)
36
- activesupport (= 5.2.3)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.0.1)
49
+ activesupport (= 6.0.1)
37
50
  globalid (>= 0.3.6)
38
- activemodel (5.2.3)
39
- activesupport (= 5.2.3)
40
- activerecord (5.2.3)
41
- activemodel (= 5.2.3)
42
- activesupport (= 5.2.3)
43
- arel (>= 9.0)
44
- activestorage (5.2.3)
45
- actionpack (= 5.2.3)
46
- activerecord (= 5.2.3)
51
+ activemodel (6.0.1)
52
+ activesupport (= 6.0.1)
53
+ activerecord (6.0.1)
54
+ activemodel (= 6.0.1)
55
+ activesupport (= 6.0.1)
56
+ activestorage (6.0.1)
57
+ actionpack (= 6.0.1)
58
+ activejob (= 6.0.1)
59
+ activerecord (= 6.0.1)
47
60
  marcel (~> 0.3.1)
48
- activesupport (5.2.3)
61
+ activesupport (6.0.1)
49
62
  concurrent-ruby (~> 1.0, >= 1.0.2)
50
63
  i18n (>= 0.7, < 2)
51
64
  minitest (~> 5.1)
52
65
  tzinfo (~> 1.1)
53
- arel (9.0.0)
66
+ zeitwerk (~> 2.2)
54
67
  builder (3.2.3)
55
68
  concurrent-ruby (1.1.5)
56
- crass (1.0.4)
57
- erubi (1.8.0)
69
+ crass (1.0.5)
70
+ erubi (1.9.0)
58
71
  globalid (0.4.2)
59
72
  activesupport (>= 4.2.0)
60
- i18n (1.6.0)
73
+ i18n (1.7.0)
61
74
  concurrent-ruby (~> 1.0)
62
- loofah (2.2.3)
75
+ loofah (2.3.1)
63
76
  crass (~> 1.0.2)
64
77
  nokogiri (>= 1.5.9)
65
78
  mail (2.7.1)
@@ -71,39 +84,41 @@ GEM
71
84
  mini_magick (4.9.5)
72
85
  mini_mime (1.0.2)
73
86
  mini_portile2 (2.4.0)
74
- minitest (5.11.3)
75
- nio4r (2.4.0)
76
- nokogiri (1.10.3)
87
+ minitest (5.13.0)
88
+ nio4r (2.5.2)
89
+ nokogiri (1.10.5)
77
90
  mini_portile2 (~> 2.4.0)
78
91
  rack (2.0.7)
79
92
  rack-test (1.1.0)
80
93
  rack (>= 1.0, < 3)
81
- rails (5.2.3)
82
- actioncable (= 5.2.3)
83
- actionmailer (= 5.2.3)
84
- actionpack (= 5.2.3)
85
- actionview (= 5.2.3)
86
- activejob (= 5.2.3)
87
- activemodel (= 5.2.3)
88
- activerecord (= 5.2.3)
89
- activestorage (= 5.2.3)
90
- activesupport (= 5.2.3)
94
+ rails (6.0.1)
95
+ actioncable (= 6.0.1)
96
+ actionmailbox (= 6.0.1)
97
+ actionmailer (= 6.0.1)
98
+ actionpack (= 6.0.1)
99
+ actiontext (= 6.0.1)
100
+ actionview (= 6.0.1)
101
+ activejob (= 6.0.1)
102
+ activemodel (= 6.0.1)
103
+ activerecord (= 6.0.1)
104
+ activestorage (= 6.0.1)
105
+ activesupport (= 6.0.1)
91
106
  bundler (>= 1.3.0)
92
- railties (= 5.2.3)
107
+ railties (= 6.0.1)
93
108
  sprockets-rails (>= 2.0.0)
94
109
  rails-dom-testing (2.0.3)
95
110
  activesupport (>= 4.2.0)
96
111
  nokogiri (>= 1.6)
97
- rails-html-sanitizer (1.0.4)
98
- loofah (~> 2.2, >= 2.2.2)
99
- railties (5.2.3)
100
- actionpack (= 5.2.3)
101
- activesupport (= 5.2.3)
112
+ rails-html-sanitizer (1.3.0)
113
+ loofah (~> 2.3)
114
+ railties (6.0.1)
115
+ actionpack (= 6.0.1)
116
+ activesupport (= 6.0.1)
102
117
  method_source
103
118
  rake (>= 0.8.7)
104
- thor (>= 0.19.0, < 2.0)
119
+ thor (>= 0.20.3, < 2.0)
105
120
  rake (10.5.0)
106
- sprockets (3.7.2)
121
+ sprockets (4.0.0)
107
122
  concurrent-ruby (~> 1.0)
108
123
  rack (> 1, < 3)
109
124
  sprockets-rails (3.2.1)
@@ -117,6 +132,7 @@ GEM
117
132
  websocket-driver (0.7.1)
118
133
  websocket-extensions (>= 0.1.0)
119
134
  websocket-extensions (0.1.4)
135
+ zeitwerk (2.2.1)
120
136
 
121
137
  PLATFORMS
122
138
  ruby
@@ -1,3 +1,3 @@
1
1
  module Kirigami
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kirigami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick