Sha256: de68767c1dc1fa1c3d84ae818e19e5c699cd899217e3a7c3ca1b41aed20a3f9d
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 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 'open_namespace.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 |
---|---|
open_namespace-0.3.1 | open_namespace.gemspec |