From ea0f37141228e24a0919b35dc3bc67c0a8064671 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Thu, 17 Aug 2017 14:18:55 +0200 Subject: [PATCH] starting pike development patch Change-Id: Ie0a45261620dbdf57e3078cbac9a85427540a45a --- .rubocop_todo.yml | 4 ++-- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6c97681e..5698ed7c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-08-01 09:24:32 -0400 using RuboCop version 0.47.1. +# on 2017-08-17 14:16:01 +0200 using RuboCop version 0.47.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -15,7 +15,7 @@ Lint/NestedMethodDefinition: Metrics/AbcSize: Max: 39 -# Offense count: 45 +# Offense count: 44 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 203 diff --git a/metadata.rb b/metadata.rb index 9d898cbb..646fbb0c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache 2.0' description 'Common OpenStack attributes, libraries and recipes.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '15.0.0' +version '16.0.0' recipe 'openstack-common', 'Installs/Configures common recipes' recipe 'openstack-common::logging', 'Installs/Configures common logging'