From d1f51aeff8df8db69208c1f5ec95e787833ab79f Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 28 Feb 2016 16:30:25 -0500 Subject: [PATCH] Update OpenTSDB documentation (2.2.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/opentsdb.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 74c64c86..78ae86d6 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -311,7 +311,7 @@ credits = [ 'https://raw.githubusercontent.com/npm/npm/master/LICENSE' ], [ 'OpenTSDB', - '2010-2015 The OpenTSDB Authors', + '2010-2016 The OpenTSDB Authors', 'LGPLv2.1', 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER' ], [ diff --git a/lib/docs/scrapers/opentsdb.rb b/lib/docs/scrapers/opentsdb.rb index aa2fed9f..30f4be04 100644 --- a/lib/docs/scrapers/opentsdb.rb +++ b/lib/docs/scrapers/opentsdb.rb @@ -2,7 +2,7 @@ module Docs class Opentsdb < UrlScraper self.name = 'OpenTSDB' self.type = 'sphinx_simple' - self.release = '2.1.0' + self.release = '2.2.0' self.base_url = 'http://opentsdb.net/docs/build/html/' self.root_path = 'index.html' self.links = { @@ -15,7 +15,7 @@ module Docs options[:skip] = %w(genindex.html search.html) options[:attribution] = <<-HTML - © 2010–2015 The OpenTSDB Authors
+ © 2010–2016 The OpenTSDB Authors
Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses. HTML end