nulogy-fitter-happier 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +5 -0
  3. data/spec/dummy/log/test.log +29 -0
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd52c7ad34d4e7a07d04fb25499308d98e841d69042c28c1d4e38a0cb4e4c6a4
4
- data.tar.gz: dfad0d5193dd66a5cfa806bebb036015161cf6fe33a3c3ff2effa65e6e02d9da
3
+ metadata.gz: 1122e5b6b0d664307030911bff834d66510b4f492d2b776d88ca48ca51df3262
4
+ data.tar.gz: 3ba48cb194c67bca89092725a4426c2c04296c49b82b91b27326bda9a12582cf
5
5
  SHA512:
6
- metadata.gz: a2f808ce3e4ed66be2edd577e79b4ef9f8159dd2af0111a7f669ac40e9b5eed76e709a0c9f7915f6c972fc8dc358f85674bd7aee2f8cf67e3529887a7216e8af
7
- data.tar.gz: 5fb87b0f8151ab70833e4ac3bfb4807033639e417912cd7ea32f2574e2db719da1b3a18277f91dc54ca10ed7323c147755f48dc50c47ab9e0a2bc2b549e4361c
6
+ metadata.gz: f1800b15afcf47e155b10fbb7211bbf67574bad6e05c51d1577d38e89acc443568f634658e2ca8573db6a2c40979da90dd7ad65c62253261afafacc73070b60e
7
+ data.tar.gz: 164c8bbe7a5a99de07a1684f943c689e15fdc11fe610eb9e5fc2edf02062a8449a0dcbbfb03a16e8ac4803703c527a7f989df061d48d10b7d285b855dd2f537f
data/CHANGELOG CHANGED
@@ -1,6 +1,11 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ Version 1.5.2
5
+ =============
6
+
7
+ * Relax NewRelic dependency
8
+
4
9
  Version 1.5.1
5
10
  =============
6
11
 
@@ -56,3 +56,32 @@ Started GET "/fitter_happier" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
56
56
  Processing by FitterHappier::HeartbeatController#index as HTML
57
57
  Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 103)
58
58
  TRANSACTION (0.1ms) rollback transaction
59
+  (1.6ms) SELECT sqlite_version(*)
60
+ TRANSACTION (0.1ms) begin transaction
61
+ Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
62
+ Processing by FitterHappier::HeartbeatController#site_check as HTML
63
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms | Allocations: 1071)
64
+ TRANSACTION (0.1ms) rollback transaction
65
+ TRANSACTION (0.1ms) begin transaction
66
+ Started GET "/fitter_happier" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
67
+ Processing by FitterHappier::HeartbeatController#index as HTML
68
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
69
+ Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
70
+ Processing by FitterHappier::HeartbeatController#site_check as HTML
71
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
72
+ Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
73
+ Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
74
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 185)
75
+ TRANSACTION (0.1ms) rollback transaction
76
+ TRANSACTION (0.0ms) begin transaction
77
+ Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
78
+ Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
79
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 171)
80
+ TRANSACTION (0.1ms) rollback transaction
81
+ TRANSACTION (0.1ms) begin transaction
82
+ Started GET "/fitter_happier" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
83
+ Processing by FitterHappier::HeartbeatController#index as HTML
84
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 103)
85
+ TRANSACTION (0.1ms) rollback transaction
86
+ TRANSACTION (0.1ms) begin transaction
87
+ TRANSACTION (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nulogy-fitter-happier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nulogy Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-22 00:00:00.000000000 Z
11
+ date: 2023-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -59,7 +59,7 @@ dependencies:
59
59
  version: 6.15.0
60
60
  - - "<"
61
61
  - !ruby/object:Gem::Version
62
- version: '9.0'
62
+ version: '10.0'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
@@ -69,7 +69,7 @@ dependencies:
69
69
  version: 6.15.0
70
70
  - - "<"
71
71
  - !ruby/object:Gem::Version
72
- version: '9.0'
72
+ version: '10.0'
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: railties
75
75
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  - !ruby/object:Gem::Version
189
189
  version: '0'
190
190
  requirements: []
191
- rubygems_version: 3.3.19
191
+ rubygems_version: 3.4.7
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: FitterHappier is a plug-in that provides actions for monitoring site and/or