Sha256: 99151878648ef7a47dfec3fe8a44c39414d55b93c19b7580ed6c3059043c42b0
Contents?: true
Size: 285 Bytes
Versions: 32
Compression:
Stored size: 285 Bytes
Contents
#!/usr/bin/env ruby # Since GitHub doesn't allow unsafe commands in a gemspec this script # will simulate running in their environment. require 'rubygems/specification' data = File.read('../xmpp4r.gemspec') spec = nil Thread.new { spec = eval("$SAFE = 3\n#{data}") }.join puts spec
Version data entries
32 entries across 32 versions & 11 rubygems