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 ac1d25e commit a30f522Copy full SHA for a30f522
pusher.gemspec
@@ -1,9 +1,6 @@
1
# -*- encoding: utf-8 -*-
2
3
-# 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"
+require File.expand_path('../lib/pusher/version', __FILE__)
7
8
Gem::Specification.new do |s|
9
s.name = "pusher"
0 commit comments