Skip to content

Commit

Permalink
Merge pull request #1 from ClementNotin/patch-1
Browse files Browse the repository at this point in the history
Add require openssl
  • Loading branch information
digininja committed May 16, 2017
2 parents b212f7d + f27bc95 commit 1383935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sitediff.rb
Expand Up @@ -21,6 +21,7 @@
require 'digest'
require 'getoptlong'
require 'net/http'
require 'openssl'
require_relative 'string'
rescue LoadError => e
# Catch error and provide feedback on installing gem
Expand Down

0 comments on commit 1383935

Please sign in to comment.