Sha256: f621ef275c8a252698d76cd0d9299e1acdfec2d3ccb415624bd39eefd1c09208
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 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 'ronin-gen.gemspec' file requires Ore." STDERR.puts "Run `gem install ore` to install Ore." end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0.rc1 | ronin-gen.gemspec |