Sha256: 8855675a3e2f155012a31aab370ec054180d7aac60ee097db603cdee7454e605

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

# -*- encoding: utf-8 -*-

begin
  Ore::Specification.new do |gemspec|
    # custom logic here
  end
rescue NameError
  STDERR.puts "The 'ffi-hunspell.gemspec' file requires Ore."
  STDERR.puts "Run `gem install ore` to install Ore."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffi-hunspell-0.1.0 ffi-hunspell.gemspec