We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f281d36 commit ac1d25eCopy full SHA for ac1d25e
pusher.gemspec
@@ -1,6 +1,9 @@
1
# -*- encoding: utf-8 -*-
2
3
-require_relative 'lib/pusher/version'
+# Copied from https://github.com/bundler/bundler/blob/524add155d6b90c679db21b03f0bd9f877f21ab0/bundler.gemspec#L3-L5
4
+# but made less cryptic
5
+$LOAD_PATH.unshift(File.expand_path('../lib/', __FILE__))
6
+require "pusher/version"
7
8
Gem::Specification.new do |s|
9
s.name = "pusher"
0 commit comments