bolognese 0.9.51 → 0.9.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b0dda73cfc7fd0122b708b6a199b9359bf1ca39
4
- data.tar.gz: 4c08488e4fc2fc791dd7b4a8a17dcd2de807af5b
3
+ metadata.gz: e8d0a413fb8b206daae6535fdbee4d285998ca80
4
+ data.tar.gz: 16f94eef364af4e719e43eb413f1ceaf32434088
5
5
  SHA512:
6
- metadata.gz: b0f2d335d6d41d440693d9379d12d3c3b6fd1465ef60634e3825da174d46f523f07ba0d9b11aa8fce9e20c8f1130ab543eb353962d76c5d830e469381d31afc7
7
- data.tar.gz: f47df165a5c85f9d3d4dac6672c1915077941616f55102ded1012b5f4044e69ea5662a29cf55d3412b0f21fea171f1b390530072edbba75d2d5973aef3317ace
6
+ metadata.gz: 0099440f4feaead4d7d20d26485051e905ec10b63bfbd6518907ab012238e5526a13807cf2043bcade963a9e47e122b8e971f062a820b9f51c7ec8f9b3b07d09
7
+ data.tar.gz: aff8ab1122de13d6d5866cdc1783522896646e6c591957a70784b02ca7dfd35293842f73b043175a7adc43ef7c758dd30fdf88edb70c02ea74a90de159130687
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (0.9.51)
4
+ bolognese (0.9.52)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (~> 4.1)
@@ -40,6 +40,7 @@ GEM
40
40
  concurrent-ruby (1.0.5)
41
41
  crack (0.4.3)
42
42
  safe_yaml (~> 1.0.0)
43
+ crass (1.0.2)
43
44
  diff-lcs (1.3)
44
45
  docile (1.1.5)
45
46
  ebnf (1.1.1)
@@ -72,7 +73,8 @@ GEM
72
73
  latex-decode (0.2.2)
73
74
  unicode (~> 0.4)
74
75
  link_header (0.0.8)
75
- loofah (2.0.3)
76
+ loofah (2.1.1)
77
+ crass (~> 1.0.2)
76
78
  nokogiri (>= 1.5.9)
77
79
  maremma (3.5.11)
78
80
  activesupport (>= 4.2.5, < 6)
@@ -1,3 +1,3 @@
1
1
  module Bolognese
2
- VERSION = "0.9.51"
2
+ VERSION = "0.9.52"
3
3
  end
@@ -338,7 +338,7 @@ Use the complete title of a license and include version information if applicabl
338
338
  <xs:sequence>
339
339
  <xs:element name="geoLocation" minOccurs="0" maxOccurs="unbounded">
340
340
  <xs:complexType>
341
- <xs:all>
341
+ <xs:sequence>
342
342
  <xs:element name="geoLocationPlace" minOccurs="0">
343
343
  <xs:annotation>
344
344
  <xs:documentation>Spatial region or named place where the data was gathered or about which the data is focused.</xs:documentation>
@@ -354,24 +354,18 @@ Use the complete title of a license and include version information if applicabl
354
354
  <xs:documentation>A box contains two white space separated latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.</xs:documentation>
355
355
  </xs:annotation>
356
356
  </xs:element>
357
- <xs:element name="geoLocationPolygons" minOccurs="0">
357
+ <xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded">
358
+ <xs:annotation>
359
+ <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
360
+ </xs:annotation>
358
361
  <xs:complexType>
359
362
  <xs:sequence>
360
- <xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded">
361
- <xs:annotation>
362
- <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
363
- </xs:annotation>
364
- <xs:complexType>
365
- <xs:sequence>
366
- <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
367
- <xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
368
- </xs:sequence>
369
- </xs:complexType>
370
- </xs:element>
363
+ <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
364
+ <xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
371
365
  </xs:sequence>
372
366
  </xs:complexType>
373
367
  </xs:element>
374
- </xs:all>
368
+ </xs:sequence>
375
369
  </xs:complexType>
376
370
  </xs:element>
377
371
  </xs:sequence>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bolognese
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.51
4
+ version: 0.9.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-22 00:00:00.000000000 Z
11
+ date: 2017-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maremma