Sha256: 2c57b4ad7236ddc327f1e8d4d56a498cf1d562c5470061696b9b78b82efb0d7b

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 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 'uri-query_params.gemspec' file requires Ore."
    STDERR.puts "Run `gem install ore-core` to install Ore."
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uri-query_params-0.5.4 uri-query_params.gemspec
uri-query_params-0.5.3 uri-query_params.gemspec