Skip to content

Commit 43a2b60

Browse files
committed
http -> https
1 parent 43de73d commit 43a2b60

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

errbit_plugin.gemspec

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# frozen_string_literal: true
22

3-
lib = File.expand_path("../lib", __FILE__)
4-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5-
require "errbit_plugin/version"
3+
require_relative "lib/errbit_plugin/version"
64

75
Gem::Specification.new do |spec|
86
spec.name = "errbit_plugin"
97
spec.version = ErrbitPlugin::VERSION
108
spec.authors = ["Stephen Crosby"]
119
spec.email = ["[email protected]"]
10+
1211
spec.description = "Base to create an errbit plugin"
1312
spec.summary = "Base to create an errbit plugin"
14-
spec.homepage = "http://github.com/errbit/errbit"
13+
spec.homepage = "https://github.com/errbit/errbit"
1514
spec.license = "MIT"
1615

1716
spec.files = `git ls-files`.split($/)

0 commit comments

Comments
 (0)