Skip to content

Commit 06a267e

Browse files
committed
Merge pull request #19 from rsim/release/0.4.0
Release 0.4.0
2 parents e0624d7 + 9e85c10 commit 06a267e

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

History.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
== 0.4.0 2015-01-30
2+
3+
* Improvements
4+
* Use latest latest nokogiri version 1.6, thor 0.19.1 (#18)
5+
* Add support for latest rspec 3.x (#13)
6+
* Added --capture option to plsql-spec to indicate when to capture the output (#10)
7+
* Tested with Ruby version 2.2.0
8+
* Tested with ruby-oci8 version 2.1.7
9+
* Buf fixes
10+
* fix for cli diff issue related to color rendering (#14)
11+
* Internal (development) improvements
12+
* Ensure DATABASE\_PORT is Fixnum (#16)
13+
* Coverage test fix: compile plsql with optimize level 1 (#13)
14+
* Tests: allow fully-qualified service name connection (#12)
15+
* Migrate tests to rspec 3.x, using expect syntax (#13)
16+
* Use latest jeweler 2.0.1 (#18)
17+
118
== 0.3.0 2012-04-16
219

320
* Changes

License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2012 Raimonds Simanovskis
1+
Copyright (c) 2009-2015 Raimonds Simanovskis
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1717
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1818
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1919
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installing
2222

2323
See [Installing on Windows](INSTALL-Windows.md) in separate file.
2424

25-
* Install [Ruby 1.8.7 or Ruby 1.9.3](http://www.ruby-lang.org/en/downloads/) - it is recommended to use latest 1.9.3 version
25+
* Install [Ruby 1.8.7, 1.9.3 or 2.2.x](http://www.ruby-lang.org/en/downloads/) - it is recommended to use latest version
2626
* Install Oracle client, e.g. [Oracle Instant Client](http://www.oracle.com/technology/tech/oci/instantclient/index.html)
2727
* Install ruby-oci8 and ruby-plsql-spec (prefix with sudo if necessary)
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

ruby-plsql-spec.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-spec 0.3.0 ruby lib
5+
# stub: ruby-plsql-spec 0.4.0 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "ruby-plsql-spec"
9-
s.version = "0.3.0"
9+
s.version = "0.4.0"
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 = "2015-01-25"
14+
s.date = "2015-01-30"
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"
1616
s.email = "[email protected]"
1717
s.executables = ["plsql-spec"]

0 commit comments

Comments
 (0)