fluentd-ui 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fluentd-ui might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8ed10127f4321d0c21f6c39e75b49957ac513a7
4
- data.tar.gz: e78e3fd0a95570ff29e04ec013648ed4d13e1b78
3
+ metadata.gz: df5582c25976be8c9a4ef35ed3a285b1dcc6cd71
4
+ data.tar.gz: 82aa759ea3e96c6211b38f0e5626e8da10923570
5
5
  SHA512:
6
- metadata.gz: 12b2478c0bb2f7da835daae83286cfcd5ff92b831067406921dca558bf9b0f6cd3dc5870c2c17ef41b06d66034aeecd5ee02cee7adac32394972c9b80860047b
7
- data.tar.gz: ceca6e06deeb788d55c0c7fbd583dd7218d685e50a8d9389315dcf77a26adb951cb2268f229ea09249c9ec1a0d3cbd71861f8d8c0ddb591eccf35ced92b34f5c
6
+ metadata.gz: 3059252decb9f859e20da7e44348ac0c50c4d807d32cfbf569bac92d910f132e153062842bdcfd010bc8e057a2664824d8b0e6d3cc6763b23e1370603ab890b0
7
+ data.tar.gz: 4aac3e74fefb4d13b0134ec6bff092722616fd80c01b9df7d5c5b431e8d9925465618374edc8a8d73a9590f4a17e1658aed09c638102d49e9f620a9759916376
@@ -1,3 +1,9 @@
1
+ ## Release 0.4.5 - 2018/04/20
2
+
3
+ * [maintenance] Use twilio instead of boundio [#212](https://github.com/fluent/fluentd-ui/pull/212)
4
+ * [maintenance] Use terminal_notifier instead of Growl [#213](https://github.com/fluent/fluentd-ui/pull/213)
5
+ * [maintenance] Use Rails 4.2.10 [#222](https://github.com/fluent/fluentd-ui/pull/222)
6
+
1
7
  ## Release 0.4.4 - 2017/04/25
2
8
 
3
9
  * [fixed] Fix multiline parser preview bug [#209](https://github.com/fluent/fluentd-ui/pull/209)
data/Gemfile CHANGED
@@ -21,7 +21,7 @@ group :test do
21
21
  gem "factory_girl_rails"
22
22
  gem "capybara", "~> 2.4.0"
23
23
  gem "capybara-screenshot"
24
- gem "simplecov", "~> 0.7.1", require: false
24
+ gem "simplecov", "~> 0.16.1", require: false
25
25
  gem "webmock", "~> 1.18.0"
26
26
  gem "timecop"
27
27
  gem "poltergeist"
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluentd-ui (0.4.4)
4
+ fluentd-ui (0.4.5)
5
5
  addressable
6
6
  bundler
7
7
  diff-lcs
8
- draper (~> 1.3)
9
- fluentd (>= 0.10.56, < 2)
8
+ draper (~> 2.1)
9
+ fluentd (>= 0.10.56, < 0.14)
10
10
  font-awesome-rails
11
- haml-rails (~> 0.5.3)
11
+ haml-rails (~> 1.0)
12
12
  httpclient (~> 2.5)
13
13
  jbuilder (~> 2.0)
14
- jquery-rails (~> 3.1.0)
14
+ jquery-rails (~> 4.3.1)
15
15
  kramdown (> 1.0.0)
16
16
  kramdown-haml
17
17
  puma
@@ -19,42 +19,42 @@ PATH
19
19
  rubyzip (~> 1.1)
20
20
  sass-rails (~> 4.0.3)
21
21
  settingslogic
22
- sucker_punch (~> 1.0.5)
22
+ sucker_punch (~> 1.6.0)
23
23
  thor
24
24
 
25
25
  GEM
26
26
  remote: https://rubygems.org/
27
27
  specs:
28
- actionmailer (4.2.8)
29
- actionpack (= 4.2.8)
30
- actionview (= 4.2.8)
31
- activejob (= 4.2.8)
28
+ actionmailer (4.2.10)
29
+ actionpack (= 4.2.10)
30
+ actionview (= 4.2.10)
31
+ activejob (= 4.2.10)
32
32
  mail (~> 2.5, >= 2.5.4)
33
33
  rails-dom-testing (~> 1.0, >= 1.0.5)
34
- actionpack (4.2.8)
35
- actionview (= 4.2.8)
36
- activesupport (= 4.2.8)
34
+ actionpack (4.2.10)
35
+ actionview (= 4.2.10)
36
+ activesupport (= 4.2.10)
37
37
  rack (~> 1.6)
38
38
  rack-test (~> 0.6.2)
39
39
  rails-dom-testing (~> 1.0, >= 1.0.5)
40
40
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
41
- actionview (4.2.8)
42
- activesupport (= 4.2.8)
41
+ actionview (4.2.10)
42
+ activesupport (= 4.2.10)
43
43
  builder (~> 3.1)
44
44
  erubis (~> 2.7.0)
45
45
  rails-dom-testing (~> 1.0, >= 1.0.5)
46
46
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
47
- activejob (4.2.8)
48
- activesupport (= 4.2.8)
47
+ activejob (4.2.10)
48
+ activesupport (= 4.2.10)
49
49
  globalid (>= 0.3.0)
50
- activemodel (4.2.8)
51
- activesupport (= 4.2.8)
50
+ activemodel (4.2.10)
51
+ activesupport (= 4.2.10)
52
52
  builder (~> 3.1)
53
- activerecord (4.2.8)
54
- activemodel (= 4.2.8)
55
- activesupport (= 4.2.8)
53
+ activerecord (4.2.10)
54
+ activemodel (= 4.2.10)
55
+ activesupport (= 4.2.10)
56
56
  arel (~> 6.0)
57
- activesupport (4.2.8)
57
+ activesupport (4.2.10)
58
58
  i18n (~> 0.7)
59
59
  minitest (~> 5.1)
60
60
  thread_safe (~> 0.3, >= 0.3.4)
@@ -78,18 +78,36 @@ GEM
78
78
  capybara-screenshot (1.0.14)
79
79
  capybara (>= 1.0, < 3)
80
80
  launchy
81
- celluloid (0.15.2)
82
- timers (~> 1.1.0)
81
+ celluloid (0.17.3)
82
+ celluloid-essentials
83
+ celluloid-extras
84
+ celluloid-fsm
85
+ celluloid-pool
86
+ celluloid-supervision
87
+ timers (>= 4.1.1)
88
+ celluloid-essentials (0.20.5)
89
+ timers (>= 4.1.1)
90
+ celluloid-extras (0.20.5)
91
+ timers (>= 4.1.1)
92
+ celluloid-fsm (0.20.5)
93
+ timers (>= 4.1.1)
94
+ celluloid-pool (0.20.5)
95
+ timers (>= 4.1.1)
96
+ celluloid-supervision (0.20.6)
97
+ timers (>= 4.1.1)
83
98
  cliver (0.3.2)
84
99
  coderay (1.1.1)
85
- cool.io (1.5.0)
100
+ concurrent-ruby (1.0.5)
101
+ cool.io (1.5.3)
86
102
  crack (0.4.3)
87
103
  safe_yaml (~> 1.0.0)
104
+ crass (1.0.4)
88
105
  debug_inspector (0.0.2)
89
106
  diff-lcs (1.3)
107
+ docile (1.3.0)
90
108
  domain_name (0.5.20170404)
91
109
  unf (>= 0.0.5, < 1.0.0)
92
- draper (1.4.0)
110
+ draper (2.1.0)
93
111
  actionpack (>= 3.0)
94
112
  activemodel (>= 3.0)
95
113
  activesupport (>= 3.0)
@@ -100,7 +118,7 @@ GEM
100
118
  factory_girl_rails (4.8.0)
101
119
  factory_girl (~> 4.8.0)
102
120
  railties (>= 3.0.0)
103
- fluentd (0.12.35)
121
+ fluentd (0.12.43)
104
122
  cool.io (>= 1.2.2, < 2.0.0)
105
123
  http_parser.rb (>= 0.5.1, < 0.7.0)
106
124
  json (>= 1.4.3)
@@ -110,42 +128,53 @@ GEM
110
128
  tzinfo (>= 1.0.0)
111
129
  tzinfo-data (>= 1.0.0)
112
130
  yajl-ruby (~> 1.0)
113
- font-awesome-rails (4.7.0.1)
114
- railties (>= 3.2, < 5.1)
115
- globalid (0.4.0)
131
+ font-awesome-rails (4.7.0.4)
132
+ railties (>= 3.2, < 6.0)
133
+ globalid (0.4.1)
116
134
  activesupport (>= 4.2.0)
117
- haml (4.0.7)
135
+ haml (5.0.4)
136
+ temple (>= 0.8.0)
118
137
  tilt
119
- haml-rails (0.5.3)
138
+ haml-rails (1.0.0)
120
139
  actionpack (>= 4.0.1)
121
140
  activesupport (>= 4.0.1)
122
- haml (>= 3.1, < 5.0)
141
+ haml (>= 4.0.6, < 6.0)
142
+ html2haml (>= 1.0.1)
123
143
  railties (>= 4.0.1)
124
144
  hike (1.2.3)
145
+ hitimes (1.2.6)
146
+ html2haml (2.2.0)
147
+ erubis (~> 2.7.0)
148
+ haml (>= 4.0, < 6)
149
+ nokogiri (>= 1.6.0)
150
+ ruby_parser (~> 3.5)
125
151
  http-cookie (1.0.3)
126
152
  domain_name (~> 0.5)
127
153
  http_parser.rb (0.6.0)
128
154
  httpclient (2.8.3)
129
- i18n (0.8.1)
155
+ i18n (0.9.5)
156
+ concurrent-ruby (~> 1.0)
130
157
  i18n_generators (1.2.1)
131
158
  mechanize
132
159
  rails (>= 3.0.0)
133
- jbuilder (2.6.3)
134
- activesupport (>= 3.0.0, < 5.2)
135
- multi_json (~> 1.2)
136
- jquery-rails (3.1.4)
137
- railties (>= 3.0, < 5.0)
160
+ jbuilder (2.7.0)
161
+ activesupport (>= 4.2.0)
162
+ multi_json (>= 1.2)
163
+ jquery-rails (4.3.1)
164
+ rails-dom-testing (>= 1, < 3)
165
+ railties (>= 4.2.0)
138
166
  thor (>= 0.14, < 2.0)
139
167
  json (2.1.0)
140
- kramdown (1.13.2)
168
+ kramdown (1.16.2)
141
169
  kramdown-haml (0.0.3)
142
170
  haml
143
171
  launchy (2.4.3)
144
172
  addressable (~> 2.3)
145
- loofah (2.0.3)
173
+ loofah (2.2.2)
174
+ crass (~> 1.0.2)
146
175
  nokogiri (>= 1.5.9)
147
- mail (2.6.4)
148
- mime-types (>= 1.16, < 4)
176
+ mail (2.7.0)
177
+ mini_mime (>= 0.1.1)
149
178
  mechanize (2.7.5)
150
179
  domain_name (~> 0.5, >= 0.5.1)
151
180
  http-cookie (~> 1.0)
@@ -159,14 +188,15 @@ GEM
159
188
  mime-types (3.1)
160
189
  mime-types-data (~> 3.2015)
161
190
  mime-types-data (3.2016.0521)
162
- mini_portile2 (2.1.0)
163
- minitest (5.10.1)
164
- msgpack (1.1.0)
165
- multi_json (1.12.1)
191
+ mini_mime (1.0.0)
192
+ mini_portile2 (2.3.0)
193
+ minitest (5.11.3)
194
+ msgpack (1.2.4)
195
+ multi_json (1.13.1)
166
196
  net-http-digest_auth (1.4.1)
167
197
  net-http-persistent (2.9.4)
168
- nokogiri (1.7.1)
169
- mini_portile2 (~> 2.1.0)
198
+ nokogiri (1.8.2)
199
+ mini_portile2 (~> 2.3.0)
170
200
  ntlm-http (0.1.1)
171
201
  poltergeist (1.14.0)
172
202
  capybara (~> 2.1)
@@ -179,36 +209,37 @@ GEM
179
209
  pry-rails (0.3.6)
180
210
  pry (>= 0.10.4)
181
211
  public_suffix (2.0.5)
182
- puma (3.8.2)
183
- rack (1.6.5)
212
+ puma (3.11.4)
213
+ rack (1.6.9)
184
214
  rack-test (0.6.3)
185
215
  rack (>= 1.0)
186
- rails (4.2.8)
187
- actionmailer (= 4.2.8)
188
- actionpack (= 4.2.8)
189
- actionview (= 4.2.8)
190
- activejob (= 4.2.8)
191
- activemodel (= 4.2.8)
192
- activerecord (= 4.2.8)
193
- activesupport (= 4.2.8)
216
+ rails (4.2.10)
217
+ actionmailer (= 4.2.10)
218
+ actionpack (= 4.2.10)
219
+ actionview (= 4.2.10)
220
+ activejob (= 4.2.10)
221
+ activemodel (= 4.2.10)
222
+ activerecord (= 4.2.10)
223
+ activesupport (= 4.2.10)
194
224
  bundler (>= 1.3.0, < 2.0)
195
- railties (= 4.2.8)
225
+ railties (= 4.2.10)
196
226
  sprockets-rails
197
227
  rails-deprecated_sanitizer (1.0.3)
198
228
  activesupport (>= 4.2.0.alpha)
199
- rails-dom-testing (1.0.8)
200
- activesupport (>= 4.2.0.beta, < 5.0)
229
+ rails-dom-testing (1.0.9)
230
+ activesupport (>= 4.2.0, < 5.0)
201
231
  nokogiri (~> 1.6)
202
232
  rails-deprecated_sanitizer (>= 1.0.1)
203
- rails-html-sanitizer (1.0.3)
204
- loofah (~> 2.0)
205
- railties (4.2.8)
206
- actionpack (= 4.2.8)
207
- activesupport (= 4.2.8)
233
+ rails-html-sanitizer (1.0.4)
234
+ loofah (~> 2.2, >= 2.2.2)
235
+ railties (4.2.10)
236
+ actionpack (= 4.2.10)
237
+ activesupport (= 4.2.10)
208
238
  rake (>= 0.8.7)
209
239
  thor (>= 0.18.1, < 2.0)
210
- rake (12.0.0)
211
- request_store (1.3.2)
240
+ rake (12.3.1)
241
+ request_store (1.4.1)
242
+ rack (>= 1.4)
212
243
  rspec-core (3.5.4)
213
244
  rspec-support (~> 3.5.0)
214
245
  rspec-expectations (3.5.0)
@@ -226,6 +257,8 @@ GEM
226
257
  rspec-mocks (~> 3.5.0)
227
258
  rspec-support (~> 3.5.0)
228
259
  rspec-support (3.5.0)
260
+ ruby_parser (3.11.0)
261
+ sexp_processor (~> 4.9)
229
262
  rubyzip (1.2.1)
230
263
  safe_yaml (1.0.4)
231
264
  sass (3.2.19)
@@ -235,11 +268,13 @@ GEM
235
268
  sprockets (~> 2.8, < 3.0)
236
269
  sprockets-rails (~> 2.0)
237
270
  settingslogic (2.0.9)
271
+ sexp_processor (4.11.0)
238
272
  sigdump (0.2.4)
239
- simplecov (0.7.1)
240
- multi_json (~> 1.0)
241
- simplecov-html (~> 0.7.1)
242
- simplecov-html (0.7.1)
273
+ simplecov (0.16.1)
274
+ docile (~> 1.1)
275
+ json (>= 1.8, < 3)
276
+ simplecov-html (~> 0.10.0)
277
+ simplecov-html (0.10.2)
243
278
  slop (3.6.0)
244
279
  sprockets (2.12.4)
245
280
  hike (~> 1.2)
@@ -251,16 +286,18 @@ GEM
251
286
  activesupport (>= 3.0)
252
287
  sprockets (>= 2.8, < 4.0)
253
288
  string-scrub (0.0.5)
254
- sucker_punch (1.0.5)
255
- celluloid (~> 0.15.2)
256
- thor (0.19.4)
289
+ sucker_punch (1.6.0)
290
+ celluloid (~> 0.17.2)
291
+ temple (0.8.0)
292
+ thor (0.20.0)
257
293
  thread_safe (0.3.6)
258
294
  tilt (1.4.1)
259
295
  timecop (0.8.1)
260
- timers (1.1.0)
261
- tzinfo (1.2.3)
296
+ timers (4.1.2)
297
+ hitimes
298
+ tzinfo (1.2.5)
262
299
  thread_safe (~> 0.1)
263
- tzinfo-data (1.2017.2)
300
+ tzinfo-data (1.2018.4)
264
301
  tzinfo (>= 1.0.0)
265
302
  unf (0.1.4)
266
303
  unf_ext
@@ -279,7 +316,7 @@ GEM
279
316
  websocket-extensions (0.1.2)
280
317
  xpath (2.0.0)
281
318
  nokogiri (~> 1.3)
282
- yajl-ruby (1.3.0)
319
+ yajl-ruby (1.3.1)
283
320
 
284
321
  PLATFORMS
285
322
  ruby
@@ -296,10 +333,10 @@ DEPENDENCIES
296
333
  pry-rails
297
334
  rake
298
335
  rspec-rails (~> 3.0)
299
- simplecov (~> 0.7.1)
336
+ simplecov (~> 0.16.1)
300
337
  timecop
301
338
  web-console (~> 2.0)
302
339
  webmock (~> 1.18.0)
303
340
 
304
341
  BUNDLED WITH
305
- 1.14.6
342
+ 1.16.1
data/README.md CHANGED
@@ -17,7 +17,9 @@ fluentd-ui is a browser-based [fluentd](http://www.fluentd.org) and [td-agent](h
17
17
  ## Requirements
18
18
 
19
19
  - ruby 2.1.3 or later (since v0.4.0)
20
+ - fluentd v0.12
20
21
 
22
+ Currently, fluentd-ui doesn't support fleuntd v1 and td-agent 3.
21
23
  And some additional packages (Debian / Ubuntu)
22
24
 
23
25
  - build-essential
@@ -2,7 +2,7 @@
2
2
 
3
3
  = form_tag(daemon_setting_path(@fluentd), method: :patch) do
4
4
  .form-group
5
- = text_area_tag "config", @config, class: "form-control", rows: 40, class: "js-fluentd-config-editor"
5
+ = text_area_tag "config", @config, class: "form-control js-fluentd-config-editor", rows: 40
6
6
  %p.text.text-danger= t('terms.notice_restart_for_config_edit', brand: fluentd_ui_brand)
7
7
  = submit_tag t("terms.update"), class: "btn btn-primary"
8
8
  = submit_tag t("terms.configtest"), class: "btn btn-default", name: "dryrun"
@@ -180,9 +180,9 @@ defaults: &defaults
180
180
  - category: search
181
181
  name: "splunkapi"
182
182
  - category: notification
183
- name: "boundio"
183
+ name: "twilio"
184
184
  - category: notification
185
- name: "growl"
185
+ name: "terminal_notifier"
186
186
 
187
187
  development:
188
188
  <<: *defaults
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Web UI for Fluentd}
12
12
  spec.description = %q{Web UI for Fluentd}
13
13
  spec.homepage = "https://github.com/fluent/fluentd-ui"
14
- spec.license = "Apache"
14
+ spec.license = "Apache-2.0"
15
15
 
16
16
  unless (ARGV & %w(rake build)).length.zero?
17
17
  # NOTE: `fluentd-ui start` will run `bundle exec ...`. so this gemspec file evaluated by bundler then exec `git ls-files`
@@ -24,16 +24,16 @@ Gem::Specification.new do |spec|
24
24
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
25
25
  spec.require_paths = ["lib"]
26
26
 
27
- spec.add_dependency "fluentd", [">= 0.10.56", "< 2"]
27
+ spec.add_dependency "fluentd", [">= 0.10.56", "< 0.14"]
28
28
  spec.add_dependency 'rails', '~> 4.2.0'
29
- spec.add_dependency 'sucker_punch', "~> 1.0.5"
29
+ spec.add_dependency 'sucker_punch', "~> 1.6.0"
30
30
  spec.add_dependency 'addressable'
31
31
  spec.add_dependency "font-awesome-rails"
32
32
  spec.add_dependency 'sass-rails', '~> 4.0.3'
33
- spec.add_dependency "haml-rails", "~> 0.5.3"
34
- spec.add_dependency 'jquery-rails', "~> 3.1.0"
33
+ spec.add_dependency "haml-rails", "~> 1.0"
34
+ spec.add_dependency 'jquery-rails', "~> 4.3.1"
35
35
  spec.add_dependency 'jbuilder', '~> 2.0'
36
- spec.add_dependency "draper", '~> 1.3'
36
+ spec.add_dependency "draper", '~> 2.1'
37
37
  spec.add_dependency "bundler"
38
38
  spec.add_dependency "httpclient", "~> 2.5" # same as td-agent
39
39
  spec.add_dependency "settingslogic"
@@ -1,3 +1,3 @@
1
1
  module FluentdUI
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
@@ -66,7 +66,7 @@ describe RegexpPreview::SingleLine do
66
66
 
67
67
  include_examples "should set regexp and time_format from selected format" do
68
68
  let(:regexp) do
69
- /^(?<time>[^ ]*\s*[^ ]* [^ ]*) (?<host>[^ ]*) (?<ident>[a-zA-Z0-9_\/\.\-]*)(?:\[(?<pid>[0-9]+)\])?(?:[^\:]*\:)? *(?<message>.*)$/
69
+ /^(?<time>[^ ]*\s*[^ ]* [^ ]*) (?<host>[^ ]*) (?<ident>[^ :\[]*)(?:\[(?<pid>[0-9]+)\])?(?:[^\:]*\:)? *(?<message>.*)$/
70
70
  end
71
71
  let(:time_format) { "%b %d %H:%M:%S" }
72
72
  end
@@ -156,7 +156,7 @@ describe RegexpPreview::SingleLine do
156
156
 
157
157
  it 'should set regexp and time_format from syslog format' do
158
158
  setting_json = {
159
- regexp: "^(?<time>[^ ]*\\s*[^ ]* [^ ]*) (?<host>[^ ]*) (?<ident>[a-zA-Z0-9_/\\.\\-]*)(?:\\[(?<pid>[0-9]+)\\])?(?:[^\\:]*\\:)? *(?<message>.*)$",
159
+ regexp: "^(?<time>[^ ]*\\s*[^ ]* [^ ]*) (?<host>[^ ]*) (?<ident>[^ :\\[]*)(?:\\[(?<pid>[0-9]+)\\])?(?:[^\\:]*\\:)? *(?<message>.*)$",
160
160
  time_format: "%b %d %H:%M:%S",
161
161
  }
162
162
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluentd-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Nakagawa
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-25 00:00:00.000000000 Z
12
+ date: 2018-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: 0.10.56
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '2'
23
+ version: '0.14'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: 0.10.56
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '2'
33
+ version: '0.14'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: rails
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -51,14 +51,14 @@ dependencies:
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.0.5
54
+ version: 1.6.0
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.5
61
+ version: 1.6.0
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: addressable
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -107,28 +107,28 @@ dependencies:
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.5.3
110
+ version: '1.0'
111
111
  type: :runtime
112
112
  prerelease: false
113
113
  version_requirements: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 0.5.3
117
+ version: '1.0'
118
118
  - !ruby/object:Gem::Dependency
119
119
  name: jquery-rails
120
120
  requirement: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 3.1.0
124
+ version: 4.3.1
125
125
  type: :runtime
126
126
  prerelease: false
127
127
  version_requirements: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 3.1.0
131
+ version: 4.3.1
132
132
  - !ruby/object:Gem::Dependency
133
133
  name: jbuilder
134
134
  requirement: !ruby/object:Gem::Requirement
@@ -149,14 +149,14 @@ dependencies:
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: '1.3'
152
+ version: '2.1'
153
153
  type: :runtime
154
154
  prerelease: false
155
155
  version_requirements: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '1.3'
159
+ version: '2.1'
160
160
  - !ruby/object:Gem::Dependency
161
161
  name: bundler
162
162
  requirement: !ruby/object:Gem::Requirement
@@ -691,7 +691,7 @@ files:
691
691
  - vendor/patterns/ruby
692
692
  homepage: https://github.com/fluent/fluentd-ui
693
693
  licenses:
694
- - Apache
694
+ - Apache-2.0
695
695
  metadata: {}
696
696
  post_install_message:
697
697
  rdoc_options: []
@@ -709,7 +709,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
709
709
  version: '0'
710
710
  requirements: []
711
711
  rubyforge_project:
712
- rubygems_version: 2.6.11
712
+ rubygems_version: 2.6.14.1
713
713
  signing_key:
714
714
  specification_version: 4
715
715
  summary: Web UI for Fluentd