Sha256: 2e24d3cc9c91e4d80c8eb34699a9fe41b9d27688e55828a35ba1e32093701527

Contents?: true

Size: 475 Bytes

Versions: 6

Compression:

Stored size: 475 Bytes

Contents

<xml_config>
  <admin>
    <name>Harry Potter</name>
    <email>harry@hogwarts.com</email>
  </admin>
  <server>
    <host>127.0.0.1</host>
    <port>8080</port>
  </server>
  <teams>
    <alpha>
      <name>Alpha Squad</name>
      <location>San Francisco, CA</location>
      <num_members>12</num_members>
    </alpha>
    <beta>
      <name>Beta Squad</name>
      <location>New York, NY</location>
      <num_members>10</num_members>
    </beta>
  </teams>
</xml_config>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rconfig-0.5.4 spec/config/xml_config.xml
rconfig-0.4.3.1 spec/config/xml_config.xml
rconfig-0.5.2 spec/config/xml_config.xml
rconfig-0.5.1 spec/config/xml_config.xml
rconfig-0.5.0 spec/config/xml_config.xml
rconfig-0.4.3 spec/config/xml_config.xml