Sha256: dc3f063434e3e20c295fd08d7aaa1f6497268fb270c6e0dca2198c5b4f02cc70
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-types-legacy.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-types-legacy-0.1.1 | dm-types-legacy.gemspec |