Sha256: 94154c2559e21a46bec7c6f6dc453763ac3e92ca6e5a0f0ac00cce8a2facab82
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 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 'dm-is-read_only.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 |
---|---|
dm-is-read_only-0.2.1 | dm-is-read_only.gemspec |