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

use interim gem name 'fxrubi'

parent eed1edad
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* http://www.fxruby.org/ * http://www.fxruby.org/
* http://rubyforge.org/projects/fxruby * http://rubyforge.org/projects/fxruby
* http://github.com/larskanis/fxruby
== DESCRIPTION: == DESCRIPTION:
...@@ -20,7 +21,7 @@ featureful, highly optimized C++ toolkit. ...@@ -20,7 +21,7 @@ featureful, highly optimized C++ toolkit.
== INSTALL: == INSTALL:
* sudo gem install fxruby * sudo gem install fxrubi --prerelease
== LICENSE == LICENSE
......
...@@ -25,6 +25,9 @@ hoe = Hoe.spec "fxruby" do ...@@ -25,6 +25,9 @@ hoe = Hoe.spec "fxruby" do
} }
self.test_globs = ["test/**/TC_*.rb"] self.test_globs = ["test/**/TC_*.rb"]
self.version = PKG_VERSION self.version = PKG_VERSION
# use interim gem name 'fxrubi'
self.spec_extras[:name] = 'fxrubi'
end end
# Make sure extension is built before tests are run # Make sure extension is built before tests are run
......
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