lib/hoe/reek.rb in hoe-reek-1.1.7 vs lib/hoe/reek.rb in hoe-reek-1.1.8
- old
+ new
@@ -1,6 +1,5 @@
-# encoding: UTF-8
# @encoding: utf-8
# @author: Sascha Manns
# @abstract: hoe-reek is a small reek integration into hoe
#
# Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
@@ -9,10 +8,10 @@
# Dependencies
# Main module for hoe-reek
module Hoe::Reek
# Versionizing the gem
- VERSION = '1.1.7'
+ VERSION = '1.1.8'
#attr_accessor :reek
def initialize_reek
require 'reek/rake/task'