Skip to content

Commit 82fa73c

Browse files
committed
regenerate gemspec for 0.5.2
1 parent 5c3c65a commit 82fa73c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 = "raimonds.simanovskis@gmail.com"
1717
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)