Sha256: 3871cfef032c8a610891e550518dfe5b3e2c7c5a661640f8c056fc0ca6335656

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 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 'data_paths.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
data_paths-0.3.0.rc1 data_paths.gemspec