rails_vitals 0.2.0 → 0.2.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/lib/rails_vitals/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e106e4c67b570f045fc8a13e815c52c4b2a7cfc6c5892fcd6dd9fed7224e1386
|
|
4
|
+
data.tar.gz: c35b00516c19bc1bcb5759c244750c00ac73552de560cf95b61e2946244c7072
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31fb3b7bba580f46c3883c343fec0e62e257a5111e3e8c27335791385c4a09a514915c7f4e2dbda932ced34779e28ece3b08131997308ccb84c7262b8cc02586
|
|
7
|
+
data.tar.gz: 4ad0d94df8c40e2eba897541ad34a5c40e81a9a97bd5a92ef588480677ed60040a22c267685f3c2b100679826f6b441ea2a6e1757222a546e5e5e2ec3e1edd73
|
data/lib/rails_vitals/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_vitals
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Sanchez
|
|
@@ -13,22 +13,16 @@ dependencies:
|
|
|
13
13
|
name: rails
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "~>"
|
|
17
|
-
- !ruby/object:Gem::Version
|
|
18
|
-
version: '8.1'
|
|
19
16
|
- - ">="
|
|
20
17
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
18
|
+
version: '7.0'
|
|
22
19
|
type: :runtime
|
|
23
20
|
prerelease: false
|
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
22
|
requirements:
|
|
26
|
-
- - "~>"
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
version: '8.1'
|
|
29
23
|
- - ">="
|
|
30
24
|
- !ruby/object:Gem::Version
|
|
31
|
-
version:
|
|
25
|
+
version: '7.0'
|
|
32
26
|
description: RailsVitals is a lightweight Rails engine gem that makes the hidden runtime
|
|
33
27
|
behavior of a Rails application visible, measurable, and teachable. It provides
|
|
34
28
|
insights into the inner workings of a Rails app, helping developers understand and
|