From 1c87a639619f872b4befd3bc124a56116052ff70 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Fri, 8 Apr 2016 15:22:34 +0100 Subject: [PATCH 1/4] incremented to 3.1.3 --- lib/wraith/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wraith/version.rb b/lib/wraith/version.rb index 775ea936..5efcd9f0 100644 --- a/lib/wraith/version.rb +++ b/lib/wraith/version.rb @@ -1,3 +1,3 @@ module Wraith - VERSION = "3.1.2" + VERSION = "3.1.3" end From bf5888c1697a36c5f2e7604c9a81dfe4193d2872 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Fri, 8 Apr 2016 15:25:22 +0100 Subject: [PATCH 2/4] fix #415 --- lib/wraith/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wraith/cli.rb b/lib/wraith/cli.rb index 7e529326..3d9333ed 100644 --- a/lib/wraith/cli.rb +++ b/lib/wraith/cli.rb @@ -42,7 +42,7 @@ def copy_old_shots(config_name) end end - desc "validate", "checks your configuration and validates that all required properties exist" + desc "validate [config_name]", "checks your configuration and validates that all required properties exist" def validate(config_name) within_acceptable_limits do logger.info Wraith::Validate.new(config_name).validate From 1b31e4bf6b95b2a08cb4d09b2aaf816eb7ab6833 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Fri, 8 Apr 2016 15:28:06 +0100 Subject: [PATCH 3/4] incremented to v3.1.4 --- lib/wraith/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wraith/version.rb b/lib/wraith/version.rb index 5efcd9f0..bcda1698 100644 --- a/lib/wraith/version.rb +++ b/lib/wraith/version.rb @@ -1,3 +1,3 @@ module Wraith - VERSION = "3.1.3" + VERSION = "3.1.4" end From 4073c252d0297be75577d0a003cf4a03bb44797f Mon Sep 17 00:00:00 2001 From: Pete Johns Date: Mon, 18 Apr 2016 15:26:49 +1000 Subject: [PATCH 4/4] Allow newer nokogiris --- wraith.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wraith.gemspec b/wraith.gemspec index e5231c90..28683c89 100644 --- a/wraith.gemspec +++ b/wraith.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'image_size' spec.add_runtime_dependency 'anemone' spec.add_runtime_dependency 'robotex' - spec.add_runtime_dependency 'nokogiri', '1.6.7' + spec.add_runtime_dependency 'nokogiri', '~> 1.6.7' spec.add_runtime_dependency 'log4r' spec.add_runtime_dependency 'thor' spec.add_runtime_dependency 'parallel'