caxlsx_rails 0.6.2 → 0.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f263d86f6909925b4fbc02450180f0faa6f4f6dac0500224a2861dcea886e03
4
- data.tar.gz: 170415d18b4ecaea6bc524dd5d3b4dde2a310dd8b1bab80ffe39d482af2bd7c5
3
+ metadata.gz: 3f849af21c49f497751ff2161fe91f879ea63f30b43edff25e7eef7c04730eb5
4
+ data.tar.gz: 6643d7e2085b006a3370f641a676fa5b362478b1cd07ecf088dbcd935266d7d7
5
5
  SHA512:
6
- metadata.gz: 29b9b7180d97e4fecdb9bfe4f8ae3e6d1d6bd47c420e79d46c03d2fc51c75705d531bb5d202c14f6dc0356a918e786196533e96b6696e200dd81d8011f1de90d
7
- data.tar.gz: 0633e8f87e84799219bcd6f874455ba41c59dfd3471f0ce122e301b0891be22ddd2c2d691560dc8931d3f708b5502991c17d9bafae65425f89c3f779ccac39ce
6
+ metadata.gz: fbbb6a95c0718a512ca0a30e5512e1fbad49b137af9fce1e5eb177810773e9f76cb796c1f0abcc423f6365dc418b47b9854c233b67503fda1e2622d2bb7ca226
7
+ data.tar.gz: 641cfdc744ed57f58c8735c37efa936494e72a968df31ac53bb7a637cfc5277bc2747373abdcd50deaa4b54bb497203af97b7da34eac1257b8476a2b9311fb62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change log
2
2
 
3
+ **March 8, 2022**: 0.6.3 release
4
+
5
+ - Exclude rspec directory (#149)[https://github.com/caxlsx/caxlsx_rails/pull/149]
6
+
3
7
  **December 18, 2019**: 0.6.2 release
4
8
 
5
9
  - Release under caxlsx_rails
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/caxlsx/acts_as_caxlsx.git
3
- revision: 2a3498941d4a5fa735dbb8dfdb97c7bf16feaaf6
3
+ revision: 48e76cf6f0a7a135de59207e73c3167c4f0bd9fb
4
4
  specs:
5
5
  acts_as_caxlsx (1.0.6)
6
6
  activerecord (>= 2.3.9)
@@ -10,70 +10,57 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- caxlsx_rails (0.6.2)
13
+ caxlsx_rails (0.6.3)
14
14
  actionpack (>= 3.1)
15
15
  caxlsx (>= 3.0)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actioncable (6.0.2.1)
21
- actionpack (= 6.0.2.1)
20
+ actioncable (5.2.6.3)
21
+ actionpack (= 5.2.6.3)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.0.2.1)
25
- actionpack (= 6.0.2.1)
26
- activejob (= 6.0.2.1)
27
- activerecord (= 6.0.2.1)
28
- activestorage (= 6.0.2.1)
29
- activesupport (= 6.0.2.1)
30
- mail (>= 2.7.1)
31
- actionmailer (6.0.2.1)
32
- actionpack (= 6.0.2.1)
33
- actionview (= 6.0.2.1)
34
- activejob (= 6.0.2.1)
24
+ actionmailer (5.2.6.3)
25
+ actionpack (= 5.2.6.3)
26
+ actionview (= 5.2.6.3)
27
+ activejob (= 5.2.6.3)
35
28
  mail (~> 2.5, >= 2.5.4)
36
29
  rails-dom-testing (~> 2.0)
37
- actionpack (6.0.2.1)
38
- actionview (= 6.0.2.1)
39
- activesupport (= 6.0.2.1)
30
+ actionpack (5.2.6.3)
31
+ actionview (= 5.2.6.3)
32
+ activesupport (= 5.2.6.3)
40
33
  rack (~> 2.0, >= 2.0.8)
41
34
  rack-test (>= 0.6.3)
42
35
  rails-dom-testing (~> 2.0)
43
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (6.0.2.1)
45
- actionpack (= 6.0.2.1)
46
- activerecord (= 6.0.2.1)
47
- activestorage (= 6.0.2.1)
48
- activesupport (= 6.0.2.1)
49
- nokogiri (>= 1.8.5)
50
- actionview (6.0.2.1)
51
- activesupport (= 6.0.2.1)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.2.6.3)
38
+ activesupport (= 5.2.6.3)
52
39
  builder (~> 3.1)
53
40
  erubi (~> 1.4)
54
41
  rails-dom-testing (~> 2.0)
55
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (6.0.2.1)
57
- activesupport (= 6.0.2.1)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.2.6.3)
44
+ activesupport (= 5.2.6.3)
58
45
  globalid (>= 0.3.6)
