tansaku 0.2.1 → 0.3.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.
@@ -17,6 +17,7 @@ _vti_log
17
17
  _vti_log/
18
18
  .error_log
19
19
  .log
20
+ .log.txt
20
21
  .transients_purge.log
21
22
  /log/error.log
22
23
  /log/www-error.log
@@ -56,6 +57,7 @@ admin/logs/error-log
56
57
  admin/logs/error.log
57
58
  adminblog
58
59
  akeeba.backend.log
60
+ anchor/errors.log
59
61
  answers/error_log
60
62
  apache/logs/access_log
61
63
  apache/logs/access.log
@@ -67,14 +69,19 @@ app/log/
67
69
  application.log
68
70
  assets/npm-debug.log
69
71
  asterisk.log
72
+ authorizenet.log
73
+ autoscan.log
74
+ bitrix_server_test.log
70
75
  bitrix/error.log
71
76
  bitrix/modules/error.log
77
+ bitrix/modules/error.log.old
72
78
  bitrix/modules/smtpd.log
73
79
  bitrix/modules/updater_partner.log
74
80
  bitrix/modules/updater.log
75
81
  blog
76
82
  Blog
77
83
  blog/error_log
84
+ build.log
78
85
  catalog
79
86
  ccbill.log
80
87
  change.log
@@ -84,6 +91,7 @@ CHANGELOG.log
84
91
  CHANGELOG.LOG
85
92
  cleanup.log
86
93
  content/debug.log
94
+ crash.log
87
95
  cron_import.log
88
96
  cron_sku.log
89
97
  cron.log
@@ -99,38 +107,53 @@ err.log
99
107
  error_log
100
108
  error-log
101
109
  error.log
110
+ error.log.0
102
111
  errorlog
103
112
  errors.log
113
+ exception.log
104
114
  gitlog
115
+ hs_err_pid.log
105
116
  http_access.log
106
117
  httpd/logs/access_log
107
118
  httpd/logs/access.log
108
119
  httpd/logs/error_log
109
120
  httpd/logs/error.log
110
121
  import_error.log
122
+ install_mgr.log
111
123
  install.log
112
124
  install/update.log
125
+ librepag.log
113
126
  liferay.log
114
127
  lighttpd.access.log
115
128
  lighttpd.error.log
116
129
  linkhub/linkhub.log
130
+ listener.log
117
131
  log
118
132
  LOG/
119
133
  log/
120
134
  log/access_log
121
135
  log/access.log
136
+ log/authorizenet.log
122
137
  log/development.log
123
138
  log/error_log
124
139
  log/error.log
140
+ log/exception.log
141
+ log/librepag.log
125
142
  log/log.log
143
+ log/payment_authorizenet.log
144
+ log/payment_paypal_express.log
145
+ log/payment.log
126
146
  log/production.log
127
147
  log/server.log
128
148
  log/test.log
149
+ log/www-error.log
129
150
  logs/access_log
130
151
  logs/access.log
131
152
  logs/error_log
132
153
  logs/error.log
154
+ logs/liferay.log
133
155
  logs/mail.log
156
+ logs/www-error.log
134
157
  mail.log
135
158
  master/portquotes_new/admin.log
136
159
  members.log
@@ -147,7 +170,11 @@ order.log
147
170
  orders_log
148
171
  orders.log
149
172
  password.log
173
+ payment_authorizenet.log
174
+ payment_paypal_express.log
175
+ payment.log
150
176
  pgadmin.log
177
+ PharoDebug.log
151
178
  php_cli_errors.log
152
179
  php_error_log
153
180
  php_error.log
@@ -155,6 +182,8 @@ php_errorlog
155
182
  php_errors.log
156
183
  php-error.log
157
184
  php-errors.log
185
+ php-fpm/error.log
186
+ php-fpm/www-error.log
158
187
  php.log
159
188
  phperrors.log
160
189
  plugins.log
@@ -165,10 +194,13 @@ sales.log
165
194
  sentemails.log
166
195
  server.log
167
196
  serverStatus.log
197
+ setup.log
168
198
  site-log/
169
199
  spamlog.log
170
200
  sql_error.log
171
201
  sqlnet.log
202
+ SqueakDebug.log
203
+ stacktrace.log
172
204
  startServer.log
173
205
  storage/logs/laravel.log
174
206
  sugarcrm.log
@@ -186,6 +218,12 @@ tmp/error_log
186
218
  tmp/error.log
187
219
  users.log
188
220
  var/log/
221
+ var/log/authorizenet.log
222
+ var/log/exception.log
223
+ var/log/librepag.log
224
+ var/log/payment_authorizenet.log
225
+ var/log/payment_paypal_express.log
226
+ var/log/payment.log
189
227
  wp-app.log
190
228
  wp-content/debug.log
191
229
  WS_FTP.log
@@ -195,4 +233,6 @@ xferlog
195
233
  xphperrors.log
196
234
  yaml_cron.log
197
235
  yaml.log
236
+ yarn-debug.log
237
+ yarn-error.log
198
238
  yum.log
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tansaku
4
- VERSION = "0.2.1"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tansaku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-14 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -156,7 +156,7 @@ homepage: https://github.com/ninoseki/tansaku
156
156
  licenses:
157
157
  - MIT
158
158
  metadata: {}
159
- post_install_message:
159
+ post_install_message:
160
160
  rdoc_options: []
161
161
  require_paths:
162
162
  - lib
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubygems_version: 3.1.2
175
- signing_key:
175
+ signing_key:
176
176
  specification_version: 4
177
177
  summary: Yet another dirbuster tool
178
178
  test_files: []