We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a068d7a commit f2fd624Copy full SHA for f2fd624
Changelog
@@ -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
+
6
0.8.2 2017-04-25
7
------------------
8
Minor changes:
lib/informix.rb
@@ -32,7 +32,7 @@
32
require 'informix/scrollcursor'
33
34
module Informix
35
- VERSION = "0.8.2"
+ VERSION = "0.8.3"
36
VERSION.freeze
37
38
# Shortcut to create a +Database+ object connected to +dbname+ as
ruby-informix.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'ruby-informix'
- s.version = '0.8.2'
+ s.version = '0.8.3'
s.summary = 'Ruby library for IBM Informix'
s.description = 'Ruby library for connecting to IBM Informix 7 and above'
s.license = 'BSD-3-Clause'
0 commit comments