kirigami 0.4.3 → 0.4.5

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: c63050a3954f8b9e92de1471ce41b587580368e8c0ef76498720e5783650c011
4
- data.tar.gz: 9cbc2c3753c90d6aef995cd820597a0b2309a41917ea5759d35b690f04ad50b5
3
+ metadata.gz: 0cfa1ede2ff2732d96676fec45967679f541647ea06f6b0219b9fc63345d884c
4
+ data.tar.gz: bdb56ad15ea640b21b290f6f2fd44c6ac41607b84091e2545702e24e5589ca95
5
5
  SHA512:
6
- metadata.gz: 294eb4a76690e442fb374c69dc126c0e010908d1b8fbba4d14a13767238e757074438f70d178b81d183883f6f85b209a22bad9d97a3b401acec47087245ad326
7
- data.tar.gz: 401c84344e6877a05db79d16787347ab856285f48338129b295b9262b4cf89c029715969c2103328c44cd206e48f740caf4479757de7b25041f48207083550bb
6
+ metadata.gz: 2a7bdcf704deea646046e4644b1b648ac4a4b60d7c43556a486d740b49c6b19eb22219907f05e39e9e63f95c6cb22198747cf35f2084c3cb65d12c1637760afb
7
+ data.tar.gz: 1cd47318e05f956e9d87b3a9402bcb83e9a646ed8112de6bbabc24fe9e41d5e4683cffafeabd08d88d153c11ff2c36ce7754219704ee1cf5f062d4d80e27c508
data/.yardopts ADDED
@@ -0,0 +1,7 @@
1
+ --plugin tomdoc
2
+ --private
3
+ --hide-void-return
4
+ --title "Kirigami"
5
+ --output-dir=docs
6
+ --markup=markdown
7
+ --markup-provider=redcarpet
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kirigami (0.4.3)
4
+ kirigami (0.4.5)
5
5
  activesupport
6
6
  mini_magick (>= 4.9.4)
7
7
  rails (>= 3.0.0)
@@ -9,138 +9,141 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (6.0.1)
13
- actionpack (= 6.0.1)
12
+ actioncable (6.1.4.1)
13
+ actionpack (= 6.1.4.1)
14
+ activesupport (= 6.1.4.1)
14
15
  nio4r (~> 2.0)
15
16
  websocket-driver (>= 0.6.1)
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)
17
+ actionmailbox (6.1.4.1)
18
+ actionpack (= 6.1.4.1)
19
+ activejob (= 6.1.4.1)
20
+ activerecord (= 6.1.4.1)
21
+ activestorage (= 6.1.4.1)
22
+ activesupport (= 6.1.4.1)
22
23
  mail (>= 2.7.1)
23
- actionmailer (6.0.1)
24
- actionpack (= 6.0.1)
25
- actionview (= 6.0.1)
26
- activejob (= 6.0.1)
24
+ actionmailer (6.1.4.1)
25
+ actionpack (= 6.1.4.1)
26
+ actionview (= 6.1.4.1)
27
+ activejob (= 6.1.4.1)
28
+ activesupport (= 6.1.4.1)
27
29
  mail (~> 2.5, >= 2.5.4)
28
30
  rails-dom-testing (~> 2.0)
29
- actionpack (6.0.1)
30
- actionview (= 6.0.1)
31
- activesupport (= 6.0.1)
32
- rack (~> 2.0)
31
+ actionpack (6.1.4.1)
32
+ actionview (= 6.1.4.1)
33
+ activesupport (= 6.1.4.1)
34
+ rack (~> 2.0, >= 2.0.9)
33
35
  rack-test (>= 0.6.3)
34
36
  rails-dom-testing (~> 2.0)
35
37
  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)
38
+ actiontext (6.1.4.1)
39
+ actionpack (= 6.1.4.1)
40
+ activerecord (= 6.1.4.1)
41
+ activestorage (= 6.1.4.1)
42
+ activesupport (= 6.1.4.1)
41
43
  nokogiri (>= 1.8.5)
42
- actionview (6.0.1)
43
- activesupport (= 6.0.1)
44
+ actionview (6.1.4.1)
45
+ activesupport (= 6.1.4.1)
44
46
  builder (~> 3.1)
45
47
  erubi (~> 1.4)
46
48
  rails-dom-testing (~> 2.0)
47
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.0.1)
49
- activesupport (= 6.0.1)
50
+ activejob (6.1.4.1)
51
+ activesupport (= 6.1.4.1)
50
52
  globalid (>= 0.3.6)
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)
60
- marcel (~> 0.3.1)
61
- activesupport (6.0.1)
53
+ activemodel (6.1.4.1)
54
+ activesupport (= 6.1.4.1)
55
+ activerecord (6.1.4.1)
56
+ activemodel (= 6.1.4.1)
57
+ activesupport (= 6.1.4.1)
58
+ activestorage (6.1.4.1)
59
+ actionpack (= 6.1.4.1)
60
+ activejob (= 6.1.4.1)
61
+ activerecord (= 6.1.4.1)
62
+ activesupport (= 6.1.4.1)
63
+ marcel (~> 1.0.0)
64
+ mini_mime (>= 1.1.0)
65
+ activesupport (6.1.4.1)
62
66
  concurrent-ruby (~> 1.0, >= 1.0.2)
