Gtk Webkit bindings for ruby. Partial coverage sufficient to embed a webview in a Ruby-GNOME2 application. Also initial/experimental support for allowing ruby code to be called by javascript & executing javascript from ruby. e.g require 'gtk2' require 'webkit' v = WebKit::WebView.new v.main_frame.setup_ruby puts v.main_frame.exec_js("ruby_eval('RUBY_DESCRIPTION')") puts v.main_frame.exec_js("document.root.innerHTML")
Required Ruby Version
None
Authors
Geoff Youngs
Versions
- 0.0.8 August 12, 2013 (16 KB)
- 0.0.7 August 12, 2013 (17 KB)
- 0.0.6 June 14, 2013 (16 KB)
- 0.0.5 January 24, 2013 (16 KB)
- 0.0.4 November 16, 2012 (15.5 KB)