rails_performance 0.9.1 → 0.9.2
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/README.md +5 -1
- data/lib/rails_performance/utils.rb +2 -2
- data/lib/rails_performance/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 016c0a4dada04d91fb392c7be96962f28bd65d7a55ca436379eff445ac6f2c76
|
|
4
|
+
data.tar.gz: c14155acbc63d8c043f60ddf719e33da0f9dc1d6809fb279c34dc4ba39ea6afe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14be1cffee56e247f968e1001788c2c716d3d4e622b2c584bb8cfb60399bcca20f4665324cd7b15f4bcaf3102af331cba0b20950b67de005b48cb1faa3533374
|
|
7
|
+
data.tar.gz: e982081222f459103fc3d801f2fb18add3f2e93b2efc1073c33ed6501138ca5b536cce7ba6e763849724ab3673e0c3ca3f2a9aa4583665d6c0397b4652c04aad
|
data/README.md
CHANGED
|
@@ -106,7 +106,7 @@ Just clone the repo, setup dummy app (`rails db:migrate`).
|
|
|
106
106
|
After this:
|
|
107
107
|
|
|
108
108
|
- rails s
|
|
109
|
-
- rake
|
|
109
|
+
- rake test
|
|
110
110
|
|
|
111
111
|
Like a regular web development.
|
|
112
112
|
|
|
@@ -145,6 +145,10 @@ The idea of this gem grew from curriosity how many RPM my app receiving per day.
|
|
|
145
145
|
|
|
146
146
|
You are welcome to contribute. I've a big list of TODO.
|
|
147
147
|
|
|
148
|
+
## Big thanks to contributors
|
|
149
|
+
|
|
150
|
+
- https://github.com/synth
|
|
151
|
+
|
|
148
152
|
## License
|
|
149
153
|
|
|
150
154
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_performance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Kasyanchuk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -184,8 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
|
-
|
|
188
|
-
rubygems_version: 2.7.6.2
|
|
187
|
+
rubygems_version: 3.0.3
|
|
189
188
|
signing_key:
|
|
190
189
|
specification_version: 4
|
|
191
190
|
summary: Simple Rails Performance tracker. Alternative to the NewRelic, Datadog or
|