Skip to content

Commit c59b7ca

Browse files
fix gemspec
1 parent d0ea9cc commit c59b7ca

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/metalpriceapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MetalpriceAPI
4-
VERSION = '1.0.1'
4+
VERSION = '1.0.2'
55
end

metalpriceapi.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
lib = File.expand_path("../lib", __FILE__)
4+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
35
require 'metalpriceapi/version'
46

57
Gem::Specification.new do |s|

0 commit comments

Comments
 (0)