forked from rsim/ruby-plsql-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
41 lines (32 loc) · 1.27 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
== 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
* Use latest ruby-plsql version 0.5.0 and latest nokogiri version 1.5
* Tested with ruby-oci8 version 2.1.0
* Tested with Ruby version 1.9.3 which is now recommended version
* Changed example specs to use expect {}.to instead of lambda {}.should
== 0.2.1 2010-10-22
* Changes
* Use latest ruby-plsql version 0.4.4
== 0.2.0 2010-10-22
* Changes
* Upgraded to use RSpec 2.0
* Added --html option for plsql-spec run
== 0.1.0 2010-10-01
* Initial release
* Created command line utility plsql-spec for initialization and tests run
* Created PL/SQL code coverage reporting