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 +4 -4
- data/{MIT-LICENSE → LICENSE.txt} +1 -1
- data/README.md +1 -1
- data/lib/rails_hush/version.rb +1 -1
- metadata +12 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9c9a7040ec89a870ab1dfe8cc909b3f34ef32ef8449c09d85b122ef5b37e803
|
|
4
|
+
data.tar.gz: 29740fa9f1eb2f1e4bfbc3f6ccf1bb9174c2bf07098b67942949e1913b0f818c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 427f57e8bb14e09074dec074744c2bbd6c12fe216658c4edf4f9edfab8003d3132316d37e6ca1796dfee4d0e43127bece4b3c7e9a448ab2df476db56c4fe1951
|
|
7
|
+
data.tar.gz: 2deab703a635d8de86ada4b2962960d7c66be29bb77ed7a5f82adfe4a6d5ad0195fca42cbfea78df86638b918cea38b77cc2fb46dae2d7879855a54c955197de
|
data/{MIT-LICENSE → LICENSE.txt}
RENAMED
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
|
|
82
|
+
Contributions welcomed. Please use standard GitHub Pull Requests.
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
## License
|
data/lib/rails_hush/version.rb
CHANGED
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:
|
|
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:
|
|
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: '
|
|
18
|
+
version: '7'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
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: '
|
|
28
|
+
version: '7'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
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
|
-
-
|
|
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
|
-
|
|
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: '
|
|
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.
|
|
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: []
|