Guest User

Untitled

a guest
Apr 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. require 'rubygems/specification'
  2. data = File.read('your-project.gemspec')
  3. spec = nil
  4. Thread.new { spec = eval("$SAFE = 3\n#{data}") }.join
  5. puts spec
Add Comment
Please, Sign In to add comment