File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ CONTRIBUTORS
176176* Wiehann Matthysen
177177* Dayle Larson
178178* Yasuo Honda
179+ * Yavor Nikolov
179180
180181LICENSE
181182-------
Original file line number Diff line number Diff line change 1- 0.5.0
1+ 0.5.1
Original file line number Diff line number Diff line change 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
77Gem ::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.\n It could be used both for accessing Oracle PL/SQL API procedures in legacy applications\n as well as it could be used to create PL/SQL unit tests using Ruby testing libraries.\n "
1616 s . email = "raimonds.simanovskis@gmail.com"
1717 s . extra_rdoc_files = [
You can’t perform that action at this time.
0 commit comments