Skip to content

Commit ff8ecf9

Browse files
author
Zachary Scott
committed
OpenSSL::VERSION is already defined
1 parent b357227 commit ff8ecf9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/openssl/version.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require 'openssl/version'
4+
require 'openssl'
55

66
Gem::Specification.new do |spec|
77
spec.name = "openssl"

0 commit comments

Comments
 (0)