Sha256: 89cc00fbd1dfa781b31ea4accea8815a98a24ca2b2692769119b04b150ab89a5
Contents?: true
Size: 535 Bytes
Versions: 4
Compression:
Stored size: 535 Bytes
Contents
# -*- ruby -*- $LOAD_PATH.unshift("./../glib2/lib") require 'gnome2/rake/package-task' package_task = GNOME2::Rake::PackageTask.new do |package| package.summary = "Ruby/GTK3 is a Ruby binding of GTK+-3.x." package.description = "Ruby/GTK3 is a Ruby binding of GTK+-3.x." package.dependency.gem.runtime = [ "glib2", "gio2", "atk", "pango", "gdk_pixbuf2", "gdk3", ] package.windows.packages = [] package.windows.dependencies = [] package.required_ruby_version = ">= 1.9.2" end package_task.define
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gtk3-2.0.2-x86-mingw32 | Rakefile |
gtk3-2.0.2 | Rakefile |
gtk3-2.0.1-x86-mingw32 | Rakefile |
gtk3-2.0.1 | Rakefile |