searchlink 2.3.76 → 2.3.77

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: be4b0bed0468171691989a3253680ad36237420963132e4ee7696b4ca529be78
4
- data.tar.gz: d83e1b707146106f42557b551368831a6d09bb953ab94c9f52008f01f113978c
3
+ metadata.gz: 843677b12a8c826c526b3fedf5839ac25da99daf2da40aa31103a9ed06cf116e
4
+ data.tar.gz: 2891798cb6d33529477b223d408e6f2ab94e5c2ba56d0c292d768276c74babd4
5
5
  SHA512:
6
- metadata.gz: 538c8a40d2faf7deb9a228a4f05804a80dd84ee59fb1aadfc43d2e903bb7529e03358d07dc7f559508a57be5fab13ede66b342931f17e640039123f8feefe4c2
7
- data.tar.gz: 39c52a0f44a142fa5e165bb5b2f05cc4e81446ef4ff04ae369e9cf6f181c401d8602f6bbf4958f49db4d49714beae51d77bead32ed16cff9b5ccd1ef183d048d
6
+ metadata.gz: be2b9f6a6a3afdc1bfc268fc113d2a7697de02c6a4b29a9797c813c0a3d53631a091063b5264b058e63615a0bce3ec9d54076d9aae81fc905dbe7291b8ada75c
7
+ data.tar.gz: 14e64e326271f49863c426047d0420ed6730935953a584aee908fc57104e870a85de742c19065a0d592e08d54b67928f712985322b4c7f314f051ed47189687b
@@ -325,7 +325,7 @@ module SL
325
325
  link_info.sub!(/\s*:\s*$/, "")
326
326
  end
327
327
 
328
- unless !@link_text.empty? || !link_info.sub(/^[!\^]\S+/, "").strip.empty?
328
+ if @link_text.empty? && link_info.sub(/^[!\^]\S+/, "").strip.empty?
329
329
  SL.add_error("No input", match)
330
330
  counter_errors += 1
331
331
  invalid_search = true
@@ -399,7 +399,6 @@ module SL
399
399
  search_terms = @link_text
400
400
  elsif search_word && search_word[1] =~ /^(\S+\.)+\S+$/
401
401
  search_type = SL::GoogleSearch.api_key? ? "gg" : "g"
402
- puts SL::GoogleSearch.api_key?
403
402
  search_terms = "site:#{search_word[1]} #{@link_text}"
404
403
  else
405
404
  SL.add_error("Invalid search#{SL::Searches.did_you_mean(search_word[1])}", match)
@@ -424,10 +423,9 @@ module SL
424
423
 
425
424
  if (search_type && search_terms) || @url
426
425
  # warn "Searching #{search_type} for #{search_terms}"
427
- unless @url
428
- @search_count += 1
429
- @url, title, @link_text = do_search(search_type, search_terms, @link_text, @search_count)
430
- end
426
+
427
+ @search_count += 1
428
+ @url, title, @link_text = do_search(search_type, search_terms, @link_text, @search_count)
431
429
 
432
430
  if (@link_text == "" || @link_text == "%") && @url
433
431
  if title
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SL
4
- VERSION = "2.3.76"
4
+ VERSION = '2.3.77'
5
5
  end
6
6
 
7
7
  # Main module
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searchlink
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.76
4
+ version: 2.3.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-06 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64