Skip to content

Commit 21c610a

Browse files
committed
Simplify gemspec version require
1 parent 479d122 commit 21c610a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webmachine.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
$:.push File.expand_path('../lib', __FILE__)
2-
require 'webmachine/version'
1+
require_relative 'lib/webmachine/version'
32

43
Gem::Specification.new do |gem|
54
gem.name = 'webmachine'

0 commit comments

Comments
 (0)