lib/hoe/reek.rb in hoe-reek-1.2.3 vs lib/hoe/reek.rb in hoe-reek-1.2.4

- old
+ new

@@ -1,7 +1,7 @@ # @encoding: utf-8 -# Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@mailbox.org> +# Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@outlook.de> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -17,10 +17,10 @@ # Dependencies # Main module for hoe-reek module Hoe::Reek # Versionizing the gem - VERSION = '1.2.3'.freeze + VERSION = '1.2.4'.freeze #attr_accessor :reek def initialize_reek require 'reek/rake/task'