Skip to content

Commit 8eebf92

Browse files
committed
Version bump to 0.5.1
1 parent 57adb1d commit 8eebf92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

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

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.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)