From eeb7bb9c36c08fd377a0e10cf3d725c24c33aea2 Mon Sep 17 00:00:00 2001 From: wbr Date: Sun, 5 May 2013 20:19:06 -0700 Subject: [PATCH] v2.1.7 --- lib/rfm/VERSION | 2 +- lib/rfm/server.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rfm/VERSION b/lib/rfm/VERSION index 399088bf..04b10b4f 100644 --- a/lib/rfm/VERSION +++ b/lib/rfm/VERSION @@ -1 +1 @@ -2.1.6 +2.1.7 diff --git a/lib/rfm/server.rb b/lib/rfm/server.rb index 19265cf4..8e8979ca 100644 --- a/lib/rfm/server.rb +++ b/lib/rfm/server.rb @@ -419,7 +419,7 @@ def expand_options(options) when :modification_id result['-modid'] = value else - raise Rfm::ParameterError.new("Invalid option: #{key} (are you using a string instead of a symbol?)") + raise Rfm::ParameterError.new("Invalid option: #{key}") end end return result