59
- activemodel (6.0.2.1)
60
- activesupport (= 6.0.2.1)
61
- activerecord (6.0.2.1)
62
- activemodel (= 6.0.2.1)
63
- activesupport (= 6.0.2.1)
64
- activestorage (6.0.2.1)
65
- actionpack (= 6.0.2.1)
66
- activejob (= 6.0.2.1)
67
- activerecord (= 6.0.2.1)
68
- marcel (~> 0.3.1)
69
- activesupport (6.0.2.1)
46
+ activemodel (5.2.6.3)
47
+ activesupport (= 5.2.6.3)
48
+ activerecord (5.2.6.3)
49
+ activemodel (= 5.2.6.3)
50
+ activesupport (= 5.2.6.3)
51
+ arel (>= 9.0)
52
+ activestorage (5.2.6.3)
53
+ actionpack (= 5.2.6.3)
54
+ activerecord (= 5.2.6.3)
55
+ marcel (~> 1.0.0)
56
+ activesupport (5.2.6.3)
70
57
  concurrent-ruby (~> 1.0, >= 1.0.2)
71
58
  i18n (>= 0.7, < 2)
72
59
  minitest (~> 5.1)
73
60
  tzinfo (~> 1.1)
74
- zeitwerk (~> 2.2)
75
- addressable (2.7.0)
61
+ addressable (2.8.0)
76
62
  public_suffix (>= 2.0.2, < 5.0)
63
+ arel (9.0.0)
77
64
  builder (3.2.4)
78
65
  capybara (2.18.0)
79
66
  addressable
@@ -82,37 +69,37 @@ GEM
82
69
  rack (>= 1.0.0)
83
70
  rack-test (>= 0.5.4)
84
71
  xpath (>= 2.0, < 4.0)
85
- caxlsx (3.0.1)
72
+ caxlsx (3.2.0)
86
73
  htmlentities (~> 4.3, >= 4.3.4)
87
- mimemagic (~> 0.3)
74
+ marcel (~> 1.0)
88
75
  nokogiri (~> 1.10, >= 1.10.4)
89
76
  rubyzip (>= 1.3.0, < 3)
90
- coderay (1.1.2)
91
- concurrent-ruby (1.1.5)
77
+ coderay (1.1.3)
78
+ concurrent-ruby (1.1.9)
92
79
  coveralls (0.8.23)
93
80
  json (>= 1.8, < 3)
94
81
  simplecov (~> 0.16.1)
95
82
  term-ansicolor (~> 1.3)
96
83
  thor (>= 0.19.4, < 2.0)
97
84
  tins (~> 1.6)
98
- crass (1.0.5)
99
- daemons (1.3.1)
100
- diff-lcs (1.3)
101
- docile (1.3.2)
102
- erubi (1.9.0)
85
+ crass (1.0.6)
86
+ daemons (1.4.1)
87
+ diff-lcs (1.5.0)
88
+ docile (1.4.0)
89
+ erubi (1.10.0)
103
90
  eventmachine (1.2.7)
104
- ffi (1.11.3)
105
- formatador (0.2.5)
106
- globalid (0.4.2)
107
- activesupport (>= 4.2.0)
91
+ ffi (1.15.5)
92
+ formatador (1.1.0)
93
+ globalid (1.0.0)
94
+ activesupport (>= 5.0)
108
95
  growl (1.0.3)
109
- guard (2.16.1)
96
+ guard (2.18.0)
110
97
  formatador (>= 0.2.4)
111
98
  listen (>= 2.7, < 4.0)
112
99
  lumberjack (>= 1.0.12, < 2.0)
113
100
  nenv (~> 0.1)
114
101
  notiffany (~> 0.0)
115
- pry (>= 0.9.12)
102
+ pry (>= 0.13.0)
116
103
  shellany (~> 0.0)
117
104
  thor (>= 0.18.1)
118
105
  guard-compat (1.2.1)
@@ -121,103 +108,99 @@ GEM
121
108
  guard-compat (~> 1.1)
122
109
  rspec (>= 2.99.0, < 4.0)
123
110
  htmlentities (4.3.4)
124
- i18n (1.7.0)
111
+ i18n (1.10.0)
125
112
  concurrent-ruby (~> 1.0)
126
- jquery-rails (4.3.5)
113
+ jquery-rails (4.4.0)
127
114
  rails-dom-testing (>= 1, < 3)
128
115
  railties (>= 4.2.0)
129
116
  thor (>= 0.14, < 2.0)
