We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7e4e2 commit 11d3b78Copy full SHA for 11d3b78
extconf.rb
@@ -30,4 +30,6 @@
30
else nil
31
raise "Could not find appropriate architecture for '#{arch}'"
32
end
33
-FileUtils.cp(binary, bindir)
+
34
+bin_name = File.basename(binary).gsub('mjruby', 'jruby')
35
+FileUtils.cp(binary, File.join(bindir, bin_name))
mrblib/version.rb
@@ -1,3 +1,3 @@
1
class MJRuby
2
- VERSION="1.0.0.rc2"
+ VERSION="1.0.0"
3
0 commit comments