From 351d5e9f44adc0a87a173f0f837c991feb723952 Mon Sep 17 00:00:00 2001 From: eMancu Date: Sun, 16 Feb 2014 02:37:26 -0300 Subject: [PATCH] Launch version 0.1.4 - Refactor error class names. - Remove elements from collections and embedded collections. --- lib/ork.rb | 2 +- ork.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ork.rb b/lib/ork.rb index 0630957..8daa1a5 100644 --- a/lib/ork.rb +++ b/lib/ork.rb @@ -7,7 +7,7 @@ require "riak" module Ork - VERSION = "0.1.2" + VERSION = "0.1.4" def self.conn @conn ||= Ork::Connection.new diff --git a/ork.gemspec b/ork.gemspec index fd566aa..b771544 100644 --- a/ork.gemspec +++ b/ork.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'ork' - s.version = '0.1.3' + s.version = '0.1.4' s.date = Time.now.strftime('%Y-%m-%d') s.summary = 'Ruby modeling layer for Riak.' s.description = 'Ork is a small Ruby modeling layer for Riak, inspired by Ohm.'