Title: [856] trunk/jopenssl/Rakefile: Correct case of package name
Revision
856
Author
nicksieger
Date
2007-12-16 01:12:52 -0500 (Sun, 16 Dec 2007)

Log Message

Correct case of package name

Modified Paths


Diff

Modified: trunk/jopenssl/Rakefile (855 => 856)


--- trunk/jopenssl/Rakefile	2007-12-16 06:03:45 UTC (rev 855)
+++ trunk/jopenssl/Rakefile	2007-12-16 06:12:52 UTC (rev 856)
@@ -39,7 +39,7 @@
 require File.dirname(__FILE__) + "/lib/jopenssl/version"
 begin
   require 'hoe'
-  Hoe.new("JRuby-OpenSSL", Jopenssl::Version::VERSION) do |p|
+  Hoe.new("jruby-openssl", Jopenssl::Version::VERSION) do |p|
     p.rubyforge_name = "jruby-extras"
     p.url = ""
     p.author = "Ola Bini and JRuby contributors"
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to