Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ def initialize( name, version, default_spec = true )
lib_dir = File.join( target, 'lib' )
openssl = File.join( lib_dir, 'openssl.rb' )
FileUtils.mkdir_p( lib_dir )
File.open( openssl, 'w' )
FileUtils.touch( openssl )
$LOAD_PATH.unshift lib_dir

# since the bouncy castle .jars are version-ed (e.g. bcprov-jdk15on-1.47)

0 comments on commit 078e459

Please sign in to comment.