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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 662230b3b860d73ccb29daecb0c4c3da5c4f4cfe1e2c94204492d696f71b72a4
4
- data.tar.gz: a131984d8579760ca2296834ef81aefbb9551a5b697777a407f2fa24b002165f
3
+ metadata.gz: 016c0a4dada04d91fb392c7be96962f28bd65d7a55ca436379eff445ac6f2c76
4
+ data.tar.gz: c14155acbc63d8c043f60ddf719e33da0f9dc1d6809fb279c34dc4ba39ea6afe
5
5
  SHA512:
6
- metadata.gz: 63f19b12ab23a87aa172a2e58552f4a0710406ade760c3922c1ff54b819edb21e948bed28a71cdee273cc9bb37b7a592dc78eda612060a61674f527468537f93
7
- data.tar.gz: 819ed734ea3c433d3c9550748a877ab1883117eba7aa29da5e766f8c03f09d81a53c259c8a64fe860a5e27e952961bc03d615de9d9349e6ae0b1579de63ac908
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 tests
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).
@@ -40,7 +40,7 @@ module RailsPerformance
40
40
  end
41
41
 
42
42
  def Utils.days
43
- (RP.duration % 24.days).parts[:days] + 1
43
+ (RP.duration / 1.day) + 1
44
44
  end
45
45
 
46
46
  def Utils.median(array)
@@ -65,4 +65,4 @@ module RailsPerformance
65
65
  end
66
66
 
67
67
  end
68
- end
68
+ end
@@ -1,3 +1,3 @@
1
1
  module RailsPerformance
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
3
3
  end
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.1
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-03-04 00:00:00.000000000 Z
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
- rubyforge_project:
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