Sha256: 1118f7a28e1230cbb8c95db2752519b8a223736276bb962799e2281868b8b4ed

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

module Eeml
  module Constants
    LOCAL_EEML5_SCHEMA_LOCATION = "schemas/eeml/005.xsd" # :nodoc:
    EEML5_HREF = "http://www.eeml.org/xsd/005"
    EEML5_VERSION = "5"
    EEML5_SCHEMA_LOCATION = "http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd"

    EEML5_NAMESPACE = ":#{EEML5_HREF}"
    XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance"

    EEML6_VERSION = "0.6-alpha1"

    # Not calling this EEML as json is not part of the eeml spec
    JSON_1_0_0_VERSION = "1.0.0"
    # EEML6_RC1_VERSION = "0.6-rc1"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eeml-0.0.17 lib/eeml/constants.rb