63
- i18n (>= 0.7, < 2)
64
- minitest (~> 5.1)
65
- tzinfo (~> 1.1)
66
- zeitwerk (~> 2.2)
67
- builder (3.2.3)
68
- concurrent-ruby (1.1.5)
69
- crass (1.0.5)
70
- erubi (1.9.0)
71
- globalid (0.4.2)
72
- activesupport (>= 4.2.0)
73
- i18n (1.7.0)
67
+ i18n (>= 1.6, < 2)
68
+ minitest (>= 5.1)
69
+ tzinfo (~> 2.0)
70
+ zeitwerk (~> 2.3)
71
+ builder (3.2.4)
72
+ concurrent-ruby (1.1.9)
73
+ crass (1.0.6)
74
+ erubi (1.10.0)
75
+ globalid (0.5.2)
76
+ activesupport (>= 5.0)
77
+ i18n (1.8.10)
74
78
  concurrent-ruby (~> 1.0)
75
- loofah (2.3.1)
79
+ loofah (2.12.0)
76
80
  crass (~> 1.0.2)
77
81
  nokogiri (>= 1.5.9)
78
82
  mail (2.7.1)
79
83
  mini_mime (>= 0.1.1)
80
- marcel (0.3.3)
81
- mimemagic (~> 0.3.2)
82
- method_source (0.9.2)
83
- mimemagic (0.3.3)
84
- mini_magick (4.9.5)
85
- mini_mime (1.0.2)
86
- mini_portile2 (2.4.0)
87
- minitest (5.13.0)
88
- nio4r (2.5.2)
89
- nokogiri (1.10.5)
90
- mini_portile2 (~> 2.4.0)
91
- rack (2.0.7)
84
+ marcel (1.0.2)
85
+ method_source (1.0.0)
86
+ mini_magick (4.11.0)
87
+ mini_mime (1.1.1)
88
+ mini_portile2 (2.6.1)
89
+ minitest (5.14.4)
90
+ nio4r (2.5.8)
91
+ nokogiri (1.12.5)
92
+ mini_portile2 (~> 2.6.1)
93
+ racc (~> 1.4)
94
+ racc (1.5.2)
95
+ rack (2.2.3)
92
96
  rack-test (1.1.0)
93
97
  rack (>= 1.0, < 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)
106
- bundler (>= 1.3.0)
107
- railties (= 6.0.1)
98
+ rails (6.1.4.1)
99
+ actioncable (= 6.1.4.1)
100
+ actionmailbox (= 6.1.4.1)
101
+ actionmailer (= 6.1.4.1)
102
+ actionpack (= 6.1.4.1)
103
+ actiontext (= 6.1.4.1)
104
+ actionview (= 6.1.4.1)
105
+ activejob (= 6.1.4.1)
106
+ activemodel (= 6.1.4.1)
107
+ activerecord (= 6.1.4.1)
108
+ activestorage (= 6.1.4.1)
109
+ activesupport (= 6.1.4.1)
110
+ bundler (>= 1.15.0)
111
+ railties (= 6.1.4.1)
108
112
  sprockets-rails (>= 2.0.0)
109
113
  rails-dom-testing (2.0.3)
110
114
  activesupport (>= 4.2.0)
111
115
  nokogiri (>= 1.6)
112
- rails-html-sanitizer (1.3.0)
116
+ rails-html-sanitizer (1.4.2)
113
117
  loofah (~> 2.3)
114
- railties (6.0.1)
115
- actionpack (= 6.0.1)
116
- activesupport (= 6.0.1)
118
+ railties (6.1.4.1)
119
+ actionpack (= 6.1.4.1)
120
+ activesupport (= 6.1.4.1)
117
121
  method_source
118
- rake (>= 0.8.7)
119
- thor (>= 0.20.3, < 2.0)
120
- rake (10.5.0)
121
- sprockets (4.0.0)
122
+ rake (>= 0.13)
123
+ thor (~> 1.0)
124
+ rake (13.0.6)
125
+ sprockets (4.0.2)
122
126
  concurrent-ruby (~> 1.0)
123
127
  rack (> 1, < 3)
124
- sprockets-rails (3.2.1)
128
+ sprockets-rails (3.2.2)
125
129
  actionpack (>= 4.0)
126
130
  activesupport (>= 4.0)
127
131
  sprockets (>= 3.0.0)
128
- thor (0.20.3)
129
- thread_safe (0.3.6)
130
- tzinfo (1.2.5)
131
- thread_safe (~> 0.1)
132
- websocket-driver (0.7.1)
132
+ thor (1.1.0)
133
+ tzinfo (2.0.4)
134
+ concurrent-ruby (~> 1.0)
135
+ websocket-driver (0.7.5)
133
136
  websocket-extensions (>= 0.1.0)
134
- websocket-extensions (0.1.4)
135
- zeitwerk (2.2.1)
137
+ websocket-extensions (0.1.5)
138
+ zeitwerk (2.4.2)
136
139
 
137
140
  PLATFORMS
138
141
  ruby
139
142
 
140
143
  DEPENDENCIES
141
- bundler (~> 1.16.a)
144
+ bundler (>= 1.16.0)
142
145
  kirigami!
143
- rake (~> 10.0)
146
+ rake (>= 12.3.3)
144
147
 
145
148
  BUNDLED WITH
146
- 1.17.3
149
+ 2.2.16