Sha256: 1ad0a10e0b048fae64d7ff399061a7dd07fe1136e935698f6ba55229d85cd098

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uri-query_params-0.5.2 uri-query_params.gemspec
uri-query_params-0.5.1 uri-query_params.gemspec
uri-query_params-0.5.0 uri-query_params.gemspec