neetob 0.5.57 → 0.5.59

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: 3821951c5318dd72f074db7e8eb6fe1361bda15654b920074adbaf70555e0a01
4
- data.tar.gz: 5fde35a1fe499c6023d3804be70f0c2ab839e8ebd05a46bf7ff8b7cf2367f3bd
3
+ metadata.gz: f1e5c88e37056dc8f8e0c06286b82f6e24187dcc40deca062b81d3dd4d7ff4b5
4
+ data.tar.gz: '01778584c7dee0fc8acb96d54438259f3408ea52dc34c12bbdcbaf0de53becf8'
5
5
  SHA512:
6
- metadata.gz: af3dc2565387e07251580b4e13e91f2c6c249bee01a96d6fcec61a5001a492c98ff0d55c754a8e464aef017d07a576ac45742de17e2eff91e7dc0ade3da595d2
7
- data.tar.gz: ec9229722dc0af2ec1ec25bb95b0639ca4ea7e76fb55849b21eef7d9a91c8a6a00b0e874ac8343e84e4b67d49c5f082c81aec915bdac4a87544abaa8104892eb
6
+ metadata.gz: fc91a29ca99035b6ae00a0e2a2fa0e1eabfeba58107790c9c672c048341c85cd08becb6d872f2e22fbf0c82f038373adb5190b94099a878329029ec54b1daa19
7
+ data.tar.gz: 86bfa714a68b70f8df5ce5ddd068d63d844d77a0e3acf7d7dbf805f51c57cf6418e509b1f717bac150e6a72816e76830ccabb4f4523be8907fbd26a5b04b68ba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.5.57)
4
+ neetob (0.5.59)
5
5
  actionview
6
6
  activesupport
7
7
  brakeman (~> 5.0)
data/bookmarks.md CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
  [All Honeybadger issues](https://github.com/issues?page=1&q=is%3Aopen+is%3Aissue+org%3Abigbinary+archived%3Afalse+-repo%3Abigbinary%2Fnetcamps+-repo%3Abigbinary%2Fneeto-chatify-web+-repo%3Abigbinary%2Fneeto-crm-web+-repo%3Abigbinary%2Fneeto-testify-web+-repo%3Abigbinary%2Fjacky-winter-web+-repo%3Abigbinary%2Faceinvoice-web+-repo%3Abigbinary%2Ftrtle-rn+-repo%3Abigbinary%2Ftrtle-web+-repo%3Abigbinary%2Fadvanced-react-js+sort%3Acreated-asc+author%3Aapp%2Fhoneybadger+-repo%3Abigbinary%2Fintellectio)
11
11
 
12
+ [All Billing issues](https://github.com/search?q=org%3Abigbinary+state%3Aopen+is%3Aissue+sort%3Acreated-asc+label%3Abilling&type=issues)
13
+
12
14
  ----
13
15
 
14
16
  [All Playwright issues](https://github.com/issues?page=4&q=repo%3Abigbinary%2Fneeto-cal-playwright+repo%3Abigbinary%2Fneeto-form-playwright+repo%3Abigbinary%2Fneeto-desk-playwright+repo%3Abigbinary%2Fneeto-kb-playwright+repo%3Abigbinary%2Fneeto-record-playwright+repo%3Abigbinary%2Fneeto-chat-playwright+repo%3Abigbinary%2Fneeto-invoice-playwright+is%3Aissue+is%3Aopen)
@@ -28,11 +28,10 @@ module Neetob
28
28
  else
29
29
  autoscaling_config = JSON.parse(autoscaling_config_result.gsub("=>", ":"))
30
30
  autoscaling_turned_on_for_web = autoscaling_config["web"]
31
- autoscaling_turned_on_for_worker = autoscaling_config["worker"]
32
31
 
33
- audit_passed = autoscaling_turned_on_for_web && autoscaling_turned_on_for_worker ? "Yes" : "No"
32
+ audit_passed = autoscaling_turned_on_for_web ? "Yes" : "No"
34
33
  if audit_passed == "No"
35
- comments = "Auto-scaling is not enabled for web and/or worker dynos."
34
+ comments = "Auto-scaling is not enabled for web dynos."
36
35
  same_as_last_comment = comments == last_comment
37
36
  last_comment = comments
38
37
  comments = "''" if same_as_last_comment
@@ -27,7 +27,8 @@ module Neetob
27
27
  audit_passed = "Yes"
28
28
  else
29
29
  vulnerabilities_found = "Yes"
30
- comments = bundle_audit_result.gsub("\n", "<br>")
30
+ comments = bundle_audit_result.gsub("\n", "<br>").gsub("~", "\\~")
31
+
31
32
  same_as_last_vulnerabilities = comments == last_comment
32
33
  last_comment = comments
33
34
  if same_as_last_vulnerabilities
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.57"
4
+ VERSION = "0.5.59"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.57
4
+ version: 0.5.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-03 00:00:00.000000000 Z
11
+ date: 2025-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor