Skip to content
Snippets Groups Projects
Rakefile 277 B
Newer Older
  • Learn to ignore specific revisions
  • require 'rubygems'
    require 'hoe'
    
    
    # FXRuby version number
    
    PKG_VERSION = "1.6.19"
    
    Hoe.new("FXRuby", PKG_VERSION) do |p|
      # ... project specific data ...
      p.rubyforge_name = "fxruby"
      p.developer("Lyle Johnson", "lyle@lylejohnson.name")
    
    # ... project specific tasks ...