Sha256: 6a1b99b44e70139297553d6b6b461a4c66c58c69851baf2a11caa9fd67978419

Contents?: true

Size: 810 Bytes

Versions: 5

Compression:

Stored size: 810 Bytes

Contents

module Eeml
  module Constants
    XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance"

    JSON_API = {}
    EEML = {}

    # This is what we called version 5
    EEML["0.5.0"] =
      {
        :href => 'http://www.eeml.org/xsd/005',
        :versions => ['5', '0.5.0'],
        :schema_location => 'http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd'
      }

    # This is NEWER than version 5
    EEML["0.5.1"] = 
      {
        :href => 'http://www.eeml.org/xsd/0.5.1',
        :versions => ['0.5.1'],
        :schema_location => 'http://www.eeml.org/xsd/0.5.1 http://www.eeml.org/xsd/0.5.1/0.5.1.xsd'
      }

    JSON_API["0.6-alpha"] =
      {
        :versions => ['0.6', '0.6-alpha']
      }

    JSON_API["1.0.0"] =
      {
        :versions => ['1.0.0']
      }


  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
eeml-0.0.42 lib/eeml/constants.rb
eeml-0.0.41 lib/eeml/constants.rb
eeml-0.0.40 lib/eeml/constants.rb
eeml-0.0.39 lib/eeml/constants.rb
eeml-0.0.38 lib/eeml/constants.rb