Skip to content

Commit

Permalink
Minor update of readmes: versions, typos, license year
Browse files Browse the repository at this point in the history
  • Loading branch information
javornikolov committed May 12, 2016
1 parent 15c131e commit 5997143
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL-Windows.md
Expand Up @@ -6,7 +6,7 @@ Ruby installation on Windows is a little bit different than installation on Mac
Install Ruby
------------

Download and install Ruby 1.9.3 from [Ruby Installer for Windows](http://www.rubyinstaller.org/).
Download and install Ruby from [Ruby Installer for Windows](http://www.rubyinstaller.org/).

When installing then select checkbox to add Ruby to your PATH.

Expand All @@ -32,7 +32,7 @@ Install ruby-oci8

gem install ruby-oci8

If you are behind firewall with proxy server then specify proxy server use -p option, e.g.:
If you are behind firewall with proxy server then specify proxy server use -p option, e.g.:

gem install ruby-oci8 -p http://proxy.example.com:8080

Expand Down
2 changes: 1 addition & 1 deletion License.txt
@@ -1,4 +1,4 @@
Copyright (c) 2009-2015 Raimonds Simanovskis
Copyright (c) 2009-2016 Raimonds Simanovskis

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,7 @@ Installing

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

* 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 [Ruby 1.8.7, 1.9.3 or 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 Expand Up @@ -112,7 +112,7 @@ If you want to upgrade ruby-plsql-spec to latest version then just do

gem install ruby-plsql-spec

If you have upgrade from ruby-plsql-spec version 0.1.0 to 0.2.0 then you need to update your spec_helper.rb file to use rspec 2.0. You can do it by running one more time
If you have upgraded from ruby-plsql-spec version 0.1.0 to 0.2.0 then you need to update your spec_helper.rb file to use rspec 2.0. You can do it by running one more time

plsql-spec init

Expand Down

0 comments on commit 5997143

Please sign in to comment.