rails-server-monitor 0.1.5 → 0.1.10

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-server-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Personal Social Media
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-20 00:00:00.000000000 Z
11
+ date: 2021-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-rails
@@ -246,8 +246,16 @@ files:
246
246
  - app/views/layouts/rails_server_monitor/application.html.erb
247
247
  - app/views/layouts/rails_server_monitor/application_record.rb
248
248
  - app/views/rails_server_monitor/home/index.html.erb
249
+ - app/views/rails_server_monitor/page/_footer.html.erb
249
250
  - app/views/rails_server_monitor/servers/show.html.erb
251
+ - app/views/rails_server_monitor/servers/show/_chart.html.erb
250
252
  - app/views/rails_server_monitor/snapshots/show.html.erb
253
+ - babel.config.js
254
+ - bin/rails
255
+ - bin/rspec
256
+ - bin/start
257
+ - bin/webpack
258
+ - bin/webpack-dev-server
251
259
  - config/routes.rb
252
260
  - config/webpack/base.js
253
261
  - config/webpack/development.js
@@ -258,10 +266,15 @@ files:
258
266
  - lib/generators/rails_server_monitor/templates/install.rb.tt
259
267
  - lib/rails/server/monitor/engine.rb
260
268
  - lib/rails_server_monitor.rb
269
+ - lib/rails_server_monitor/compile_locally.rb
261
270
  - lib/rails_server_monitor/configuration.rb
262
271
  - lib/rails_server_monitor/engine.rb
263
272
  - lib/rails_server_monitor/version.rb
264
273
  - lib/tasks/rails_server_monitor_tasks.rake
274
+ - package.json
275
+ - postcss.config.js
276
+ - tailwind.config.js
277
+ - yarn.lock
265
278
  homepage: https://github.com/personal-social-media/rails-server-monitor
266
279
  licenses:
267
280
  - MIT