Skip to content

Commit 4a37595

Browse files
authored
Merge pull request #108 from dclaisse/master
templates: fix timeline.json.erb dependency
2 parents 2ab89ef + a463558 commit 4a37595

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/consul/async/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Consul
22
module Async
3-
VERSION = '1.36.0'.freeze
3+
VERSION = '1.36.1'.freeze
44
end
55
end

samples/consul-ui/timeline.json.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<%
22
require 'json'
3+
require 'ostruct'
34
require 'set'
45
services_blacklist_raw = (ENV['EXCLUDE_SERVICES'] || 'lbl7.*,netsvc-probe.*,consul-probed.*').split(',')
56
services_blacklist = services_blacklist_raw.map { |v| Regexp.new(v) } # Compute the health of a Service

0 commit comments

Comments
 (0)