Skip to content

Commit

Permalink
Merge pull request #40 from rsim/release/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
javornikolov committed May 13, 2016
2 parents 345b530 + 2f6a1e3 commit 2314f65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
==
== 0.5.0 2016-05-13

* Improvements
* Support for higher ruby-plsql version ruby-plsql (e.g. the latest one: 0.6)

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

== 0.4.0 2015-01-30

Expand Down
2 changes: 1 addition & 1 deletion ruby-plsql-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Raimonds Simanovskis".freeze]
s.date = "2016-05-11"
s.date = "2016-05-13"
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
s.email = "[email protected]".freeze
s.executables = ["plsql-spec".freeze]
Expand Down

0 comments on commit 2314f65

Please sign in to comment.