Skip to content

Commit

Permalink
Merge pull request #67 from rsim/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
javornikolov committed Oct 12, 2014
2 parents 706dc3f + 8eebf92 commit 1c19d69
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
14 changes: 14 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
== 0.5.1 2014-10-12
* Improvements
* Support for Oracle Ehnanced Adapter 1.5 and ActiveRecord 4.1, 4.2
* Oracle 12c support
* Better diagnostics output when ruby-oci8 initialization fails
* Bug fixes
* Support for ruby-oci8 2.1.2+ preventing segfaults
* Multi-thread support (applies to oci8 connections)
* Internal (development) improvements
* Tests database connection enhancements (eazy connect syntax, allow service name != db name)
* Tests migrated to rspec 3
* Tests coverage migrated from rcov to simplecov
* README update with how to run tests

== 0.5.0 2012-04-16

* Improvements
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ CONTRIBUTORS
* Wiehann Matthysen
* Dayle Larson
* Yasuo Honda
* Yavor Nikolov

LICENSE
-------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
6 changes: 3 additions & 3 deletions ruby-plsql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-plsql 0.5.0 ruby lib
# stub: ruby-plsql 0.5.1 ruby lib

Gem::Specification.new do |s|
s.name = "ruby-plsql"
s.version = "0.5.0"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Raimonds Simanovskis"]
s.date = "2014-10-05"
s.date = "2014-10-12"
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"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 1c19d69

Please sign in to comment.