130
- json (2.3.0)
131
- listen (3.2.1)
117
+ json (2.6.1)
118
+ listen (3.7.1)
132
119
  rb-fsevent (~> 0.10, >= 0.10.3)
133
120
  rb-inotify (~> 0.9, >= 0.9.10)
134
- loofah (2.4.0)
121
+ loofah (2.14.0)
135
122
  crass (~> 1.0.2)
136
123
  nokogiri (>= 1.5.9)
137
- lumberjack (1.0.13)
124
+ lumberjack (1.2.8)
138
125
  mail (2.7.1)
139
126
  mini_mime (>= 0.1.1)
140
- marcel (0.3.3)
141
- mimemagic (~> 0.3.2)
142
- method_source (0.9.2)
143
- mimemagic (0.3.3)
144
- mini_mime (1.0.2)
145
- mini_portile2 (2.4.0)
146
- minitest (5.13.0)
127
+ marcel (1.0.2)
128
+ method_source (1.0.0)
129
+ mini_mime (1.1.2)
130
+ minitest (5.15.0)
147
131
  nenv (0.3.0)
148
- nio4r (2.5.2)
149
- nokogiri (1.10.7)
150
- mini_portile2 (~> 2.4.0)
132
+ nio4r (2.5.8)
133
+ nokogiri (1.13.3-x86_64-darwin)
134
+ racc (~> 1.4)
151
135
  notiffany (0.1.3)
152
136
  nenv (~> 0.1)
153
137
  shellany (~> 0.0)
154
- pry (0.12.2)
155
- coderay (~> 1.1.0)
156
- method_source (~> 0.9.0)
157
- pry-nav (0.3.0)
158
- pry (>= 0.9.10, < 0.13.0)
159
- public_suffix (4.0.1)
160
- rack (2.0.8)
138
+ pry (0.14.1)
139
+ coderay (~> 1.1)
140
+ method_source (~> 1.0)
141
+ pry-nav (1.0.0)
142
+ pry (>= 0.9.10, < 0.15)
143
+ public_suffix (4.0.6)
144
+ racc (1.6.0)
145
+ rack (2.2.3)
161
146
  rack-test (1.1.0)
162
147
  rack (>= 1.0, < 3)
163
- rails (6.0.2.1)
164
- actioncable (= 6.0.2.1)
165
- actionmailbox (= 6.0.2.1)
166
- actionmailer (= 6.0.2.1)
167
- actionpack (= 6.0.2.1)
168
- actiontext (= 6.0.2.1)
169
- actionview (= 6.0.2.1)
170
- activejob (= 6.0.2.1)
171
- activemodel (= 6.0.2.1)
172
- activerecord (= 6.0.2.1)
173
- activestorage (= 6.0.2.1)
174
- activesupport (= 6.0.2.1)
148
+ rails (5.2.6.3)
149
+ actioncable (= 5.2.6.3)
150
+ actionmailer (= 5.2.6.3)
151
+ actionpack (= 5.2.6.3)
152
+ actionview (= 5.2.6.3)
153
+ activejob (= 5.2.6.3)
154
+ activemodel (= 5.2.6.3)
155
+ activerecord (= 5.2.6.3)
156
+ activestorage (= 5.2.6.3)
157
+ activesupport (= 5.2.6.3)
175
158
  bundler (>= 1.3.0)
176
- railties (= 6.0.2.1)
159
+ railties (= 5.2.6.3)
177
160
  sprockets-rails (>= 2.0.0)
178
161
  rails-dom-testing (2.0.3)
179
162
  activesupport (>= 4.2.0)
180
163
  nokogiri (>= 1.6)
181
- rails-html-sanitizer (1.3.0)
164
+ rails-html-sanitizer (1.4.2)
182
165
  loofah (~> 2.3)
183
- railties (6.0.2.1)
184
- actionpack (= 6.0.2.1)
185
- activesupport (= 6.0.2.1)
166
+ railties (5.2.6.3)
167
+ actionpack (= 5.2.6.3)
168
+ activesupport (= 5.2.6.3)
186
169
  method_source
187
170
  rake (>= 0.8.7)
188
- thor (>= 0.20.3, < 2.0)
189
- rake (13.0.1)
190
- rb-fsevent (0.10.3)
191
- rb-inotify (0.10.0)
171
+ thor (>= 0.19.0, < 2.0)
172
+ rake (13.0.6)
173
+ rb-fsevent (0.11.1)
174
+ rb-inotify (0.10.1)
192
175
  ffi (~> 1.0)
193
- responders (3.0.0)
176
+ responders (3.0.1)
194
177
  actionpack (>= 5.0)
195
178
  railties (>= 5.0)
