Sha256: e2624bd39608d0554370914871e009c0313122350a1ce00fa499970fe2fd4411

Contents?: true

Size: 405 Bytes

Versions: 4

Compression:

Stored size: 405 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"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eeml-0.0.11 lib/eeml/constants.rb
eeml-0.0.10 lib/eeml/constants.rb
eeml-0.0.9 lib/eeml/constants.rb
eeml-0.0.8 lib/eeml/constants.rb