neetob 0.5.57 → 0.5.58

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: b490069c719d8cd5aed0b087d3d86a2c90bb7bc3bc12a2e85b81fe24af6f72c5
4
+ data.tar.gz: ebe6483ae2bda1a8d0fafaeea4f42e377b8fc59fbcdbd9e4dca649d1491263ed
5
5
  SHA512:
6
- metadata.gz: af3dc2565387e07251580b4e13e91f2c6c249bee01a96d6fcec61a5001a492c98ff0d55c754a8e464aef017d07a576ac45742de17e2eff91e7dc0ade3da595d2
7
- data.tar.gz: ec9229722dc0af2ec1ec25bb95b0639ca4ea7e76fb55849b21eef7d9a91c8a6a00b0e874ac8343e84e4b67d49c5f082c81aec915bdac4a87544abaa8104892eb
6
+ metadata.gz: 5a2d78732430c0fed4b5f63b3660c63ebb0e9bf4f7958f20a273e7bf7d47250bb7136d4ee200cf41ee4af94267c7ee55607dfd4e0476205a9a10168b8f8c5816
7
+ data.tar.gz: 96f969f01a90b0c54a09ca3e1371ef61e3c1fa0f169e4451f4a8288bc82d89a8d1b9494aa81f60b62e020bce4fbbdeceedb63a0ed554ac03faf3366fc6c2fe5b
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.58)
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)
@@ -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.58"
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.58
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