Sha256: 5daf71777fad5bd626fe7b7f5502970d91f801fad7a4d223259abe4fa0b2f989

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

# we need this or what follows it complains
require 'uri/generic'

module URI
  class NI < Generic
    VERSION = "0.1.1"
  end

  # might as well put this here
  @@schemes['NI'] = NI
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uri-ni-0.1.1 lib/uri/ni/version.rb