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_f...
2019
2020
2021
2022
2023
2024
0.0
Misc functions for alpha channel extraction, gamma, tinting, masking, blur etc.
2019
2020
2021
2022
2023
2024
0.0
Redeye correction methods for redeye
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 respons...
2019
2020
2021
2022
2023
2024
0.0
XSettings Manager bindings for ruby
e.g
require 'gtk2'
require 'xsettings-ruby'
2019
2020
2021
2022
2023
2024