Sha256: 0221a4ae35179ff2c58b9a3dd795b631b18d3684a09f8892f75ff744a1ed03d1
Contents?: true
Size: 313 Bytes
Versions: 87
Compression:
Stored size: 313 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 '#{__FILE__}' file requires Ore." STDERR.puts "Run `gem install ore-core` to install Ore." end end
Version data entries
87 entries across 83 versions & 27 rubygems