Skip to content
Snippets Groups Projects
Commit be8ca23c authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Added missing constant FOX_VERSION plus some additional clean_globs

parent 7fefa97a
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,13 @@ require './lib/fox16/version.rb' ...@@ -6,12 +6,13 @@ require './lib/fox16/version.rb'
# Some constants we'll need # Some constants we'll need
PKG_VERSION = Fox.fxrubyversion PKG_VERSION = Fox.fxrubyversion
FXRUBY_HOME_URL = "http://www.fxruby.org" 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| Hoe.new("FXRuby", PKG_VERSION) do |p|
# ... project specific data ... # ... project specific data ...
p.blog_categories = %w{FXRuby} 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.developer("Lyle Johnson", "lyle@lylejohnson.name")
p.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")] p.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")]
p.remote_rdoc_dir = "doc/api" p.remote_rdoc_dir = "doc/api"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment