Skip to content

Commit d0cdb49

Browse files
committed
Use built-in Gemspec loader
1 parent bb0f2d0 commit d0cdb49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CLOBBER.include(
1717
"doc/coverage",
1818
"pkg"
1919
)
20-
GEMSPEC = eval(File.read(File.expand_path("../bcrypt.gemspec", __FILE__)))
20+
GEMSPEC = Gem::Specification.load("bcrypt.gemspec")
2121

2222
task :default => [:compile, :spec]
2323

0 commit comments

Comments
 (0)