Skip to content

Commit

Permalink
simplify require
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshfisher committed Aug 2, 2016
1 parent ac1d25e commit a30f522
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pusher.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- encoding: utf-8 -*-

# Copied from https://github.com/bundler/bundler/blob/524add155d6b90c679db21b03f0bd9f877f21ab0/bundler.gemspec#L3-L5
# but made less cryptic
$LOAD_PATH.unshift(File.expand_path('../lib/', __FILE__))
require "pusher/version"
require File.expand_path('../lib/pusher/version', __FILE__)

Gem::Specification.new do |s|
s.name = "pusher"
Expand Down

0 comments on commit a30f522

Please sign in to comment.