rails_error_dashboard 0.1.7 → 0.1.8

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: b69a15c7ce0fdedb38654c9b4747fe8e1804419fd19ab15182182a02fa2d9fa6
4
- data.tar.gz: d92fb59ecb07d9b59fbf2525e1d5a46bb0a59ff37cf259d20d3223e210d33fd9
3
+ metadata.gz: afb7505fa151651854c20ca7db94e8d46a887944db7426dae5c0cc3af5c190c4
4
+ data.tar.gz: d3fb030d07b2981913a26a7486b693e2937bdb4cd09448a7d60fc0996b046fe6
5
5
  SHA512:
6
- metadata.gz: dbdb45fbc0015b4b293b8d3648403d68a117c43db16e5dff572317821fa3b0f9e9592ee6e921fef9fda6fd471126fe2c9b9f36a8d49bd1cbdda913c2d2833d51
7
- data.tar.gz: 1da1a8275bf29468e2295334655748d00bc472ab99be2fca316e0217675ce86cbd8f07ba10b3113a7857a75d4d703231fcd743eb2b4c01fc3ed4f41d9cc9d084
6
+ metadata.gz: a2b3109a9c7744fcb9ef25fd1a498908fa036cfa86ddf68de7c6214ee9b500bbf9885d69e687418998db8fe0e6bfa4ddf244f28e3d138f4b315f4574113eb9e7
7
+ data.tar.gz: 5553318a3b2c3accab1d2bcadeb70aad586511e98435e32e9ef84f648f2b3132bf5d8215178198522c0b15a193a29c40f22aacf5acbb4dfb51f5995d975fef53
data/README.md CHANGED
@@ -20,7 +20,7 @@ gem 'rails_error_dashboard'
20
20
 
21
21
  **See it in action:** [https://rails-error-dashboard.anjan.dev](https://rails-error-dashboard.anjan.dev)
22
22
 
23
- Username: `frodo` · Password: `precious`
23
+ Username: `gandalf` · Password: `youshallnotpass`
24
24
 
25
25
  Experience the full dashboard with 250+ realistic Rails errors, LOTR-themed demo data, and all features enabled.
26
26
 
@@ -1,3 +1,3 @@
1
1
  module RailsErrorDashboard
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_error_dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anjan Jagirdar
@@ -377,13 +377,13 @@ metadata:
377
377
  source_code_uri: https://github.com/AnjanJ/rails_error_dashboard
378
378
  changelog_uri: https://github.com/AnjanJ/rails_error_dashboard/blob/main/CHANGELOG.md
379
379
  post_install_message: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n
380
- \ Rails Error Dashboard v0.1.7 installed successfully!\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F4E6
380
+ \ Rails Error Dashboard v0.1.8 installed successfully!\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F4E6
381
381
  Next steps to get started:\n\n 1. Run the installer:\n rails generate rails_error_dashboard:install\n\n
382
382
  \ 2. Run migrations:\n rails db:migrate\n\n 3. Mount the engine in config/routes.rb:\n
383
383
  \ mount RailsErrorDashboard::Engine => '/error_dashboard'\n\n 4. Start your
384
384
  server and visit:\n http://localhost:3000/error_dashboard\n\n\U0001F3AE Try
385
- the live demo: https://rails-error-dashboard.anjan.dev\n (Username: frodo, Password:
386
- precious)\n\n\U0001F4D6 Documentation: https://github.com/AnjanJ/rails_error_dashboard\n\U0001F4AC
385
+ the live demo: https://rails-error-dashboard.anjan.dev\n (Username: gandalf, Password:
386
+ youshallnotpass)\n\n\U0001F4D6 Documentation: https://github.com/AnjanJ/rails_error_dashboard\n\U0001F4AC
387
387
  Questions? https://github.com/AnjanJ/rails_error_dashboard/issues\n\n⚠️ BETA: API
388
388
  may change before v1.0.0 - Use at your own discretion\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n"
389
389
  rdoc_options: []