We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de73d commit 43a2b60Copy full SHA for 43a2b60
errbit_plugin.gemspec
@@ -1,17 +1,16 @@
1
# frozen_string_literal: true
2
3
-lib = File.expand_path("../lib", __FILE__)
4
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
-require "errbit_plugin/version"
+require_relative "lib/errbit_plugin/version"
6
7
Gem::Specification.new do |spec|
8
spec.name = "errbit_plugin"
9
spec.version = ErrbitPlugin::VERSION
10
spec.authors = ["Stephen Crosby"]
11
spec.email = ["[email protected]"]
+
12
spec.description = "Base to create an errbit plugin"
13
spec.summary = "Base to create an errbit plugin"
14
- spec.homepage = "http://github.com/errbit/errbit"
+ spec.homepage = "https://github.com/errbit/errbit"
15
spec.license = "MIT"
16
17
spec.files = `git ls-files`.split($/)
0 commit comments