Skip to content

Commit 1c19d69

Browse files
committed
Merge pull request #67 from rsim/release-0.5.1
Release 0.5.1
2 parents 706dc3f + 8eebf92 commit 1c19d69

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

History.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
== 0.5.1 2014-10-12
2+
* Improvements
3+
* Support for Oracle Ehnanced Adapter 1.5 and ActiveRecord 4.1, 4.2
4+
* Oracle 12c support
5+
* Better diagnostics output when ruby-oci8 initialization fails
6+
* Bug fixes
7+
* Support for ruby-oci8 2.1.2+ preventing segfaults
8+
* Multi-thread support (applies to oci8 connections)
9+
* Internal (development) improvements
10+
* Tests database connection enhancements (eazy connect syntax, allow service name != db name)
11+
* Tests migrated to rspec 3
12+
* Tests coverage migrated from rcov to simplecov
13+
* README update with how to run tests
14+
115
== 0.5.0 2012-04-16
216

317
* Improvements

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ CONTRIBUTORS
176176
* Wiehann Matthysen
177177
* Dayle Larson
178178
* Yasuo Honda
179+
* Yavor Nikolov
179180

180181
LICENSE
181182
-------

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

ruby-plsql.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: ruby-plsql 0.5.0 ruby lib
5+
# stub: ruby-plsql 0.5.1 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "ruby-plsql"
9-
s.version = "0.5.0"
9+
s.version = "0.5.1"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["Raimonds Simanovskis"]
14-
s.date = "2014-10-05"
14+
s.date = "2014-10-12"
1515
s.description = "ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures.\nIt could be used both for accessing Oracle PL/SQL API procedures in legacy applications\nas well as it could be used to create PL/SQL unit tests using Ruby testing libraries.\n"
1616
s.email = "[email protected]"
1717
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)