Sha256: 033783fb95b1944c82e59025f55fef047c95d9f6fc301549ea1565af8489265c
Contents?: true
Size: 535 Bytes
Versions: 35
Compression:
Stored size: 535 Bytes
Contents
module Ddr::Index module LegacyLicenseFields DEFAULT_LICENSE_DESCRIPTION = Field.new :default_license_description, type: :string DEFAULT_LICENSE_TITLE = Field.new :default_license_title, type: :string DEFAULT_LICENSE_URL = Field.new :default_license_url, type: :string LICENSE_DESCRIPTION = Field.new :license_description, type: :string LICENSE_TITLE = Field.new :license_title, type: :string LICENSE_URL = Field.new :license_url, type: :string end end
Version data entries
35 entries across 35 versions & 1 rubygems