To list installed files by a gem execute command :
jruby -S gem contents [gem_name]
For example to show files from jdbc-h2 gem we do as follow

try it for ruby
gem contents [gem_name]
bye for now …
A Computer Person Journey
To list installed files by a gem execute command :
jruby -S gem contents [gem_name]
For example to show files from jdbc-h2 gem we do as follow

try it for ruby
gem contents [gem_name]
bye for now …
Here is my jruby version and gem list

continued gem list Continue reading “Jruby version and gem list, prepare for sinatra web app”