Skip to content

Commit

Permalink
Use built-in Gemspec loader
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 21, 2014
1 parent bb0f2d0 commit d0cdb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLOBBER.include(
"doc/coverage",
"pkg"
)
GEMSPEC = eval(File.read(File.expand_path("../bcrypt.gemspec", __FILE__)))
GEMSPEC = Gem::Specification.load("bcrypt.gemspec")

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

Expand Down

0 comments on commit d0cdb49

Please sign in to comment.