196
- roo (2.8.2)
179
+ roo (2.8.3)
197
180
  nokogiri (~> 1)
198
- rubyzip (>= 1.2.1, < 2.0.0)
199
- rspec (3.9.0)
200
- rspec-core (~> 3.9.0)
201
- rspec-expectations (~> 3.9.0)
202
- rspec-mocks (~> 3.9.0)
203
- rspec-core (3.9.0)
204
- rspec-support (~> 3.9.0)
205
- rspec-expectations (3.9.0)
181
+ rubyzip (>= 1.3.0, < 3.0.0)
182
+ rspec (3.11.0)
183
+ rspec-core (~> 3.11.0)
184
+ rspec-expectations (~> 3.11.0)
185
+ rspec-mocks (~> 3.11.0)
186
+ rspec-core (3.11.0)
187
+ rspec-support (~> 3.11.0)
188
+ rspec-expectations (3.11.0)
206
189
  diff-lcs (>= 1.2.0, < 2.0)
207
- rspec-support (~> 3.9.0)
208
- rspec-mocks (3.9.0)
190
+ rspec-support (~> 3.11.0)
191
+ rspec-mocks (3.11.0)
209
192
  diff-lcs (>= 1.2.0, < 2.0)
210
- rspec-support (~> 3.9.0)
211
- rspec-rails (3.9.0)
212
- actionpack (>= 3.0)
213
- activesupport (>= 3.0)
214
- railties (>= 3.0)
215
- rspec-core (~> 3.9.0)
216
- rspec-expectations (~> 3.9.0)
217
- rspec-mocks (~> 3.9.0)
218
- rspec-support (~> 3.9.0)
219
- rspec-support (3.9.0)
220
- rubyzip (1.3.0)
193
+ rspec-support (~> 3.11.0)
194
+ rspec-rails (5.1.1)
195
+ actionpack (>= 5.2)
196
+ activesupport (>= 5.2)
197
+ railties (>= 5.2)
198
+ rspec-core (~> 3.10)
199
+ rspec-expectations (~> 3.10)
200
+ rspec-mocks (~> 3.10)
201
+ rspec-support (~> 3.10)
202
+ rspec-support (3.11.0)
203
+ rubyzip (2.3.2)
221
204
  shellany (0.0.1)
222
205
  simplecov (0.16.1)
223
206
  docile (~> 1.1)
@@ -227,31 +210,32 @@ GEM
227
210
  sprockets (3.7.2)
228
211
  concurrent-ruby (~> 1.0)
229
212
  rack (> 1, < 3)
230
- sprockets-rails (3.2.1)
231
- actionpack (>= 4.0)
232
- activesupport (>= 4.0)
213
+ sprockets-rails (3.4.2)
214
+ actionpack (>= 5.2)
215
+ activesupport (>= 5.2)
233
216
  sprockets (>= 3.0.0)
234
217
  sqlite3 (1.4.2)
218
+ sync (0.5.0)
235
219
  term-ansicolor (1.7.1)
236
220
  tins (~> 1.0)
237
- thin (1.7.2)
221
+ thin (1.8.1)
238
222
  daemons (~> 1.0, >= 1.0.9)
239
223
  eventmachine (~> 1.0, >= 1.0.4)
240
224
  rack (>= 1, < 3)
241
- thor (1.0.1)
225
+ thor (1.2.1)
242
226
  thread_safe (0.3.6)
243
- tins (1.22.2)
244
- tzinfo (1.2.5)
227
+ tins (1.31.0)
228
+ sync
229
+ tzinfo (1.2.9)
245
230
  thread_safe (~> 0.1)
246
- websocket-driver (0.7.1)
231
+ websocket-driver (0.7.5)
247
232
  websocket-extensions (>= 0.1.0)
248
- websocket-extensions (0.1.4)
233
+ websocket-extensions (0.1.5)
249
234
  xpath (3.2.0)
250
235
  nokogiri (~> 1.8)
251
- zeitwerk (2.2.2)
252
236
 
253
237
  PLATFORMS
254
- ruby
238
+ x86_64-darwin-17
255
239
 
256
240
  DEPENDENCIES
257
241
  acts_as_caxlsx!
@@ -264,7 +248,7 @@ DEPENDENCIES
264
248
  jquery-rails
265
249
  pry
266
250
  pry-nav
267
- rails (~> 6)
251
+ rails (~> 5.2)
268
252
  rake
269
253
  rb-fsevent
270
254
  responders (~> 3.0)
@@ -276,4 +260,4 @@ DEPENDENCIES
276
260
  thin
277
261
 
278
262
  BUNDLED WITH
279
- 1.17.3
263
+ 2.2.19