Upgrade to latest Message Bus

This commit is contained in:
Robin Ward 2016-01-18 11:35:21 -05:00
parent b6c2232e7f
commit efcaac177d
5 changed files with 22 additions and 10 deletions

View File

@ -6,6 +6,8 @@ module DockerManager
layout nil
def index
return if Rails.env.development?
version = File.read('/VERSION') rescue '1.0.0'
if version == '1.0.0'
version = '1.0.13' if File.exist?('/usr/local/lib/libpng16.so.16.19.0')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,16 @@
<link rel="stylesheet" href="assets/docker-manager.css">
{{content-for 'head-footer'}}
<script>
window.Discourse = {
hasLatestPngcrush: true,
getURL: function(url) {
return url;
}
};
</script>
</head>
<body>
{{content-for 'body'}}

View File

@ -12,7 +12,7 @@
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1",
"bootbox": "~4.3.0",
"message-bus": "https://github.com/SamSaffron/message_bus.git",
"message-bus": "https://github.com/SamSaffron/message_bus.git#84f733c14e5b4e7f2464b5b45944ceccec727899",
"momentjs": "~2.8.4"
}
}