Skip to content

Commit

Permalink
Fix to work rake task for Ruby 3.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jan 13, 2025
1 parent 8f0c3ac commit 11c4b90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ end

require "rake/extensiontask"

spec = eval File.read("capng_c.gemspec")

Rake::ExtensionTask.new("capng", spec) do |ext|
Rake::ExtensionTask.new("capng") do |ext|
ext.lib_dir = "lib/capng"
end

Expand Down

0 comments on commit 11c4b90

Please sign in to comment.