# -*- 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 '#{__FILE__}' file requires Ore." STDERR.puts "Run `gem install ore-core` to install Ore." end end