Sha256: 330eda85ca8547506960e0ce428e7fbb0c05455335180ddc390d8391a9c15710
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
# -*- encoding: utf-8 -*- begin Ore::Specification.new do |gemspec| # custom logic here end rescue NameError begin require 'ore/specification' retry rescue LoadError STDERR.puts "The 'ruby-yasm.gemspec' file requires Ore." STDERR.puts "Run `gem install ore-core` to install Ore." end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-yasm-0.2.0 | ruby-yasm.gemspec |