Skip to content

Commit 2314f65

Browse files
committed
Merge pull request #40 from rsim/release/release-0.5.0
Release 0.5.0
2 parents 345b530 + 2f6a1e3 commit 2314f65

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

History.txt

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
==
1+
== 0.5.0 2016-05-13
22

33
* Improvements
4-
* Support for higher ruby-plsql version ruby-plsql (e.g. the latest one: 0.6)
5-
4+
* Tested with ruby 2.3.0, 2.3.1
5+
* Support for higher ruby-plsql versions - 0.6+ (#38)
6+
* `require 'spec_helper'` is no longer needed in each spec file (#26)
7+
* Update examples to use the "expect" RSpec syntax (#23)
8+
* Bug fixes
9+
* Fix profiler: was only working with UPCASE procedure and function name (#30)
10+
* Fix disposal of connections when using multiple ones (#22)
611
* Internal (development) improvements
7-
* Migrate from jeweler to juwelier
12+
* Migrate from jeweler to juwelier (#37)
13+
* Setup CI build on travis-ci.org (#36)
14+
* Allow reporting of Unit Tests on Jenkins CI with "RspecJunitFormatter" (#31)
815

916
== 0.4.0 2015-01-30
1017

ruby-plsql-spec.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["Raimonds Simanovskis".freeze]
14-
s.date = "2016-05-11"
14+
s.date = "2016-05-13"
1515
s.description = "ruby-plsql-spec is Oracle PL/SQL unit testing framework which is built using Ruby programming language, ruby-plsql library and RSpec testing framework.\n".freeze
1616
s.email = "[email protected]".freeze
1717
s.executables = ["plsql-spec".freeze]

0 commit comments

Comments
 (0)