Skip to content

Commit f2fd624

Browse files
committed
bumps version
1 parent a068d7a commit f2fd624

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.3 2017-04-26
2+
------------------
3+
Bugs fixed:
4+
* fixes an error that prevented the gem from being built
5+
16
0.8.2 2017-04-25
27
------------------
38
Minor changes:

lib/informix.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
require 'informix/scrollcursor'
3333

3434
module Informix
35-
VERSION = "0.8.2"
35+
VERSION = "0.8.3"
3636
VERSION.freeze
3737

3838
# Shortcut to create a +Database+ object connected to +dbname+ as

ruby-informix.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spec = Gem::Specification.new do |s|
22
s.name = 'ruby-informix'
3-
s.version = '0.8.2'
3+
s.version = '0.8.3'
44
s.summary = 'Ruby library for IBM Informix'
55
s.description = 'Ruby library for connecting to IBM Informix 7 and above'
66
s.license = 'BSD-3-Clause'

0 commit comments

Comments
 (0)