Bump the patch version, update history.
3 files changed, 9 insertions(+), 1 deletions(-)

M History.md
M lib/schedulability.rb
M spec/helpers.rb
M History.md +7 -0
@@ 1,3 1,10 @@ 
+## v0.4.1 [2018-09-12] Michael Granger <ged@FaerieMUD.org>
+
+Bugfixes:
+
+- Fix more indentation warnings
+
+
 ## v0.4.0 [2018-09-12] Michael Granger <ged@FaerieMUD.org>
 
 Bugfixes:

          
M lib/schedulability.rb +1 -1
@@ 10,7 10,7 @@ module Schedulability
 	extend Loggability
 
 	# Package version constant
-	VERSION = '0.4.0'
+	VERSION = '0.4.1'
 
 	# VCS revision
 	REVISION = %q$Revision$

          
M spec/helpers.rb +1 -0
@@ 34,6 34,7 @@ RSpec.configure do |c|
 	c.run_all_when_everything_filtered = true
 	c.filter_run :focus
 	c.order = 'random'
+	c.warnings = true
 
 	c.mock_with( :rspec ) do |mock|
 		mock.syntax = :expect