Sha256: 842f23ded093e077b36f2fa577ebd9dd2ba685e74f24c3c6abc825188f52c076
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 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 'deployml.gemspec' file requires Ore." STDERR.puts "Run `gem install ore-core` to install Ore." end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deployml-0.5.1 | deployml.gemspec |
deployml-0.5.0 | deployml.gemspec |
deployml-0.4.2 | deployml.gemspec |