From be8ca23c2fade14c8f8481857e8a50e194ad5cc1 Mon Sep 17 00:00:00 2001
From: Lyle Johnson <lyle@lylejohnson.name>
Date: Fri, 27 Feb 2009 13:00:58 -0600
Subject: [PATCH] Added missing constant FOX_VERSION plus some additional
 clean_globs

---
 Rakefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Rakefile b/Rakefile
index 42ae03e..9be4c9a 100755
--- a/Rakefile
+++ b/Rakefile
@@ -6,12 +6,13 @@ require './lib/fox16/version.rb'
 # Some constants we'll need
 PKG_VERSION = Fox.fxrubyversion
 FXRUBY_HOME_URL = "http://www.fxruby.org"
-FOX_HOME_URL    = "http://www.fox-toolkit.com"
+FOX_VERSION = "1.6.0"
+FOX_HOME_URL = "http://www.fox-toolkit.com"
 
 Hoe.new("FXRuby", PKG_VERSION) do |p|
   # ... project specific data ...
   p.blog_categories = %w{FXRuby}
-  p.clean_globs = ["ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM"]
+  p.clean_globs = ["doap.rdf", "*.iss", "ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM"]
   p.developer("Lyle Johnson", "lyle@lylejohnson.name")
   p.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")]
   p.remote_rdoc_dir = "doc/api"
-- 
GitLab