rails-hush 1.1.2 → 2.0.1

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: e226558e55919c5d99da20ebda38c44d225e07a0fad281d8552184cce9f245cc
4
- data.tar.gz: 4b6b7d90fda79f966493afb91b147ab4f543b8e5a4ff0c668a32dc8b5e4998f7
3
+ metadata.gz: b9c9a7040ec89a870ab1dfe8cc909b3f34ef32ef8449c09d85b122ef5b37e803
4
+ data.tar.gz: 29740fa9f1eb2f1e4bfbc3f6ccf1bb9174c2bf07098b67942949e1913b0f818c
5
5
  SHA512:
6
- metadata.gz: 4632f350f3ac1f71f0f4db2e8974d2f686f923b10e2933644703b39683d67b5737f1169768e4ea6772e8f8ea94082b0bd48c7e695392ba7e9b38076fe7e71545
7
- data.tar.gz: 88722e2d0c8528607b601992600e00964a5d5f62cec3101404667663f1254352c7e4c522800f61bbe43f6076275f6690ffe57a66356287ef20a466678f282685
6
+ metadata.gz: 427f57e8bb14e09074dec074744c2bbd6c12fe216658c4edf4f9edfab8003d3132316d37e6ca1796dfee4d0e43127bece4b3c7e9a448ab2df476db56c4fe1951
7
+ data.tar.gz: 2deab703a635d8de86ada4b2962960d7c66be29bb77ed7a5f82adfe4a6d5ad0195fca42cbfea78df86638b918cea38b77cc2fb46dae2d7879855a54c955197de
@@ -1,4 +1,4 @@
1
- Copyright 2019-2023 thomas morgan
1
+ Copyright 2019-2025 thomas morgan
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -79,7 +79,7 @@ Rails' default "test" environment settings are quite different than "production"
79
79
 
80
80
  ## Contributing
81
81
 
82
- Contributions welcome. Please use standard GitHub Pull Requests.
82
+ Contributions welcomed. Please use standard GitHub Pull Requests.
83
83
 
84
84
 
85
85
  ## License
@@ -1,3 +1,3 @@
1
1
  module RailsHush
2
- VERSION = '1.1.2'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-hush
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-10-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -16,20 +15,20 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '6'
18
+ version: '7'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '7.2'
21
+ version: '8.2'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: '6'
28
+ version: '7'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '7.2'
31
+ version: '8.2'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: sqlite3
35
34
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +65,7 @@ executables: []
66
65
  extensions: []
67
66
  extra_rdoc_files: []
68
67
  files:
69
- - MIT-LICENSE
68
+ - LICENSE.txt
70
69
  - README.md
71
70
  - Rakefile
72
71
  - lib/rails-hush.rb
@@ -81,8 +80,9 @@ files:
81
80
  homepage: https://github.com/zarqman/rails-hush
82
81
  licenses:
83
82
  - MIT
84
- metadata: {}
85
- post_install_message:
83
+ metadata:
84
+ source_code_uri: https://github.com/zarqman/rails-hush
85
+ changelog_uri: https://github.com/zarqman/rails-hush/blob/master/CHANGELOG.md
86
86
  rdoc_options: []
87
87
  require_paths:
88
88
  - lib
@@ -90,15 +90,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: '0'
93
+ version: '2.7'
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.4.10
101
- signing_key:
100
+ rubygems_version: 3.6.9
102
101
  specification_version: 4
103
102
  summary: Hushes worthless Rails exceptions & logs
104
103
  test_files: []