Skip to content

Commit 345b530

Browse files
committed
Merge pull request #39 from rsim/topic/tidy-up-readme-and-license
Minor update of readmes: versions, typos, license year
2 parents 15c131e + 5997143 commit 345b530

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL-Windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ruby installation on Windows is a little bit different than installation on Mac
66
Install Ruby
77
------------
88

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

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

@@ -32,7 +32,7 @@ Install ruby-oci8
3232

3333
gem install ruby-oci8
3434

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

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

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2015 Raimonds Simanovskis
1+
Copyright (c) 2009-2016 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Installing
2424

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

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

@@ -112,7 +112,7 @@ If you want to upgrade ruby-plsql-spec to latest version then just do
112112

113113
gem install ruby-plsql-spec
114114

115-
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
115+
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
116116

117117
plsql-spec init
118118

0 commit comments

Comments
 (0)