Skip to content

Commit f4e5e57

Browse files
committed
Merge pull request #70 from rsim/release-0.5.2
Release 0.5.2
2 parents 908396a + 82fa73c commit f4e5e57

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

History.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
== 0.5.2 2014-10-23
2+
3+
* Bug fixes
4+
* Use all_procedures.object_type only if Oracle versions < 11g (regression in 0.5.1, affecting Oracle < 11g)
5+
16
== 0.5.1 2014-10-12
7+
28
* Improvements
39
* Support for Oracle Ehnanced Adapter 1.5 and ActiveRecord 4.1, 4.2
410
* Oracle 12c support

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

ruby-plsql.gemspec

Lines changed: 3 additions & 3 deletions
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.1 ruby lib
5+
# stub: ruby-plsql 0.5.2 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "ruby-plsql"
9-
s.version = "0.5.1"
9+
s.version = "0.5.2"
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-12"
14+
s.date = "2014-10-23"
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)