Sha256: 07b9b77ed9709ac9d8488b2b60c3d6f5ef29b085e5b8681f0765b7750acb0c21

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 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 'ffi-hunspell.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
ffi-hunspell-0.2.3 ffi-hunspell.gemspec