Skip to content

Commit

Permalink
log gemspec path
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlok committed Oct 15, 2024
1 parent dec5095 commit ef4084b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/bigdecimal/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
def check_bigdecimal_version(gemspec_path)
message "checking RUBY_BIGDECIMAL_VERSION... "

puts "gemspec_path: #{gemspec_path}"

bigdecimal_version =
IO.readlines(gemspec_path)
.grep(/\Abigdecimal_version\s+=\s+/)[0][/\'([^\']+)\'/, 1]
Expand Down

0 comments on commit ef4084b

Please sign in to comment.