Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
metalpriceapi-user committed Jan 19, 2023
1 parent d0ea9cc commit c59b7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metalpriceapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MetalpriceAPI
VERSION = '1.0.1'
VERSION = '1.0.2'
end
2 changes: 2 additions & 0 deletions metalpriceapi.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

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

Gem::Specification.new do |s|
Expand Down

0 comments on commit c59b7ca

Please sign in to comment.