Skip to content

Release 0.4.0 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
== 0.4.0 2015-01-30

* Improvements
* Use latest latest nokogiri version 1.6, thor 0.19.1 (#18)
* Add support for latest rspec 3.x (#13)
* Added --capture option to plsql-spec to indicate when to capture the output (#10)
* Tested with Ruby version 2.2.0
* Tested with ruby-oci8 version 2.1.7
* Buf fixes
* fix for cli diff issue related to color rendering (#14)
* Internal (development) improvements
* Ensure DATABASE\_PORT is Fixnum (#16)
* Coverage test fix: compile plsql with optimize level 1 (#13)
* Tests: allow fully-qualified service name connection (#12)
* Migrate tests to rspec 3.x, using expect syntax (#13)
* Use latest jeweler 2.0.1 (#18)

== 0.3.0 2012-04-16

* Changes
Expand Down
4 changes: 2 additions & 2 deletions License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2012 Raimonds Simanovskis
Copyright (c) 2009-2015 Raimonds Simanovskis

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installing

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

* 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
* 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
* Install Oracle client, e.g. [Oracle Instant Client](http://www.oracle.com/technology/tech/oci/instantclient/index.html)
* Install ruby-oci8 and ruby-plsql-spec (prefix with sudo if necessary)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
6 changes: 3 additions & 3 deletions ruby-plsql-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-plsql-spec 0.3.0 ruby lib
# stub: ruby-plsql-spec 0.4.0 ruby lib

Gem::Specification.new do |s|
s.name = "ruby-plsql-spec"
s.version = "0.3.0"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Raimonds Simanovskis"]
s.date = "2015-01-25"
s.date = "2015-01-30"
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"
s.email = "raimonds.simanovskis@gmail.com"
s.executables = ["plsql-spec"]
Expand Down