spotlight_search 0.1.1 → 0.1.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
- SHA1:
3
- metadata.gz: f966ce0ff53b156ff5331bc5bd4060b1f7bfffea
4
- data.tar.gz: 721da67b41a985326fe7411dceda48f9006adfb4
2
+ SHA256:
3
+ metadata.gz: 191b3e2e1a54c91a8c1b89722ef097af03e9072055b54ba5d8b0fb050bd6ea1d
4
+ data.tar.gz: 0bd5fbfe2bde866d094861155e8e2e1ee11282f2f5784165b647855a0696b6ce
5
5
  SHA512:
6
- metadata.gz: fc27ae38ec68d276dc5a6021cfb24f1c10925fc42261aedc3c4f1f62ca7cd5d21447168c7b9f36845a068091bbd1e09874531af912a64cdefc9907da8ddef7d4
7
- data.tar.gz: 2a08b02a85ed1be18410226d5cfc2117832dd1b0c21309e67de0966c0cbb530d05e84bbace19ac005f066fe71194938365d9a0f6a2bb3117fb7548d6e2b2c962
6
+ metadata.gz: 9c29cb1e8b6d38ea27ea60ca7b8202b68cf586ac6085e0e036538e5dbd61fd0aafda62b57ff42d8e290a4cefc9989bb565fe8f9315e676f1bae4783373e0110d
7
+ data.tar.gz: 981982dbdd5dc0f8b4bfd9130543f56317b93334af064f6a5f346201144c6f64c252c2d03234edda8f25453baa3cee4cc75b1960fa12d39537b3bd6bc7453010
@@ -43,10 +43,7 @@ get_paginated_list = function(page, thisObj) {
43
43
  return $('.' + success_replace_class).html(data);
44
44
  },
45
45
  error: function(jqxhr, textStatus, errorThrown) {
46
- alert(errorThrown);
47
- return $.jGrowl("Whoops! There was an error processing your request. Please contact support!")({
48
- life: 2000
49
- });
46
+ console.log(errorThrown, textStatus);
50
47
  }
51
48
  });
52
49
  };
@@ -1,3 +1,3 @@
1
1
  module SpotlightSearch
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotlight_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anbazhagan Palani
@@ -97,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubyforge_project:
101
- rubygems_version: 2.6.13
100
+ rubygems_version: 3.0.1
102
101
  signing_key:
103
102
  specification_version: 4
104
103
  summary: This gem should help reduce the efforts in the admin panel. It has search,