From 05baadc504420638ecdd846a651e211abd59ac49 Mon Sep 17 00:00:00 2001 From: Conor Horan-Kates Date: Tue, 20 Jan 2015 12:03:19 -0800 Subject: [PATCH] of course rubygems sorts this incorrectly --- lib/rouster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rouster.rb b/lib/rouster.rb index 5422980..1c5ed72 100644 --- a/lib/rouster.rb +++ b/lib/rouster.rb @@ -12,7 +12,7 @@ class Rouster # sporadically updated version number - VERSION = 0.60 + VERSION = 0.61 # custom exceptions -- what else do we want them to include/do? class ArgumentError < StandardError; end # thrown by methods that take parameters from users