Skip to content
Snippets Groups Projects
Commit 6efae6a0 authored by Lars Kanis's avatar Lars Kanis
Browse files

Merge branch '1.6' of http://github.com/larskanis/fxruby into 1.6

parents e3f6c1d3 b3a6ffcf
No related branches found
No related tags found
No related merge requests found
History.txt 100644 → 100755
=== 1.6.23 / HEAD === 1.6.23 / 2012-03-08
* Add YARD documentation support * Add YARD documentation support
* Use generated Manifest.txt * Use generated Manifest.txt
* Support for parallel task execution with drake
=== 1.6.22 / 2012-02-21 === 1.6.22 / 2012-02-21
......
...@@ -51,6 +51,7 @@ hoe = Hoe.spec "fxruby" do ...@@ -51,6 +51,7 @@ hoe = Hoe.spec "fxruby" do
self.blog_categories = %w{FXRuby} self.blog_categories = %w{FXRuby}
self.clean_globs = [".config", "ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM", "ext/fox16/include/swigrubyrun.h"] self.clean_globs = [".config", "ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM", "ext/fox16/include/swigrubyrun.h"]
developer("Lyle Johnson", "lyle@lylejohnson.name") developer("Lyle Johnson", "lyle@lylejohnson.name")
developer("Lars Kanis", "kanis@comcard.de")
self.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")] self.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")]
self.remote_rdoc_dir = "doc/api" self.remote_rdoc_dir = "doc/api"
self.spec_extras = { self.spec_extras = {
......
doap.rdf.erb 100644 → 100755
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<doap:Project> <doap:Project>
<doap:name>FXRuby</doap:name> <doap:name>FXRuby</doap:name>
<doap:shortname>FXRuby</doap:shortname> <doap:shortname>FXRuby</doap:shortname>
<doap:homepage rdf:resource="http://www.fxruby.org"/> <doap:homepage rdf:resource="http://github.com/larskanis/fxruby"/>
<doap:old-homepage rdf:resource="http://fxruby.sourceforge.net"/> <doap:old-homepage rdf:resource="http://fxruby.sourceforge.net"/>
<doap:created>2001-01-01</doap:created> <doap:created>2001-01-01</doap:created>
<doap:description>FXRuby is an extension module for Ruby that provides an interface to the FOX GUI toolkit.</doap:description> <doap:description>FXRuby is an extension module for Ruby that provides an interface to the FOX GUI toolkit.</doap:description>
......
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