rails-server-monitor 0.1.7 → 0.2.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.
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.7
4
+ version: 0.2.0
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-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-rails
@@ -246,9 +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
251
253
  - babel.config.js
254
+ - bin/rails
255
+ - bin/rspec
256
+ - bin/start
257
+ - bin/webpack
258
+ - bin/webpack-dev-server
252
259
  - config/routes.rb
253
260
  - config/webpack/base.js
254
261
  - config/webpack/development.js
@@ -259,6 +266,7 @@ files:
259
266
  - lib/generators/rails_server_monitor/templates/install.rb.tt
260
267
  - lib/rails/server/monitor/engine.rb
261
268
  - lib/rails_server_monitor.rb
269
+ - lib/rails_server_monitor/compile_locally.rb
262
270
  - lib/rails_server_monitor/configuration.rb
263
271
  - lib/rails_server_monitor/engine.rb
264
272
  - lib/rails_server_monitor/version.rb