rails_error_dashboard 0.1.30 → 0.1.32

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: d9a0ec7ce2177fab0bbbd7103440111b9d737add4281bd85e651e219b032242a
4
- data.tar.gz: c7edac468fff5d5318d78f384b460b1b9cf1ddbc50373ad71764c5675e33c67e
3
+ metadata.gz: 16e1e9adaa69248a977923b41ec2888edbbc94bab1e5f85fe6ba61a232ac186a
4
+ data.tar.gz: 519716e838cc061d5721cccadb23fe53843fda56b61dd1baa42eb32369d075ea
5
5
  SHA512:
6
- metadata.gz: 166ed8da84a2ef05fc69b1e4352e4f108300b34ec78b75b7685d41622a07e1dfe45113556f27f55756002d0af93d2ae6fd165683fcef9393562ab117fe02aa0d
7
- data.tar.gz: 79f5193644e2754c9f4f49e6d8f03edd463d91a7e021d23f9b02a02f8e412d748666a9b2cc3e8ff843b821f926f781a4e60887cce5d01b6f9b96c597cea6d317
6
+ metadata.gz: 32434e12d53f40011857914ca08a6a3ec6566540570f6598825998acf508af7e51814fabd9ec4dfcfb581ae4dd1d09911a520805930a774eb8e70c6cabea22e5
7
+ data.tar.gz: 8df0024ea62f344a244980a18bb4f1f8b2bc6e436e302d312a0268c7d89e83f805971bd067fc4d3bd18b15b60dc75d6ce52c9b04e69110bdfc43250a6b8ce61a
@@ -1,3 +1,3 @@
1
1
  module RailsErrorDashboard
2
- VERSION = "0.1.30"
2
+ VERSION = "0.1.32"
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.30
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anjan Jagirdar
@@ -253,11 +253,12 @@ dependencies:
253
253
  - - "~>"
254
254
  - !ruby/object:Gem::Version
255
255
  version: '2.5'
256
- description: 'Own your errors. Own your stack. A fully open-source, self-hosted error
256
+ description: "Own your errors. Own your stack. A fully open-source, self-hosted error
257
257
  dashboard for solo founders, indie hackers, and small teams. Professional error
258
258
  tracking with beautiful UI, multi-channel notifications (Slack, Email, Discord,
259
259
  PagerDuty), platform detection (iOS/Android/Web/API), and analytics. 5-minute setup,
260
- works out-of-the-box. Rails 7.0-8.1 compatible. ⚠️ BETA: API may change before v1.0.0.'
260
+ works out-of-the-box. Rails 7.0-8.1 compatible. ⚠️ BETA: API may change before v1.0.0.
261
+ \U0001F3AE Live demo: https://rails-error-dashboard.anjan.dev (gandalf/youshallnotpass)"
261
262
  email:
262
263
  - anjan.jagirdar@gmail.com
263
264
  executables: []
@@ -388,9 +389,9 @@ metadata:
388
389
  source_code_uri: https://github.com/AnjanJ/rails_error_dashboard
389
390
  changelog_uri: https://github.com/AnjanJ/rails_error_dashboard/blob/main/CHANGELOG.md
390
391
  documentation_uri: https://rails-error-dashboard.anjan.dev
391
- demo_uri: https://rails-error-dashboard.anjan.dev
392
+ bug_tracker_uri: https://github.com/AnjanJ/rails_error_dashboard/issues
392
393
  post_install_message: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n
393
- \ Rails Error Dashboard v0.1.30\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F195
394
+ \ Rails Error Dashboard v0.1.32\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F195
394
395
  First time? Quick start:\n rails generate rails_error_dashboard:install\n rails
395
396
  db:migrate\n # Add to config/routes.rb:\n mount RailsErrorDashboard::Engine
396
397
  => '/error_dashboard'\n\n\U0001F504 Upgrading from v0.1.x?\n rails db:migrate\n