Browse Source

Restore load path so version can be loaded

Scott Walkinshaw 8 năm trước cách đây
mục cha
commit
358c2f00a0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      shopify_api.gemspec

+ 1 - 0
shopify_api.gemspec

@@ -1,3 +1,4 @@
+$:.push File.expand_path("../lib", __FILE__)
 require "shopify_api/version"
 
 Gem::Specification.new do |s|