Project
Reverse Dependencies for rubber-generate
The projects listed here declare rubber-generate as a runtime or development dependency
0.01
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")
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
smb
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Misc functions for alpha channel extraction, gamma, tinting, masking, blur etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Redeye correction methods for redeye
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop.
e.g
require 'gtk2'
require 'soup'
message = Soup::Message.new("GET", "http://www.example.com/")
Soup::SessionAsync.new.queue(message) do |_sess,_mess|
puts "Got response"
Gtk.main_quit
end
Gtk.main
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
XSettings Manager bindings for ruby
e.g
require 'gtk2'
require 'xsettings-ruby'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024