Skip to content

Commit

Permalink
Launch version 0.1.4
Browse files Browse the repository at this point in the history
- Refactor error class names.
- Remove elements from collections and embedded collections.
  • Loading branch information
emancu committed Feb 17, 2014
1 parent e7c242d commit 351d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ork.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "riak"

module Ork
VERSION = "0.1.2"
VERSION = "0.1.4"

def self.conn
@conn ||= Ork::Connection.new
Expand Down
2 changes: 1 addition & 1 deletion ork.gemspec
Original file line number Diff line number Diff line change
@@ -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.'
Expand Down

0 comments on commit 351d5e9

Please sign in to comment.