Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed Dec 13, 2011
1 parent 2e3f619 commit b4bd6b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tarantool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'em-synchrony'

module Tarantool
VERSION = '0.1'
VERSION = '0.1.1'
extend self
require 'tarantool/space'
require 'tarantool/connection'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

require 'tarantool/synchrony'

config = { host: '127.0.0.1', port: 33013, space_no: 0 }
config = { host: '192.168.127.128', port: 33013, space_no: 0 }

Tarantool.configure config

Expand Down
4 changes: 2 additions & 2 deletions tarantool.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'tarantool'
s.version = '0.1'
s.date = '2011-12-05'
s.version = '0.1.1'
s.date = '2011-12-13'
s.rubyforge_project = 'tarantool'

s.summary = "Tarantool KV-storage client."
Expand Down

0 comments on commit b4bd6b0

Please sign in to comment.