lib/aixm/config.rb in aixm-1.4.3 vs lib/aixm/config.rb in aixm-1.5.0
- old
+ new
@@ -7,11 +7,11 @@
xsd: Pathname(__dir__).join('..', '..', 'schemas', 'aixm', '4.5', 'AIXM-Snapshot.xsd'),
root: 'AIXM-Snapshot'
},
ofmx: {
version: '0',
- namespace: 'http://schema.openflightmaps.org/0.1/OFMX-Snapshot.xsd',
- xsd: Pathname(__dir__).join('..', '..', 'schemas', 'ofmx', '0.1', 'OFMX-Snapshot.xsd'),
+ namespace: 'http://schema.openflightmaps.org/0.2/OFMX-Snapshot.xsd',
+ xsd: Pathname(__dir__).join('..', '..', 'schemas', 'ofmx', '0.2', 'OFMX-Snapshot.xsd'),
root: 'OFMX-Snapshot'
}
}.freeze
class << self