Changeset: d042610d0254 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d042610d0254 Modified Files: clients/ruby/Tests/All clients/ruby/Tests/rubytest.rb clients/ruby/doc/readme.txt clients/ruby/lib/MonetDB.rb clients/ruby/lib/MonetDBData.rb clients/ruby/lib/example.rb Branch: default Log Message:
Fixed Ruby end of line issues for Mercurial diffs (57 lines): diff --git a/clients/ruby/Tests/All b/clients/ruby/Tests/All --- a/clients/ruby/Tests/All +++ b/clients/ruby/Tests/All @@ -1,1 +1,1 @@ -rubytest.rb \ No newline at end of file +rubytest.rb diff --git a/clients/ruby/Tests/rubytest.rb b/clients/ruby/Tests/rubytest.rb --- a/clients/ruby/Tests/rubytest.rb +++ b/clients/ruby/Tests/rubytest.rb @@ -87,4 +87,4 @@ module Minitest # do nothing to prevent tests from failing over difference in time reports end end -end \ No newline at end of file +end diff --git a/clients/ruby/doc/readme.txt b/clients/ruby/doc/readme.txt --- a/clients/ruby/doc/readme.txt +++ b/clients/ruby/doc/readme.txt @@ -14,4 +14,4 @@ and install the resulting gem with the c A short example on how to use Ruby with MonetDB can be found in the lib/example.rb file. Make sure you create a database named "testdatabase2" and have a MonetDB server running on your system prior to trying the script. Instructions on how to run the server and create the database can be found here: -https://www.monetdb.org/Documentation/UserGuide/Tutorial \ No newline at end of file +https://www.monetdb.org/Documentation/UserGuide/Tutorial diff --git a/clients/ruby/lib/MonetDB.rb b/clients/ruby/lib/MonetDB.rb --- a/clients/ruby/lib/MonetDB.rb +++ b/clients/ruby/lib/MonetDB.rb @@ -206,4 +206,4 @@ class MonetDB @connection.disconnect @connection = nil end -end \ No newline at end of file +end diff --git a/clients/ruby/lib/MonetDBData.rb b/clients/ruby/lib/MonetDBData.rb --- a/clients/ruby/lib/MonetDBData.rb +++ b/clients/ruby/lib/MonetDBData.rb @@ -325,4 +325,4 @@ class MonetDBData end end end -end \ No newline at end of file +end diff --git a/clients/ruby/lib/example.rb b/clients/ruby/lib/example.rb --- a/clients/ruby/lib/example.rb +++ b/clients/ruby/lib/example.rb @@ -62,4 +62,4 @@ puts "Iterate one at a time as hash: #{r # close the connection db.query("DROP TABLE testtable") -db.close \ No newline at end of file +db.close _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list