From 0af916509ea57c6acd1063fd5516aa65b37d5a60 Mon Sep 17 00:00:00 2001 From: Alexander Lang Date: Thu, 15 Oct 2015 15:54:08 +0200 Subject: [PATCH] bumps rspec version --- lib/couch_potato/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couch_potato/version.rb b/lib/couch_potato/version.rb index 0651f3da..0e349b9d 100644 --- a/lib/couch_potato/version.rb +++ b/lib/couch_potato/version.rb @@ -1,4 +1,4 @@ module CouchPotato VERSION = '1.5.0' - RSPEC_VERSION = '2.0.0' + RSPEC_VERSION = '3.0.0' end