Sha256: ccbca2e964ebe2100a65f38c594d5539d8b7363bea5b33cca7fbc1f66da793f6

Contents?: true

Size: 325 Bytes

Versions: 3

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 'yard-spellcheck.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
yard-spellcheck-0.1.2 yard-spellcheck.gemspec
yard-spellcheck-0.1.1 yard-spellcheck.gemspec
yard-spellcheck-0.1.0 yard-spellcheck.gemspec