tailog 0.6.3 → 0.6.4

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
  SHA1:
3
- metadata.gz: 5bd71f0e9e6b1ad92bdf0f892d7057a6b94741ca
4
- data.tar.gz: 494113f05bd9f205aac907bdae0e38347b04e6a6
3
+ metadata.gz: 2f4bbe82b52a7fdf5f9d754e5088dc99bd453ea3
4
+ data.tar.gz: 5719525299be253ab1063c4f7fd57006f1efcc4d
5
5
  SHA512:
6
- metadata.gz: fce0b85b8e2bdb3840d07d42486e85ecd91d16b8662ff0293fa526708445f4923d1f2ed2cc9aa9f5f670d2b3087f02f16fdbe9b843292b8ef296fdf751522854
7
- data.tar.gz: 7f0079d1ad36b7ded24ed7c78497c7dc511030c5caa85f96e31bd91fdd20df7bd39f08f7ceaca4729a9479633e2652af7df9510af66a9f10ed84ef256b358072
6
+ metadata.gz: 332005270de07797549a15cdafa1aa879c71a4cd6fdda163c749cf08cc5ec9bdfbe1663f9aaf013c6d329bc847460035a1291381285831456f57dd39a4577cb8
7
+ data.tar.gz: 8b759620f2b55557ff262ac263a1d5bb86ee1c5aa756d3790633dbfc044110f36f675efd411cf095b9c3c4b8f21c86ec4fddaf0acb7c46ca399e4ced65967e21
@@ -70,7 +70,7 @@
70
70
  .append('<span class="text-info">' + data.server_hostname + " - " + data.process_uuid + "</span>")
71
71
  .append(ansi_up.ansi_to_html(data.content));
72
72
  } catch (error) {
73
- console.error(error)
73
+ console.error(error);
74
74
  }
75
75
  }
76
76
  });
@@ -106,8 +106,7 @@
106
106
  },
107
107
  error: function() {
108
108
  $content
109
- .html("<hr/>")
110
- .append('<span class="text-danger">Oops! Something went wrong, please try again later!</span>')
109
+ .append('<hr/><span class="text-danger">Oops! Something went wrong, but we will carry on!</span>');
111
110
  },
112
111
  success: function(json) {
113
112
  try {
@@ -128,7 +127,7 @@
128
127
  $progressBar.width(percent + "%");
129
128
 
130
129
  } catch (error) {
131
- console.error(error)
130
+ console.error(error);
132
131
  }
133
132
  },
134
133
  complete: function() {
@@ -1,3 +1,3 @@
1
1
  module Tailog
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bbtfr