Sha256: cdf3b3ee823daa90b90295b7b19ecb10876c4fcda154126efe819b903d87f03c
Contents?: true
Size: 297 Bytes
Versions: 9
Compression:
Stored size: 297 Bytes
Contents
Gem::Specification::PLATFORM_CROSS_TARGETS << "pureruby" task 'pureruby' do reset_target 'pureruby' end if target = ARGV.detect do |arg| # Hack to get the platform set before the Rakefile evaluates Gem::Specification::PLATFORM_CROSS_TARGETS.include? arg end reset_target target end
Version data entries
9 entries across 9 versions & 1 rubygems