Skip to content

Commit

Permalink
Oops, actually commit the openssl change to tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 28, 2014
1 parent 234acf6 commit 0732187
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions tool/globals_1_8_7.rb
Expand Up @@ -104,6 +104,5 @@
'ext/digest/lib/md5.rb' => 'md5.rb',
'ext/digest/lib/sha1.rb' => 'sha1.rb',
'ext/digest/sha2/lib/sha2.rb' => 'digest/sha2.rb',
'ext/Win32API/lib/win32' => 'win32',
'ext/openssl/lib/openssl' => 'openssl'
'ext/Win32API/lib/win32' => 'win32'
}
1 change: 0 additions & 1 deletion tool/globals_1_9_3.rb
Expand Up @@ -93,6 +93,5 @@
'ext/dl/win32/lib/win32' => 'win32',
'ext/ripper/lib/ripper.rb' => 'ripper.rb',
'ext/ripper/lib/ripper' => 'ripper',
'ext/openssl/lib/openssl' => 'openssl',
'ext/socket/lib/socket.rb' => 'socket.rb'
}
1 change: 0 additions & 1 deletion tool/globals_2_0_0.rb
Expand Up @@ -50,6 +50,5 @@

EXT_FILES = {
'ext/bigdecimal/lib/bigdecimal' => 'bigdecimal',
'ext/openssl/lib/openssl' => 'openssl',
'ext/socket/lib/socket.rb' => 'socket.rb'
}

0 comments on commit 0732187

Please sign in to comment.